mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-02 22:36:00 +02:00
Added bitcode emission, additional logging
This commit is contained in:
parent
1e8c633a36
commit
43b69023f6
14 changed files with 74 additions and 31 deletions
|
@ -1148,7 +1148,7 @@ namespace Beefy.widgets
|
|||
doCheck = false;
|
||||
for (char32 c in theString.DecodedChars)
|
||||
{
|
||||
if (c <= (char32)128)
|
||||
if (c < (char32)128)
|
||||
hasChar[(int)c] = true;
|
||||
else if (!AllowChar(c))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue