mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #326 - Part 1a: Update character property table generator script for Unicode 9, and adjust APIs to fit the new identifier-type property model
Backported from Mozilla bug 1281448.
This commit is contained in:
parent
e40697c0c6
commit
275ea2bcf5
5 changed files with 144 additions and 68 deletions
|
|
@ -31,7 +31,7 @@ GetCharProps2(uint32_t aCh)
|
|||
using namespace mozilla::unicode;
|
||||
static const nsCharProps2 undefined = {
|
||||
VERTICAL_ORIENTATION_R,
|
||||
XIDMOD_NOT_CHARS
|
||||
0 // IdentifierType
|
||||
};
|
||||
return undefined;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue