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

Checks java file encoding on windows (PR #75) #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2019

  1. Checks java file encoding on windows (PR SerCeMan#75)

    This implementation checks whether the UTF-8 file encoding is set when working on windows. If the wrong file encoding is set mounting the drive works, but accessing and working on it doesn't work.
    
    Details see pull request SerCeMan#75
    ab3dat committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    60f92b8 View commit details
    Browse the repository at this point in the history
  2. Throw exception if file encoding not UTF-8 (PR SerCeMan#75)

    Replace output to stdout and throw exception if file encoding is not UTF-8 if running on Windows
    
    Details see pull request SerCeMan#75
    ab3dat committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    8d1b4dd View commit details
    Browse the repository at this point in the history