From 2da37c48c0f53e9cd0874f11fc35e57f389f2a63 Mon Sep 17 00:00:00 2001 From: syimyuzya Date: Sun, 5 Dec 2021 16:49:20 +0800 Subject: [PATCH] Add note about the "ANSI" encoding --- encoding.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/encoding.lua b/encoding.lua index 26b1bea..32abd60 100644 --- a/encoding.lua +++ b/encoding.lua @@ -1,5 +1,8 @@ -- 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 = { [128] = "\208\130", [129] = "\208\131",