summaryrefslogtreecommitdiff
path: root/enc/unicode/case-folding.rb
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-07 13:10:21 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-02-07 13:10:21 +0000
commit3e82668e6295e63db942a790080980b7de8e9192 (patch)
treec8aa9d37a6863a6d5d1b48b64dfca7ed334b596c /enc/unicode/case-folding.rb
parent49ca434bcf64f115bf1915f5287fbb61598ed773 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/unicode/case-folding.rb')
-rwxr-xr-xenc/unicode/case-folding.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/enc/unicode/case-folding.rb b/enc/unicode/case-folding.rb
index e1293a74db..a236d1f8a1 100755
--- a/enc/unicode/case-folding.rb
+++ b/enc/unicode/case-folding.rb
@@ -184,7 +184,7 @@ class MapItem
@lower = lower unless lower == ''
@title = title unless title == ''
end
-
+
def flags
"" # preliminary implementation
end
@@ -199,9 +199,9 @@ class CaseMapping
unless upper and lower and title and (upper+lower+title)==''
@mappings[code] = MapItem.new(code, upper, lower, title)
end
-
+
end
-
+
# IO.readlines(File.expand_path('SpecialCasing.txt', mapping_directory))
end