Re: [OFF] unicode characters

2008-04-10 Thread Gerriet M. Denkmann
On 9 Apr 2008, at 21:02, [EMAIL PROTECTED] wrote: Take a look at CFStringTransform(). The details will depend on exactly what you want to do. I just have taken a look at CFStringTransform. kCFStringTransformLatinThai = "reversible transform to transliterate text to Thai from Latin." But

Re: [OFF] unicode characters

2008-04-10 Thread Petite Abeille
On Apr 9, 2008, at 8:14 PM, Alexander Cohen wrote: ü = u é = e Anyone know of a way to do that or do i need a lookup table with all characters and their equivalents? For, hmm, inspiration, take a look at Sean M. Burke's Unidecode: http://interglacial.com/~sburke/tpj/as_html/tpj22.html E.

Re: [OFF] unicode characters

2008-04-09 Thread Douglas Davidson
On Apr 9, 2008, at 1:10 PM, Ricky Sharp wrote: Anyone know of a way to do that or do i need a lookup table with all characters and their equivalents? Take a look at CFStringTransform(). The details will depend on exactly what you want to do. And of course, this process will only work o

Re: [OFF] unicode characters

2008-04-09 Thread Ricky Sharp
On Apr 9, 2008, at 1:25 PM, Douglas Davidson wrote: On Apr 9, 2008, at 11:14 AM, Alexander Cohen wrote: Sorry for the off-topic post but this is the best place to get info ( lots of smart people ). I have a string that is composed unicode characters. I want to be able to transform that

Re: [OFF] unicode characters

2008-04-09 Thread Douglas Davidson
On Apr 9, 2008, at 11:14 AM, Alexander Cohen wrote: Sorry for the off-topic post but this is the best place to get info ( lots of smart people ). I have a string that is composed unicode characters. I want to be able to transform that string into all ascii characters by transforming all

[OFF] unicode characters

2008-04-09 Thread Alexander Cohen
Sorry for the off-topic post but this is the best place to get info ( lots of smart people ). I have a string that is composed unicode characters. I want to be able to transform that string into all ascii characters by transforming all non-ascii characters into their ascii equivalent. ex: