mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
Use the ccharset unit instead of charset when compiling with 2.6.0 like is done for the other cp* units.
git-svn-id: trunk@22426 -
This commit is contained in:
parent
1550c623c3
commit
759bd33327
@ -6,7 +6,7 @@ unit cp646;
|
||||
implementation
|
||||
|
||||
uses
|
||||
charset;
|
||||
{$if FPC_FULLVERSION<20700}ccharset{$else}charset{$endif};
|
||||
|
||||
const
|
||||
map : array[0..127] of tunicodecharmapping = (
|
||||
|
Loading…
Reference in New Issue
Block a user