Created
July 24, 2014 04:10
-
-
Save StoneCypher/de9461b0ebdc694e8990 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 1> F = "什麽是". | |
| [20160,40637,26159] | |
| 2> B = unicode:characters_to_binary(F). | |
| <<228,187,128,233,186,189,230,152,175>> | |
| 3> F2 = unicode:characters_to_list(B). | |
| [20160,40637,26159] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment