1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2024-09-27 14:30:20 +02:00

Add note about the "ANSI" encoding

This commit is contained in:
syimyuzya 2021-12-05 16:49:20 +08:00
parent 7e4e2a7adb
commit 2da37c48c0

View File

@ -1,5 +1,8 @@
-- encoding borrowed from signs_lib fork at https://github.com/lord-server/lord -- encoding borrowed from signs_lib fork at https://github.com/lord-server/lord
-- The "ANSI" encoding here actually refers to "windows-1251", which shows up as
-- "ANSI" on Russian version of MS Windows
local ansi_decode = { local ansi_decode = {
[128] = "\208\130", [128] = "\208\130",
[129] = "\208\131", [129] = "\208\131",