|
@@ -191,7 +191,7 @@ procedure Wide2AnsiMove(source:pwidechar;var dest:ansistring;len:SizeInt);
|
|
if PtrInt(iconv_wide2ansi)=-1 then
|
|
if PtrInt(iconv_wide2ansi)=-1 then
|
|
begin
|
|
begin
|
|
DefaultUnicode2AnsiMove(source,dest,len);
|
|
DefaultUnicode2AnsiMove(source,dest,len);
|
|
- exit;
|
|
|
|
|
|
+ exit;
|
|
end;
|
|
end;
|
|
{$endif VER2_2}
|
|
{$endif VER2_2}
|
|
mynil:=nil;
|
|
mynil:=nil;
|
|
@@ -257,7 +257,7 @@ procedure Ansi2WideMove(source:pchar;var dest:widestring;len:SizeInt);
|
|
if PtrInt(iconv_ansi2wide)=-1 then
|
|
if PtrInt(iconv_ansi2wide)=-1 then
|
|
begin
|
|
begin
|
|
DefaultAnsi2UnicodeMove(source,dest,len);
|
|
DefaultAnsi2UnicodeMove(source,dest,len);
|
|
- exit;
|
|
|
|
|
|
+ exit;
|
|
end;
|
|
end;
|
|
{$endif VER2_2}
|
|
{$endif VER2_2}
|
|
mynil:=nil;
|
|
mynil:=nil;
|