mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 01:26:24 +02:00
Unit tests for codepages KOI8-R, KOI8-U and KOI8-RU. Issue #37155, patch from eastorwest.
git-svn-id: trunk@63510 -
This commit is contained in:
parent
50c0885715
commit
4b7ffb6eb4
@ -66,6 +66,9 @@ begin
|
|||||||
Test(EncodingCP1256);
|
Test(EncodingCP1256);
|
||||||
Test(EncodingCP1257);
|
Test(EncodingCP1257);
|
||||||
Test(EncodingCP1258);
|
Test(EncodingCP1258);
|
||||||
|
Test(EncodingCPKOI8R);
|
||||||
|
Test(EncodingCPKOI8U);
|
||||||
|
Test(EncodingCPKOI8RU);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user