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")
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
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")
Code: Select all
revExecuteSQL theDatabaseID, "SET NAMES 'utf8'"