mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
LazUtils: Clean LazUnicode.
git-svn-id: trunk@54806 -
This commit is contained in:
parent
258ae1b201
commit
35f0a84962
@ -21,7 +21,7 @@ unit LazUnicode;
|
||||
|
||||
// For testing the UTF16 version.
|
||||
{$IF DEFINED(FPC) and DEFINED(UseUTF16)}
|
||||
{$ModeSwitch UnicodeStrings} // Sets also FPC_UNICODESTRINGS ...
|
||||
{$ModeSwitch UnicodeStrings} // Sets also FPC_UNICODESTRINGS.
|
||||
{$ENDIF}
|
||||
|
||||
{$IF DEFINED(FPC_UNICODESTRINGS) or not DEFINED(FPC)}
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="9"/>
|
||||
<Version Value="10"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasCreateFormStatements Value="False"/>
|
||||
@ -13,9 +13,6 @@
|
||||
<UseAppBundle Value="False"/>
|
||||
<ResourceType Value="res"/>
|
||||
</General>
|
||||
<VersionInfo>
|
||||
<StringTable ProductVersion=""/>
|
||||
</VersionInfo>
|
||||
<BuildModes Count="2">
|
||||
<Item1 Name="UTF8" Default="True"/>
|
||||
<Item2 Name="UTF16">
|
||||
|
@ -14,8 +14,7 @@ program LazUnicodeTest;
|
||||
|
||||
// For testing the UTF16 version.
|
||||
{$IF DEFINED(FPC) and DEFINED(UseUTF16)}
|
||||
{$ModeSwitch UnicodeStrings} // Sets also FPC_UNICODESTRINGS ...
|
||||
{$DEFINE FPC_UNICODESTRINGS} // but Lazarus editor hi-lighting doesn't know it.
|
||||
{$ModeSwitch UnicodeStrings} // Sets also FPC_UNICODESTRINGS.
|
||||
{$ENDIF}
|
||||
|
||||
{$IF DEFINED(FPC_UNICODESTRINGS) or not DEFINED(FPC)}
|
||||
|
Loading…
Reference in New Issue
Block a user