"Dean Roddey" <[EMAIL PROTECTED]> writes: > UTF-8 isn't Unicode, though it can encode Unicode.
This isn't true, is it? from unicode.org: Q: Can Unicode text be represented in more than one way? A: Yes, there are several possible representations of Unicode data, including UTF-8, UTF-16 and UTF-32. Q: What is a UTF? A: A Unicode transformation format (UTF) is an algorithmic mapping from every Unicode scalar value to a unique byte sequence. As I understand it, UTF-8 is one of the character encodings that are defined in the Unicode standard. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
