summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index f9a93fd9c7..242ebb9f05 100644
--- a/string.c
+++ b/string.c
@@ -3210,7 +3210,7 @@ rb_str_casecmp(VALUE str1, VALUE str2)
* "aBcDeF".casecmp?("abcdef") #=> true
* "abcdef".casecmp?("abcdefg") #=> false
* "abcdef".casecmp?("ABCDEF") #=> true
- * "äöü".casecmp?("ÄÖÜ") #=> true
+ * "\u{e4 f6 fc}".casecmp?("\u{c4 d6 dc}") #=> true
*/
static VALUE