-
Notifications
You must be signed in to change notification settings - Fork 10.3k
bidi characters algorithm; separation of the toFontChar and toUnicode #1218
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
Conversation
Fix comment in bidi
I fixed up some issues with bidi selection
There are some problems in CIDFontType0 toUnicode stuff @pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/3975109.txt [bot:processed:3975109] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 28.44 mins |
Conflicts: web/viewer.html
@pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4059798.txt [bot:processed:4059798] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 24.60 mins |
@pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4061087.txt [bot:processed:4061087] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 24.90 mins |
There are minor changes/movements in the chars on Ubuntu, but overall it's good. @arturadib, @brendandahl: i believe the code is ready for review and merge. |
Conflicts: src/fonts.js
@pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4092879.txt [bot:processed:4092879] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 24.76 mins |
@pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4096344.txt [bot:processed:4096344] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 24.61 mins |
text.direction = 'ltr'; | ||
return str; | ||
} | ||
else if (startLevel == -1) { |
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.
nit: move else if up a line
After the above are fixed, I'll review again and give my blessing. Biggest concern is all the new global scope functions introduced. |
hopefully got them all @pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4127707.txt [bot:processed:4127707] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 24.90 mins |
@pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4128137.txt [bot:processed:4128137] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 24.70 mins |
@pdfjsbot makeref |
Processing command makeref by user brendandahl. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/4130618.txt [bot:processed:4130618] |
References generated Images pushed to Output:
Bot response time: 27.90 mins |
bidi characters algorithm; separation of the toFontChar and toUnicode
No description provided.