<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote
 cite="mid:cfcebe780811200612s5ed06bd7pb510654d4109d8ce@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">As long as the ANSIString and UTF8String and String types are the same to
the compiler this questions does not make too much sense.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well those all refer to ANSI string types. </pre>
</blockquote>
What do you mean by this ? These refer to "Byte String Types" <br>
<blockquote
 cite="mid:cfcebe780811200612s5ed06bd7pb510654d4109d8ce@mail.gmail.com"
 type="cite">
  <pre wrap="">I was referring to
WideString and UnicodeString types - as is available in FPC 2.3.1

  </pre>
</blockquote>
UTF8 _is_ a Unicode coding and thus UTF8String _should_be_ a Unicode
String type (of course it is not in the current implementation, as the
compiler can't tell it from ANSIString, but that is exactly what we are
discussing right now.) If UTF8String is not a Unicode type there is no
right for it to exist. <br>
<br>
-Michael<br>
</body>
</html>