mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 20:37:20 +01:00
lazutils: simplify enableutf8rtl by only using lazutf8
git-svn-id: trunk@47915 -
This commit is contained in:
parent
94aa787b23
commit
222321addf
@ -25,9 +25,12 @@ unit LazUTF8;
|
||||
interface
|
||||
|
||||
uses
|
||||
{$ifdef windows}
|
||||
{$IFDEF EnableUTF8RTL}
|
||||
FPCAdds,
|
||||
{$ENDIF}
|
||||
{$ifdef windows}
|
||||
Windows,
|
||||
{$endif}
|
||||
{$endif}
|
||||
Classes, SysUtils;
|
||||
|
||||
// AnsiToUTF8 and UTF8ToAnsi need a widestring manager under Linux, BSD, MacOSX
|
||||
|
||||
@ -24,7 +24,7 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF EnableUTF8RTL}
|
||||
FPCAdds, LazUTF8,
|
||||
LazUTF8,
|
||||
{$ENDIF}
|
||||
InterfaceBase;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user