Skip to content
Snippets Groups Projects
Commit 8165c2e3 authored by David Trattnig's avatar David Trattnig
Browse files

Safe text conversion.

parent f20dcc39
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ class SimpleUtil:
(String): the striked text.
"""
result = ""
for c in text:
for c in str(text):
result += c + '\u0336'
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment