Created
June 26, 2012 13:20
-
-
Save hsbt/2995750 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
should "not drop utf-8 bytes" do | |
assert_equal "あいえお", "あ\000い\343う\201え\202お".printable! | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
丁寧にありがとうございます。1.8.7 で NKF を使うとできました。
この方法でやってみようと思います。