-
Notifications
You must be signed in to change notification settings - Fork 56
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
Unicode index missing for Big5 #61
Comments
What would be the big5 equivalent? |
It should be "symbols" from unicode unable to be mapped under BIG5TOUTF, so there isn't big5 equivalent. |
So I can't really come up with a good way to fix this, assuming it needs fixing, suggestions are welcome. |
Can it fall back and print the Unicode instead of showing big5 equivalent when missing index happens? |
Not sure if I understand what you mean. When you get
You can use: |
I mean can I make tintin++ to print the unicode character automatically when utf8 to big5 index is missing, along with the error message or even ignore the message? As it seems not all unicodes have the corresponding big5 equivalent. It only shows the "did not find unicode index xxxx" right now. |
You should be able to substitute the message:
And you can remove it with #gag. |
<118>utf8_to_big5: did not find unicode index '0xfffd'
Can you add the related definition?
The text was updated successfully, but these errors were encountered: