Skip to content

Commit

Permalink
E.
Browse files Browse the repository at this point in the history
  • Loading branch information
namiltd committed Sep 26, 2022
1 parent 8a3220d commit a4797be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-808)'; CpNr:808; utf8:@CP808toUTF8),
(name:'MS-DOS Cyrillic CIS 1 + E.(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 Down
2 changes: 1 addition & 1 deletion 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-808)
MS-DOS Cyrillic CIS 1 + E.(CP-808)
MS-DOS Latin 1 (CP-850)
MS-DOS Latin 2 (CP-852)
MS-DOS Cyrillic (CP-855)
Expand Down

0 comments on commit a4797be

Please sign in to comment.