From fd13c342896ea5c22a6389691b50d346951b5741 Mon Sep 17 00:00:00 2001 From: Burer Date: Mon, 14 Apr 2025 19:24:14 +0300 Subject: [PATCH] [Apps/Calcplus] Fixed UTF-8 encoding --- programs/other/calcplus/calcplus.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index e939e2ed1..d22cb0fa2 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -663,7 +663,7 @@ endp if lang eq ru_RU - engineering_str cp866 "ˆ­¦¥­¥à­ë© ०¨¬" + engineering_str cp866 "Инженерный режим" engineering_len = $ - engineering_str else if lang eq es_ES