Python Forum
is there an implied encodin in file names being opened?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
is there an implied encodin in file names being opened?
#1
the encoding= option of open() applies to the file contents (according to The Python Library Reference) . there appears to be no way to specify the encoding of the file name. does this mean 'utf-8' is implied? it seems to work that way.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
is there an implied encodin in file names being opened? - by Skaperen - Mar-07-2022, 12:09 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  coming up with a sentinel string for file names lacaca 1 1,988 Apr-13-2019, 09:31 AM
Last Post: Larz60+
  coming up with a sentinel string for file names Skaperen 4 2,735 Jan-05-2019, 06:28 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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