ruby-changes:42438
From: kazu <ko1@a...>
Date: Fri, 8 Apr 2016 00:47:00 +0900 (JST)
Subject: [ruby-changes:42438] kazu:r54512 (trunk): fix a typo [ci skip]
kazu 2016-04-08 01:43:36 +0900 (Fri, 08 Apr 2016) New Revision: 54512 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54512 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 54511) +++ ChangeLog (revision 54512) @@ -148,7 +148,7 @@ Fri Apr 1 20:58:33 2016 Martin Duerst https://github.com/ruby/ruby/blob/trunk/ChangeLog#L148 * enc/unicode/case-folding.rb, casefold.h: Data generation to implement swapcase functionality for titlecase characters. Swapcase isn't defined by Unicode, because the purpose/usage of swapcase is unclear anyway. - The implementation follows a proposal from Nobu, swaping the case of + The implementation follows a proposal from Nobu, swapping the case of each component of a titlecase character individually. This means that the titlecase characters have to be decomposed. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/