]> git.lizzy.rs Git - rust.git/commit
use normative source for Grapheme class data
authorkwantam <kwantam@gmail.com>
Mon, 6 Apr 2015 23:42:18 +0000 (19:42 -0400)
committerkwantam <kwantam@gmail.com>
Mon, 6 Apr 2015 23:46:48 +0000 (19:46 -0400)
commitbef00ab2b82f75e267a3bf19e511f21e41e41b9a
tree02322ee28dc63084d1e98c86c92f9914bea7b507
parentaab8669ddad0432ef7279cc7f7b0b20d32785314
use normative source for Grapheme class data

@mahkoh points out in #15628 that unicode.py does not use
normative data for Grapheme classes. This pr fixes that issue.

In addition, GC_RegionalIndicator is renamed GC_Regional_Indicator
in order to stay in line with the Unicode class name definitions.
I have updated refs in u_str.rs, and verified that there are no
refs elsewhere in the codebase. However, in principle someone
using the unicode tables for their own purposes might see breakage
from this.
src/etc/unicode.py
src/libunicode/tables.rs
src/libunicode/u_str.rs