Skip to content
Snippets Groups Projects
Commit cee6d4e2 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Remove ctrl character u009D

parent 44061606
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ class Static
# /u008d
# https://github.com/osunyorg/lacriee-site/actions/runs/9242403369
code = code.remove("\u008d".encode('utf-8'))
# /u009D
code = code.remove("\u009D".encode('utf-8'))
code
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment