Re: How to represent the letter phi



"Winbug" <Roger.Valand@xxxxxxxxx> wrote in message
news:8876e9a8-e19a-4120-9929-6fb990346bd4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

I guess I have to go unicode then wich makes it a bit more complicated
since I have to go unicode all the way.

No you don't. UTF-8 was specifically engineered to map to the same
code points as ASCII for values from 0 to 159, and to be able to
reach code points up to U+FFFF (at least, may also be the full 32-bit
range) with its use of the values from 160 to 255.

So for valid 7-bit ASCII codes, the UTF-8 encoding is identical,
and the full Unicode range is still within reach.

Groetjes,
Maarten Wiltink


.



Relevant Pages

  • Re: Format of string output of a socket server
    ... ASCII is the same no matter what byte encoding is used. ... By definition any ASCII string is in UTF-8 encoding. ... The client program can then convert to Unicode or whatever they see fit? ... I am writing a socket server to deliver telephony events to clients on ...
    (microsoft.public.win32.programmer.networks)
  • Re: Zeichenkodierung in der shell
    ... Erfinder zu benutzen - statt sie zu vergewaltigen - werden in der ... auf 8 Bit durch UTF-8? ... dass mit Unicode (egal welcher ... an bestimmten Stellen einfach ASCII _vorgeschrieben_ ist, ...
    (de.comp.os.unix.linux.misc)
  • Re: Representing futuristic English
    ... > If I load up an ascii file in a unicode editor, ... > UTF-8, it guesses UTF-8, which is incorrect, but close ... > at once *guess* the ascii encoding, ...
    (rec.arts.sf.composition)
  • Re: D2008 - VCL Makeover details?
    ... new TEncoding parameters so you can specify what format to use when loading/saving data (Ascii, UTF-7, UTF-8, Unicode, etc). ...
    (borland.public.delphi.non-technical)
  • Re: Representing futuristic English
    ... If I load up an ascii file in a unicode editor, ... UTF-8, it guesses UTF-8, which is incorrect, but close ...
    (rec.arts.sf.composition)