No native support for unicode printables
Brought to you by:
ptmcg
Wanted to file as a feature request, but I lack the requisite permissions.
pypyarsing.printables
is, of course, ASCII-only.
RIght now, not only is there nothing like pyparsing.unicode_printables
, but there's no documentation of any solution to this problem.
The best I was able to find was this ( https://stackoverflow.com/a/2340659/2669818 ) answer to an SO question from a while back.
I'm adapting it and going with a similar solution, but it would be much better to either document this as the solution, and still better to have pyparsing.unicode_printables
defined.