[Lazarus] TProcess, UTF8, Windows
Martin Schreiber
mse00000 at gmail.com
Fri Apr 13 19:59:45 CEST 2012
On Friday 13 April 2012 18:51:42 Michael Van Canneyt wrote:
>
> Also:
> Lazarus happened to choose UTF-8 as the encoding of their LCL.
> By contrast, MSEGui chose UTF-16 as it's encoding.
>
In order to differentiate from other string types and encodings MSEgui
uses "msestring" in properties, variables and parameters. msestring is
defined as
"
type
msestring = UnicodeString;
"
Martin
More information about the Lazarus
mailing list