You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you for the library! I'm having one issue which prevents me from using jurigged on regular basis. The issue is with non-Latin characters. But enough talk, check the code:
On the line 3 the function returns greeting text with Russian word Привет (Hello) and everything works fine:
Enter your name: alex
Привет, alex!
However, if I change text to some other non-Latin text, like "Добрый день, {name}!" (Good day), the output looks differently:
Enter your name: alex
Добрый день, alex!
I cannot reproduce this issue on Manjaro Linux, however this happens on Windows 11 22H2 with Russian language as default. What should I change to fix this? Testing on integrated PowerShell in PyCharm 2023.3.3
The text was updated successfully, but these errors were encountered:
Hello! Thank you for the library! I'm having one issue which prevents me from using jurigged on regular basis. The issue is with non-Latin characters. But enough talk, check the code:
On the line 3 the function returns greeting text with Russian word Привет (Hello) and everything works fine:
However, if I change text to some other non-Latin text, like "Добрый день, {name}!" (Good day), the output looks differently:
I cannot reproduce this issue on Manjaro Linux, however this happens on Windows 11 22H2 with Russian language as default. What should I change to fix this? Testing on integrated PowerShell in PyCharm 2023.3.3
The text was updated successfully, but these errors were encountered: