[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 6m41s

This commit is contained in:
2025-03-18 15:58:28 +02:00
parent a1afa96d52
commit 33b264b880

View File

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