-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only mask char codes of (3, 0) cmap tables in the range of 0xF000 to 0… #8592
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.215.176.217:8877/36dd07d370dd3a5/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/f5d88dea56d51a6/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/f5d88dea56d51a6/output.txt Total script time: 16.54 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/36dd07d370dd3a5/output.txt Total script time: 29.23 mins
|
cbd918e
to
a6b79f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, with the comment addressed.
Thank you for the patch!
src/core/fonts.js
Outdated
// byte and it is used directly as the char code. | ||
|
||
// When a (3, 0) cmap table is present, it is used instead but the | ||
// spec has special rules for char codes in the range of 0xF00 to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, and in the commit message as well, I'm assuming that it should be 0xF000
instead to match the code!?
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.215.176.217:8877/2ad4955c83b44f4/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/c44321944a6d136/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/c44321944a6d136/output.txt Total script time: 15.46 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/2ad4955c83b44f4/output.txt Total script time: 27.42 mins
|
Only mask char codes of (3, 0) cmap tables in the range of 0xF000 to 0…
…xF0FF.
Fixes #8187