This commit is contained in:
bol-van
2026-02-15 09:40:54 +03:00
parent 2809f8d7e4
commit a621edf898
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ function string2hex(s)
return ss
end
function has_nonprintable(s)
return s:match("[^ -\\r\\n\\t]")
return s:match("[^ -\r\n\t]")
end
function make_readable(v)
if type(v)=="string" then