Working with Unicode
Working with Unicode
- Subject: Working with Unicode
- From: Julio Cesar Silva dos Santos <email@hidden>
- Date: Thu, 30 Mar 2006 19:39:38 -0300
Hello,
I am trying to work with some unicode characters, especially the
'\' (backslash) and I thought it would be easy but it is not. Here
what I tried:
1) Created a Localizable.strings file with the characters, for
example MY_CONSTANT = "\resign";
2) When I load MY_CONSTANT it looks like " esign" (the space in fact
becomes a new line)
3) Changed to MY_CONSTANT = "\U005Cresign". (5C is the code for \)
4) Now it looks like "\\resign".
5) Changed to MY_CONSTANT = "\U005C\U0072esign". (72 is the code for r)
6) Now it continues to look like "\\resign".
Well, is there a way that I can have MY_CONSTANT returning "\resign"?
Or do I have to take another approach?
Thanks for any help,
Julio Cesar Santos
email@hidden
eMac 1GHz ComboDrive
640MB RAM
Linux User #359973
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden