Replies: 1 comment
-
Hi @shivakb, implemented here: https://sharevb-it-tools.vercel.app/text-to-unicode-names |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Unicode there are a lot of invisible, non-printable characters: regular white-space characters (e.g. [U+0020 SPACE]), language specific fillers (e.g. [U+3164 HANGUL FILLER] of the Korean Hangual alphabet), or special characters (e.g. [U+2800 BRAILLE PATTERN BLANK]. While all of these have a specific meaning in their natural context, they can be used in various applications that don't allow for regular whitespace characters.
When we encounter data issues that prevent us from identifying special characters or invisible characters in a string, we should have a plugin to identify the invisible special characters in the string
Beta Was this translation helpful? Give feedback.
All reactions