rmuir commented on PR #14360:
URL: https://github.com/apache/lucene/pull/14360#issuecomment-2730119438

   i'll keep the PR up here.  Actually as a first step, I'd rather improve 
existing toDot() and regex toString(). It would help the logic here, too.
   
   There's no need to escape codepoints as `\u0010FFFF`, we could do `U+10FFFF` 
instead. And it is very conservative about what is "printable".
   
   If I want to make them look pretty, i edit the .dot file and fix some of 
these things. We can definitely try to help remove that step.
   
   For mermaid, it does allow accessible descriptions via "hover" with the 
mouse. It would be nice to be "aggressive" about displaying characters but at 
the same time provide the ability to see the unicode range if you want. I'll 
see what the possibilities are with dot here too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to