about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-01-08 19:08:35 +0300
committerNakidai <nakidai@disroot.org>2025-01-08 19:08:35 +0300
commite5622f45f9c57defe5ae03e44c1cb61228a49648 (patch)
tree9fa5acf77b1cb4c8514592a866b9467114cdcf75
parent3fcdb8edc09f00f840170ff6b84c06443084f3ed (diff)
downloadtr2cyr-e5622f45f9c57defe5ae03e44c1cb61228a49648.tar.gz
tr2cyr-e5622f45f9c57defe5ae03e44c1cb61228a49648.zip
Fix Ц
-rw-r--r--tr2cyr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tr2cyr.c b/tr2cyr.c
index 9af2280..819e055 100644
--- a/tr2cyr.c
+++ b/tr2cyr.c
@@ -76,7 +76,7 @@ int Translator_convert(FILE *file, Translator_Writer *writer, void *arg)
         CASE(L'u', L'у', L'У');
         CASE(L'f', L'ф', L'Ф');
         CASE(L'h', L'х', L'Х');
-        CASE(L'c', L'ц', L'Й');
+        CASE(L'c', L'ц', L'Ц');
         case 'y':
         {
             if ((ch = getwchar()) == WEOF)