XCoder icon indicating copy to clipboard operation
XCoder copied to clipboard

Main.py Output - Windows 11

Open TheLaval opened this issue 5 months ago • 0 comments

My output is :

Traceback (most recent call last):
  File "c:\Users\ \Downloads\XCoder_v2.0.1-prerelease\Main.py", line 167, in <module>
    select_lang()
  File "c:\Users\ \Downloads\XCoder_v2.0.1-prerelease\Main.py", line 9, in select_lang
    lang = input(
           ^^^^^^
  File "C:\Program Files\Python312\Lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode characters in position 17-24: character maps to <undefined>

TheLaval avatar Sep 24 '24 17:09 TheLaval