================================================================================ STRUCTURE DE LA BASE DE DONN╔ES: RollerLogic ================================================================================ Traceback (most recent call last): File "D:\Jeu\RollerLogic\extract_db_structure.py", line 34, in extract_database_structure print(f"\U0001f4ca Nombre de tables: {len(tables)}\n") ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python313\Lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f4ca' in position 0: character maps to During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\Jeu\RollerLogic\extract_db_structure.py", line 80, in extract_database_structure() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "D:\Jeu\RollerLogic\extract_db_structure.py", line 77, in extract_database_structure print("\n\U0001f50c Connexion fermÚe") ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python313\Lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f50c' in position 2: character maps to