Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error while reading directory with shift_jis encoded name #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 9, 2024

  1. Allow user to specify encoding

    The code was always hardcoding utf-8 as an encoding which
    was producing wrong results for SHIFT-JIS (Japanese) file names. Thus I have added an optional argument for encoding which by default is set to utf-8 but can be specified to any other value if encoding is not utf-8
    Darkhood148 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    052ff4f View commit details
    Browse the repository at this point in the history