You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Judging from the parser source code, could it be that code points outside the BMP aren't even supported? The parser looks at individual UTF-16 code units and doesn't appear to consider surrogates at all.
There's a sample linked from the documentation:
http://magjac.com/graphviz-visual-editor/?dot=digraph%20G%20%7b%0a%20%20charset%3d%22UTF-8%22%0a%20%20%f0%9f%8d%94%20-%3e%20%f0%9f%92%a9%0a%7d
which immediately raises an error, even though as part of the official documentation, that should probably work.
The text was updated successfully, but these errors were encountered: