gordon-cs / JES4py

Other
7 stars 3 forks source link

handle unicode (non-ASCII) characters in file path #83

Open russtuck opened 2 years ago

russtuck commented 2 years ago

An international student's username on their Windows laptop contains a non-ASCII character. getMediaPath() returns an absolute pathname containing the unicode character, and this path causes makePicture() to fail with a stack trace.