summaryrefslogtreecommitdiff
path: root/enc/unicode/case-folding.rb
diff options
context:
space:
mode:
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