On 09/14/2011 05:19 PM, Hans-Peter Diettrich wrote: > > Can you specify, *which* strings ever *require* platform specific > encoding? If not strings, Chars do: MyString := 'Öse'; MyChar := MyString[1]; -Michael