Re: wchar_t and printf not working
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com
Actually, you will *never* see UTF-8 with more than 4 octets per codepoint. Period. That is the way that UTF-8 is defined. If you see a 5 or 6 octet character, then you are not reading UTF-8 data.
This is incorrect. Please read the first sentence in section 2 of RFC 2279:
According to http://www.ietf.org/rfc/rfc3629.txt RFC 2279 has been obsoleted by RFC 3629. I haven't bothered to check if 3629 supports your argument. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Sammon