On 1 Jun 2011, at 01:04, Slava Paperno wrote: > put uniDecode(locTarget, "UTF16") into locSQLParams --now locSQLParams is > UTF-8 To get UTF-8, I think that should be: put uniDecode(locTarget, "UTF8") into locSQLParams Dave