Unicode anyone ?...
Posted: Mon Sep 23, 2013 9:14 am
I have for example 'cafés' coming out of a mySQL database, but when it is put into an LC Field it is all messed up... 'cafEs' (with the accent on top of the 'E' pointing in the wrong direction...
anyone tell me what I'm doing wrong ?
Code: Select all
put item theItem of thisLine into theIndexName
set the unicodeText of fld 1 of group count of group "setGroup" to uniEncode(theIndexName,"UTF-8")