-
Notifications
You must be signed in to change notification settings - Fork 46
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
xlib:text-extents emits error when unable to translate unicode character. #182
Comments
This error could be avoided with ugly hack for text-extents:
or similar, by converting the string to the list of numbers. |
And finally to use the unicode string with |
Workaround for issue sharplispers/clx#182
However the hack doesn't work for the unicode characters outside of the font range, i.e.
|
that's what the TRANSLATE key is for. |
Seems error in
translate-default
:or futher down in
char->card8
:The text was updated successfully, but these errors were encountered: