From 0419a750d399fb3b0bd55068828ca7eeab5de002 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Sat, 8 Jun 2024 02:29:29 +0300 Subject: [PATCH] Fix cz->cs code page. --- src/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common.h b/src/common/common.h index 3dd5756..e6d4530 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -28,7 +28,7 @@ static const std::map code_pages { { "en", 0 }, - { "cz", 1250 }, + { "cs", 1250 }, { "ru", 1251 }, { "de", 1252 }, { "fr", 1252 },