Open THISISSUBBU opened 5 years ago
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 󰂍,
But the decoding conversion from ucs2.decode i'm getting the 0xf008d
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:
Looking for a hook or callback to provide the unicode
There is no hook to provide user defined unicode that are in the Private User Area space
Use \uf008d as unicode for the glyph, getting the unexpected result.
npm -v result:
npm -v
<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.
Provide a hook/callback to generate the glyph unicode
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 󰂍,
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:
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.
npm -v
result: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