mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/test_unicode_normalize.rb: don't set default encodings globally
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
71c534c962
commit
8491998165
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst (duerst@it.aoyama.ac.jp)
|
||||
|
||||
Encoding.default_external = 'utf-8'
|
||||
Encoding.default_internal = 'utf-8'
|
||||
require 'test/unit'
|
||||
|
||||
NormTest = Struct.new :source, :NFC, :NFD, :NFKC, :NFKD, :line
|
||||
|
|
Loading…
Reference in a new issue