Skip to content

Instantly share code, notes, and snippets.

@cofemei
Created February 3, 2021 02:47
Show Gist options
  • Select an option

  • Save cofemei/0b0e7516abe45763e01ba4097e46d099 to your computer and use it in GitHub Desktop.

Select an option

Save cofemei/0b0e7516abe45763e01ba4097e46d099 to your computer and use it in GitHub Desktop.
Ruby big5 to utf-8
File.open('a2.xml','r').read.force_encoding('BIG5').encode('UTF-8', invalid: :replace, undef: :replace, replace: "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment