Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created March 4, 2020 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdstudio/8b77705390ab46f1db059243b664df79 to your computer and use it in GitHub Desktop.
Save dsdstudio/8b77705390ab46f1db059243b664df79 to your computer and use it in GitHub Desktop.
EUC_KR -> utf8
do{
let c = try NSString(contentsOfFile: path, encoding: CFStringConvertEncodingToNSStringEncoding(0x0422))
print(c)
} catch {
fatalError(error.localizedDescription)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment