[Apps/Pipet] Fixed broken cyrillic encoding (once again)
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 26s
Build system / Build (pull_request) Successful in 5m54s

This commit is contained in:
2025-03-18 15:58:28 +02:00
committed by Burer
parent b673b9a0c0
commit 89fb19caaf

View File

@@ -482,7 +482,7 @@ pip_icon dd 0x00000000
col_white dd 0x00FFFFFF
if lang eq ru_RU
header db '<27><><EFBFBD><EFBFBD>⪠', 0
header db '<27><><EFBFBD><EFBFBD>⪠', 0
else if lang eq es_ES
header db 'Pipeta', 0
else