Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.erje.net!newsfeed.straub-nv.de!newsfeed.utanet.at!newsfeed2.utanet.at!newscore.univie.ac.at!aconews-feed.univie.ac.at!aconews.univie.ac.at!not-for-mail Newsgroups: comp.lang.java.programmer From: Andreas Leitgeb Subject: Re: char to decimal References: <92ea64F3avU1@mid.individual.net> <92ft5pFjeiU1@mid.individual.net> Reply-To: avl@logic.at User-Agent: slrn/pre0.9.9-111 (Linux) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-ID: Date: 05 May 2011 22:00:45 GMT Lines: 17 NNTP-Posting-Host: gamma.logic.tuwien.ac.at X-Trace: 1304632845 tunews.univie.ac.at 60386 128.130.175.3 X-Complaints-To: abuse@tuwien.ac.at Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:3608 Lew wrote: > markspace wrote: >> Dirk Bruere at NeoPax wrote: >>> I need it to match the packet i/f [?] specs designed by somemone else that >>> requires text characters be sent as decimal ascii [sic] >> That's a really odd requirement. Your spec might mean just regular text. Not >> ascii text, as in the character 9 followed by the character 7, but just 'a' as >> a literal 97 byte value. > What value does that spec indicate to transmit, say, the characters 'æ' or > 'À', Dirk? Or for this one 'µ' (\u00b5) or perhaps that one 'μ' (\u03bc) ? :) I tend to assume, that the mentioned 'someone else' either just didn't think of international letters, or thought of those and consciously discarded them as irrelevant for this particular packet i/f... PS: My guess is, that i/f means interface.