On 09/15/2011 10:43 AM, cobines wrote: > > MyChar := MyString[1] > > appropriate function retrieves first unicode character, regardless of encoding. MyChar is an 8 bit thingy and thus is not even able to hold a Unicode 'รค' (in what ever UTF). -Michael