Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2007 at 14:36 UTC
Updated:
6 Mar 2010 at 00:57 UTC
the Unihan database already contains 43253 characters assigned between U+20000 and U+2FA1D inclusive
http://unicode.org/reports/tr11/tr11-11.html states:
"all code positions from U+20000 to U+2FFFD and U+30000 to U+3FFFD are intended for CJK ideographs"
I'm not sure if that is the complete list of ranges that should be added, but at least the U+20000 range should be added, since characters have already been assigned in that range.
Comments
Comment #1
jhodgdonProbably needs to be done in Drupal 7, then backported to Drupal 6/5?
Comment #2
jhodgdonThis appears to be a duplicate of #326016: PREG_CLASS_CJK doesn't include all CJK characters..