diff --git a/other_things/irc-old-save/hooks.lua b/other_things/irc-old-save/hooks.lua index 3d145056..9a735eba 100644 --- a/other_things/irc-old-save/hooks.lua +++ b/other_things/irc-old-save/hooks.lua @@ -19,7 +19,7 @@ local function subaccent(text) for _, c in pairs(accent_chars) do text = text:gsub(c[1], c[2]) end - return text:gsub(stripped_chars, "") + return text end -- TODO: Add proper conversion from CP1252 to UTF-8.