On Aug 5, 2012, at 11:37 AM, David Haslam <dfh...@googlemail.com> wrote:
> FWIW, I just came across this http://www.pythonregex.com/ Python Regular > Expression Testing Tool > > Does Python support the full 21-bit Unicode range? > > cf. Many other regular expression engines only support the Basic > Multilingual Plane. > Yes, Python regex supports non-BMP characters. The language tags are Plane 14, I believe. An engine that supports only the BMP can't be said to support Unicode and is probably just processing bytes. --Chris _______________________________________________ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page