From 89fb19caaf3faf34d88a22873d3e1848c93dff2d Mon Sep 17 00:00:00 2001 From: Burer Date: Tue, 18 Mar 2025 15:58:28 +0200 Subject: [PATCH] [Apps/Pipet] Fixed broken cyrillic encoding (once again) --- programs/other/pipet/pipet.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/other/pipet/pipet.asm b/programs/other/pipet/pipet.asm index fa2a0b013..1e31fe467 100644 --- a/programs/other/pipet/pipet.asm +++ b/programs/other/pipet/pipet.asm @@ -482,7 +482,7 @@ pip_icon dd 0x00000000 col_white dd 0x00FFFFFF if lang eq ru_RU - header db '����⪠', 0 + header db '⪠', 0 else if lang eq es_ES header db 'Pipeta', 0 else