summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 08:37:40 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 08:37:40 +0000
commit281bfbd9cd5f72d08a4dd550f92cf51b8a6f656f (patch)
tree9392db2a897257ff549a6fd98bd4a8ac4ad15b1e /lib
parentf83c0b0ae7e2d92e17d94c9de28375b091554351 (diff)
lib/unicode_normalize.rb: Small documentation fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode_normalize.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/unicode_normalize.rb b/lib/unicode_normalize.rb
index 16c655be83..6a6b5b7bea 100644
--- a/lib/unicode_normalize.rb
+++ b/lib/unicode_normalize.rb
@@ -18,8 +18,9 @@ class String
#
# If the string is not in a Unicode Encoding, then an Exception is raised.
# In this context, 'Unicode Encoding' means any of UTF-8, UTF-16BE/LE,
- # and UTF-32BE/LE. Currently, anything else than UTF-8 is implemented
- # by converting to UTF-8, which makes it slower than UTF-8.
+ # and UTF-32BE/LE, as well as GB18030, UCS_2BE, and UCS_4BE. Anything
+ # else than UTF-8 is implemented by converting to UTF-8,
+ # which makes it slower than UTF-8.
#
# _Examples_
#