lcl: use UnicodeString instead of WideString for UTF16String to remove unneeded conversions (lazutils uses UnicodeString and converting their results to WideString cause a helper calls)

git-svn-id: trunk@35386 -
This commit is contained in:
paul 2012-02-16 01:40:38 +00:00
parent 34c1cfa3cc
commit b75cbdf949

View File

@ -333,7 +333,7 @@ function ClassCase(const AClass: TClass; const ACase: array of TClass; const ADe
// strictly spoken, a widestring <> utf16string
// todo: use it in existing functions
type
UTF16String = type WideString;
UTF16String = type UnicodeString;
PUTF16String = ^UTF16String;
function UTF8CharacterLength(p: PChar): integer; inline;