Skip to content
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

Issue with the Unicodes of Plane 15-16 (Private User Area Planes) #96

Open
THISISSUBBU opened this issue Sep 6, 2019 · 0 comments
Open

Comments

@THISISSUBBU
Copy link

THISISSUBBU commented Sep 6, 2019

Hi
We are getting issue with the unicode using from the Private User Area Planes.

For example I'm using the Unicode 0xf008d and expected that the glyph should contains the unicode &#xf008d,

But the decoding conversion from ucs2.decode i'm getting the
0xf008d

Idea is to provide a callback or hook to decide which unicode will be placed in the glyph, default one is use the existing unicode decoding.

Can i create a pull request or is there any way to achieve as i expected?

I'm a gentledev i:

  • [y] fully read the README recently
  • [y] searched for existing issues
  • [y] checked i'm up to date with the latest version of the project

Expected behavior

Looking for a hook or callback to provide the unicode

Actual behavior

There is no hook to provide user defined unicode that are in the Private User Area space

Steps to reproduce the behavior

Debugging informations

  • Use \uf008d as unicode for the glyph, getting the unexpected result.
0xf008d
  • npm -v result:
<paste here>

If the result is lower than 6.9.5, there is
poor chances i even have a look to it. Please,
use the last NodeJS LTS version.

Feature request

Feature description

Provide a hook/callback to generate the glyph unicode

Use cases

  • [y ] I will/have implement the feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant