summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb')
-rw-r--r--spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb b/spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb
index 61a691ff78..cfa91dedc3 100644
--- a/spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb
+++ b/spec/ruby/core/string/fixtures/iso-8859-9-encoding.rb
@@ -4,6 +4,6 @@ module StringSpecs
def source_encoding; __ENCODING__; end
def x_escape; [0xDF].pack('C').force_encoding("iso-8859-9"); end
def ascii_only; "glark"; end
- def cedilla; "Åž"; end
+ def cedilla; "Þ"; end # S-cedilla
end
end