Support for 5-digit Unicode code points #5347
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
When I label an object with a 4-digit unicode value: like
entry[#9829;]
, the resulting label is♥
, great.When I try to use a 5-digit unicode value like
entry[#1FBC5;]
, the resulting label is#1FBC5;
.When I try to represent that code point as a surrogate pair like
entry[#D83E;#DFC5;]
, the label is#D83E;#DFC5;
.Is there a way to represent code points with >4 digits?
Steps to reproduce
See examples above
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: