mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a description about string-scrub.gem to NEWS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b69c18cff1
commit
ee7fa8b227
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
|
@ -107,6 +107,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
* String
|
||||
* New methods:
|
||||
* String#scrub and String#scrub! verify and fix invalid byte sequence.
|
||||
If you want to use this function with older Ruby,
|
||||
consider to use string-scrub.gem.
|
||||
* extended methods:
|
||||
* If invalid: :replace is specified for String#encode, replace
|
||||
invalid byte sequence even if the destination encoding equals to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue