Skip to content

Commit

Permalink
855,872
Browse files Browse the repository at this point in the history
  • Loading branch information
namiltd committed Sep 26, 2022
1 parent e491b0c commit 8a3220d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/ConversionUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ TConversionItems = class(TCollection)
(name:'MS-DOS Greek (CP-737)'; CpNr:737; utf8:@CP737toUTF8),
(name:'MS-DOS Baltic Rim (CP-775)'; CpNr:775; utf8:@CP775toUTF8),
(name:'FreeDOS Mazovia (CP-790)'; CpNr:790; utf8:@CP790toUTF8),
(name:'MS-DOS Cyrillic CIS 1 + Euro (CP-866)'; CpNr:808; utf8:@CP808toUTF8),
(name:'MS-DOS Cyrillic CIS 1 + Euro (CP-808)'; CpNr:808; utf8:@CP808toUTF8),
(name:'MS-DOS Latin 1 (CP-850)'; CpNr:850; utf8:@CP850toUTF8),
(name:'MS-DOS Latin 2 (CP-852)'; CpNr:852; utf8:@CP852toUTF8),
(name:'MS-DOS Cyrillic (CP-855)'; CpNr:855; utf8:@CP855toUTF8),
Expand All @@ -1612,7 +1612,7 @@ TConversionItems = class(TCollection)
(name:'MS-DOS Hebrew + Euro (CP-867)'; CpNr:867; utf8:@CP867toUTF8),
(name:'MS-DOS Pakistan (CP-868)'; CpNr:868; utf8:@CP868toUTF8),
(name:'MS-DOS Modern Greek (CP-869)'; CpNr:869; utf8:@CP869toUTF8),
(name:'MS-DOS Cyrillic + Euro (CP-855)'; CpNr:872; utf8:@CP872toUTF8),
(name:'MS-DOS Cyrillic + Euro (CP-872)'; CpNr:872; utf8:@CP872toUTF8),

(name:'Thai (Win-874)'; CpNr:874; utf8:@CP874toUTF8),
(name:'Japanese (Win-932)'; CpNr:932; utf8:nil),
Expand Down
4 changes: 2 additions & 2 deletions versioninfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MS-DOS Arabic (CP-720)
MS-DOS Greek (CP-737)
MS-DOS Baltic Rim (CP-775)
FreeDOS Mazovia (CP-790)
MS-DOS Cyrillic CIS 1 + Euro (CP-866)
MS-DOS Cyrillic CIS 1 + Euro (CP-808)
MS-DOS Latin 1 (CP-850)
MS-DOS Latin 2 (CP-852)
MS-DOS Cyrillic (CP-855)
Expand All @@ -47,7 +47,7 @@ MS-DOS Cyrillic CIS 1 (CP-866)
MS-DOS Hebrew + Euro (CP-867)
MS-DOS Pakistan (CP-868)
MS-DOS Modern Greek (CP-869)
MS-DOS Cyrillic + Euro (CP-855)
MS-DOS Cyrillic + Euro (CP-872)
Thai (Win-874)
Japanese (Win-932)
Simplified Chinese (Win-936)
Expand Down

0 comments on commit 8a3220d

Please sign in to comment.