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

ruby-changes:35990

From: duerst <ko1@a...>
Date: Tue, 21 Oct 2014 15:57:04 +0900 (JST)
Subject: [ruby-changes:35990] duerst:r48071 (trunk): lib/unicode_normalize/normalize.rb: Added comment to point to

duerst	2014-10-21 15:56:58 +0900 (Tue, 21 Oct 2014)

  New Revision: 48071

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

  Log:
    lib/unicode_normalize/normalize.rb: Added comment to point to
    relevant portion of Unicode standard for Hangul (de)composition
    identifiers and algorithm.

  Modified files:
    trunk/ChangeLog
    trunk/lib/unicode_normalize/normalize.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48070)
+++ ChangeLog	(revision 48071)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Oct 21 15:56:56 2014  Martin Duerst <duerst@i...>
+
+	* lib/unicode_normalize/normalize.rb: Added comment to point to
+	  relevant portion of Unicode standard for Hangul (de)composition
+	  identifiers and algorithm.
+
 Tue Oct 21 11:49:16 2014  Andreas Schwab  <schwab@s...>
 
 	* gc.c (mark_current_machine_context) [__mc68000__]: Update stack
Index: lib/unicode_normalize/normalize.rb
===================================================================
--- lib/unicode_normalize/normalize.rb	(revision 48070)
+++ lib/unicode_normalize/normalize.rb	(revision 48071)
@@ -27,6 +27,8 @@ module UnicodeNormalize https://github.com/ruby/ruby/blob/trunk/lib/unicode_normalize/normalize.rb#L27
                        end
 
   ## Constants For Hangul
+  # for details such as the meaning of the identifiers below, please see
+  # http://www.unicode.org/versions/Unicode7.0.0/ch03.pdf, pp. 144/145
   SBASE = 0xAC00
   LBASE = 0x1100
   VBASE = 0x1161

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

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