You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the 2019 paper(https://arxiv.org/abs/1902.08318) and following 3.1.2 I created a table similar to Table 1:
From my understanding, the last 8 items in table2 should be corresponding to characters >= 0x80 and will never be used in json_character_block::classify. And I don't think there's anything related to UTF-8 here.. Do I miss anything?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Why the last 8 items of table2 are not zeros?
I checked the 2019 paper(https://arxiv.org/abs/1902.08318) and following 3.1.2 I created a table similar to Table 1:

From my understanding, the last 8 items in table2 should be corresponding to characters >= 0x80 and will never be used in json_character_block::classify. And I don't think there's anything related to UTF-8 here.. Do I miss anything?
Beta Was this translation helpful? Give feedback.
All reactions