Python Forum
Problem with Polish characters in xlsx file
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with Polish characters in xlsx file
#4
You're using a language, which is deprecated. The support of Python 2.7 ends in 2020.
With Python 3 you get better Unicode-Support (also for emoticons).
Try it with Python 3. If you still get the same results, something is wrong with the encoding. Fixing encoding errors is more guessing than knowing.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: Problem with Polish characters in xlsx file - by DeaD_EyE - Nov-18-2018, 02:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  using last 2 characters of a file name to identify it CAD79 5 2,092 Jul-12-2024, 02:09 PM
Last Post: deanhystad
  python Read each xlsx file and write it into csv with pipe delimiter mg24 4 4,227 Nov-09-2023, 10:56 AM
Last Post: mg24
  Convert legacy print file to XLSX file davidm 1 2,651 Oct-17-2021, 05:08 AM
Last Post: davidm
  guys please help me , pycharm is not able to identify my xlsx file CrazyGreenYT7 1 2,794 Jun-13-2021, 02:22 PM
Last Post: Larz60+
  Python3 doesn't populate xlsx file with openpyxl Auldyin75 2 3,501 Feb-16-2021, 12:00 PM
Last Post: Auldyin75
  Split Characters As Lines in File quest_ 3 3,594 Dec-28-2020, 09:31 AM
Last Post: quest_
  get two characters, count and print from a .txt file Pleiades 9 5,384 Oct-05-2020, 09:22 AM
Last Post: perfringo
  P3, openpyxl, csv to xlsx, cell is not number, problem with colorize genderbee 1 3,011 Sep-29-2020, 03:20 PM
Last Post: Larz60+
  Reading integers from a file; the problem may be the newline characters JRWoodwardMSW 2 3,086 Jul-14-2020, 02:27 AM
Last Post: bowlofred
  Remove escape characters / Unicode characters from string DreamingInsanity 5 22,947 May-15-2020, 01:37 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020