Re: Does pyparsing support UNICODE strings?

2005-08-04 Thread could ildg
d.net> Thanks. > could.net> > could.net> > could.net> > could.net> On 8/4/05, could ildg <[EMAIL PROTECTED]> wrote: > could.net> > could.net> > I want to parse some Chinese words. > could.net> > could.net> > It seems that pypa

Re: Does pyparsing support UNICODE strings?

2005-08-04 Thread could ildg
: > could.net> > I want to parse some Chinese words. > could.net> > It seems that pyparsing doesn't work for me. > could.net> > Thank you. > could.net> > I have to use re directly, although it's harder, but it'll > always work. > could.net>

Re: Does pyparsing support UNICODE strings?

2005-08-04 Thread could ildg
hough it's harder, but it'll always work. > > On 8/4/05, Robert Kern <[EMAIL PROTECTED]> wrote: > > could ildg wrote: > > > pyparsing is very convenient to use. But I want to find some a py tool > > > to parse non-English strings. Does pyparsing support

Re: Does pyparsing support UNICODE strings?

2005-08-04 Thread could ildg
ent to use. But I want to find some a py tool > > to parse non-English strings. Does pyparsing support UNICODE strings? > > If not, can someone tell me what py tool can do it? Thanks in advance. > > Try it! > > # vim:fileencoding=utf-8 > > from pyparsing import Word

Re: Does pyparsing support UNICODE strings?

2005-08-04 Thread Robert Kern
could ildg wrote: > pyparsing is very convenient to use. But I want to find some a py tool > to parse non-English strings. Does pyparsing support UNICODE strings? > If not, can someone tell me what py tool can do it? Thanks in advance. Try it! # vim:fileencoding=utf-8 from pyparsing im

Does pyparsing support UNICODE strings?

2005-08-04 Thread could ildg
pyparsing is very convenient to use. But I want to find some a py tool to parse non-English strings. Does pyparsing support UNICODE strings? If not, can someone tell me what py tool can do it? Thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list