Skip to content

Instantly share code, notes, and snippets.

@korakot
Created October 24, 2022 04:54
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 korakot/a487f27fdd0d467e069d20b50668873a to your computer and use it in GitHub Desktop.
Save korakot/a487f27fdd0d467e069d20b50668873a to your computer and use it in GitHub Desktop.
Read UTF-16 (u16) file
import io
text = io.open('aa1.txt', encoding='utf-16-le').read()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment