Skip navigation.
 
mlRe: How would you convert a \r to its UTF-8 counterpart ?
FROM : Shawn Erickson
DATE : Wed Jul 26 00:03:23 2006

On Jul 25, 2006, at 2:20 PM, Stéphane Sudre wrote:

> How would you convert a \r to its UTF-8 counterpart ?


You may want to review what UTF-8 really is [1] since it has little 
to do directly with what you are asking.

\r is ASCII CR which is 0x0D in ASCII and in UTF-8.

Anyway it looks like you are asking about character escaping in XML 
(for example [2], [3]).

-Shawn

[1] <http://en.wikipedia.org/wiki/UTF-8>
[2] <http://en.wikipedia.org/wiki/Numeric_character_reference>
[3] <http://en.wikipedia.org/wiki/
List_of_XML_and_HTML_character_entity_references
> _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (<email_removed>)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mlHow would you convert a \r to its UTF-8 counterpart ? Stéphane Sudre Jul 25, 23:20
mlRe: How would you convert a \r to its UTF-8 counterpart ? Ricky Sharp Jul 25, 23:39
mlRe: How would you convert a \r to its UTF-8 counterpart ? Shawn Erickson Jul 26, 00:03
mlRe: How would you convert a \r to its UTF-8 counterpart ? Stéphane Sudre Jul 26, 21:38
mlRe: How would you convert a \r to its UTF-8 counterpart ? stephen joseph but… Jul 26, 22:11
mlRe: How would you convert a \r to its UTF-8 counterpart ? Nir Soffer Jul 26, 23:22
mlRe: How would you convert a \r to its UTF-8 counterpart ? Matt Neuburg Jul 27, 03:21
mlRe: How would you convert a \r to its UTF-8 counterpart ? Stéphane Sudre Jul 28, 20:23
mlRe: How would you convert a \r to its UTF-8 counterpart ? stephen joseph but… Jul 28, 23:57
mlRe: How would you convert a \r to its UTF-8 counterpart ? John Stiles Jul 29, 00:03
mlRe: How would you convert a \r to its UTF-8 counterpart ? Michael Nickerson Jul 29, 01:32
mlRe: How would you convert a \r to its UTF-8 counterpart ? stephen joseph but… Jul 29, 06:29