I tried to do a function for crossed out text, something like: var1 is a string 
let var2=var1.join("u0336") echo var2 when I write it to a file it works well 
with English letters only, but with a text with polish letters, like ó, ż, ą, ę 
it doesn't work-the result is completely different, why? should I add encoding 
utf-8 somewhere? I'm quite new to this very good language.

Reply via email to