about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)