Last active
May 11, 2016 19:50
-
-
Save ihower/431a57d65bc50289bff39aeeaae452bd to your computer and use it in GitHub Desktop.
a ruby example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"你好".force_encoding(Encoding::GB18030).encode(Encoding::UTF_8) | |
# => "浣犲ソ" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment