Skip to content

Instantly share code, notes, and snippets.

@midoribashikk
Created September 3, 2018 13:47
Show Gist options
  • Save midoribashikk/0a215a832210fa6f72ccacdd3d17fa8d to your computer and use it in GitHub Desktop.
Save midoribashikk/0a215a832210fa6f72ccacdd3d17fa8d to your computer and use it in GitHub Desktop.
File file = new File(filename);
FileInputStream fis = new FileInputStream(file);
InputStreamReader isr = new InputStreamReader(fis, "Cp930");
BufferedReader br = new BufferedReader(isr);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment