mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* fixed last commit: UTF8Encode -> UTF8Decode
git-svn-id: trunk@13452 -
This commit is contained in:
parent
d38340c753
commit
e362e85039
@ -240,7 +240,7 @@ end;
|
||||
|
||||
operator :=(const source : UTF8String) dest : variant;{$ifdef SYSTEMINLINE}inline;{$endif}
|
||||
begin
|
||||
VariantManager.VarFromWStr(Dest,UTF8Encode(Source));
|
||||
VariantManager.VarFromWStr(Dest,UTF8Decode(Source));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user