diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-26 00:42:08 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-26 00:42:08 +0000 |
commit | 7c884e9012cbba4c7636fb7850cd7090eeab2fa6 (patch) | |
tree | 14bd11a073ac3bc7be73f34aa3531d68b2a94e07 /test/json/test_json_unicode.rb | |
parent | 1f7db0db759dc285134cea0639d505a56699bb69 (diff) | |
download | ruby-7c884e9012cbba4c7636fb7850cd7090eeab2fa6.tar.gz |
* lib/rexml/doctype.rb, test/rss/test_maker_itunes.rb: replace
multi-byte string.
* test/json/{test_json.rb, test_json_unicode.rb}: add magic comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/json/test_json_unicode.rb')
-rwxr-xr-x | test/json/test_json_unicode.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/json/test_json_unicode.rb b/test/json/test_json_unicode.rb index 9e0d762f6d..cad93846b5 100755 --- a/test/json/test_json_unicode.rb +++ b/test/json/test_json_unicode.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# -*- coding: utf-8 -*- require 'test/unit' require 'json' |