mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Symbol rename fixes for extended utf8 chars
This commit is contained in:
parent
0672f43d74
commit
332bebe4ff
3 changed files with 34 additions and 5 deletions
|
@ -3264,6 +3264,11 @@ void BfParser::NextToken(int endIdx, bool outerIsInterpolate, bool disablePrepro
|
|||
case UTF8PROC_CATEGORY_LM:
|
||||
case UTF8PROC_CATEGORY_LO:
|
||||
case UTF8PROC_CATEGORY_NL:
|
||||
case UTF8PROC_CATEGORY_SM:
|
||||
case UTF8PROC_CATEGORY_SC:
|
||||
case UTF8PROC_CATEGORY_SK:
|
||||
case UTF8PROC_CATEGORY_SO:
|
||||
|
||||
allowChar = true;
|
||||
default: break;
|
||||
}
|
||||
|
@ -3305,6 +3310,10 @@ void BfParser::NextToken(int endIdx, bool outerIsInterpolate, bool disablePrepro
|
|||
case UTF8PROC_CATEGORY_LM:
|
||||
case UTF8PROC_CATEGORY_LO:
|
||||
case UTF8PROC_CATEGORY_NL:
|
||||
case UTF8PROC_CATEGORY_SM:
|
||||
case UTF8PROC_CATEGORY_SC:
|
||||
case UTF8PROC_CATEGORY_SK:
|
||||
case UTF8PROC_CATEGORY_SO:
|
||||
|
||||
case UTF8PROC_CATEGORY_MN:
|
||||
case UTF8PROC_CATEGORY_MC:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue