On 7/16/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
I think the Label.Caption string is an Ansistring ?

Yes

Then it will already have the special characters
stripped at the point where you set
Label1.Caption := MyStr;

So the special characters are not even passed to SetText ?

Why would it have them stripped? The compiler executed conversion
between UTF8String and ansistring?

My last experience showed that the compiled treats utf8string and
ansistring exactly equaly (never test conversion from one to the
other, however)

--
Felipe Monteiro de Carvalho

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to