[前][次][番号順一覧][スレッド一覧]

ruby-changes:31893

From: naruse <ko1@a...>
Date: Tue, 3 Dec 2013 15:31:03 +0900 (JST)
Subject: [ruby-changes:31893] naruse:r43972 (trunk): Add a description about string-scrub.gem to NEWS

naruse	2013-12-03 15:30:58 +0900 (Tue, 03 Dec 2013)

  New Revision: 43972

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43972

  Log:
    Add a description about string-scrub.gem to NEWS

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 43971)
+++ NEWS	(revision 43972)
@@ -107,6 +107,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L107
 * 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]