mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
lib/unicode_normalize/normalize.rb: Added comment to point to
relevant portion of Unicode standard for Hangul (de)composition identifiers and algorithm. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f15279b23b
commit
7415796ca3
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
Tue Oct 21 15:56:56 2014 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* 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@suse.de>
|
||||
|
||||
* gc.c (mark_current_machine_context) [__mc68000__]: Update stack
|
||||
|
|
|
@ -27,6 +27,8 @@ module UnicodeNormalize
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue