mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Fix cz->cs code page.
This commit is contained in:
parent
1b3ad96fc1
commit
0419a750d3
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
static const std::map<std::string, int> code_pages
|
static const std::map<std::string, int> code_pages
|
||||||
{
|
{
|
||||||
{ "en", 0 },
|
{ "en", 0 },
|
||||||
{ "cz", 1250 },
|
{ "cs", 1250 },
|
||||||
{ "ru", 1251 },
|
{ "ru", 1251 },
|
||||||
{ "de", 1252 },
|
{ "de", 1252 },
|
||||||
{ "fr", 1252 },
|
{ "fr", 1252 },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue