1
0
Fork 0
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:
Brian Fiete 2019-10-29 04:56:42 -07:00
parent 1e8c633a36
commit 43b69023f6
14 changed files with 74 additions and 31 deletions

View file

@ -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))
{