Python - pyparsing unicode characters
- by mgj
Hi..:) I tried using w = Word(printables), but it isn't working. How should I give the spec for this. 'w' is meant to process Hindi characters (UTF-8)
The code specifies the grammar and parses accordingly.
671.assess :: ????? ::2
x=number + "." + src + "::" + w + "::" + number + "." + number
If there is only english characters it is working…