mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
fix inadvertance error
This commit is contained in:
parent
ef530f7bb5
commit
5b03fd34f1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user