com-lihaoyi / fastparse

Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k stars 164 forks source link

Unicode characters that have 2 or more Chars #315

Closed mio-19 closed 4 months ago

mio-19 commented 4 months ago

How do fastparse interact with characters that can't be represented by a Char? What are recommended practices for dealing with such characters?