Re: Accented Characters Display

2011-04-08 Thread Devin Asay
On Apr 7, 2011, at 5:40 PM, Mark Schonewille wrote: Hi, The whole idea of using unicode is that you don't need isoToMac anymore. If you happen to be storing unicode data in a database that isn't encoded as unicode, then it simply won't work. What is the encoding of the database? Is it

Accented Characters Display

2011-04-07 Thread Thomas Coder
We’re having some trouble with accented characters and hoping someone can shed some light on the topic. We have data in a MySQL database that contains accented characters like “Nuñéz”, and we want it to display correctly in a datagrid. When we retrieve the data, LiveCode sees it as this: NuÒÈz

Re: Accented Characters Display

2011-04-07 Thread Thomas Coder
That did the trick! Now on Windows, the ñ has an accent instead of ˜. Also, now knowing this, is there something special we should do when using LiveCode to insert data into the database? Thomas On Thu, Apr 7, 2011 at 1:35 PM, Devin Asay devin_a...@byu.edu wrote: On Apr 7, 2011, at 2:16 PM,

Re: Accented Characters Display

2011-04-07 Thread Mark Schonewille
Hi, The whole idea of using unicode is that you don't need isoToMac anymore. If you happen to be storing unicode data in a database that isn't encoded as unicode, then it simply won't work. What is the encoding of the database? Is it actually UTF8? There's a good chance that LiveCode is