Re: LPeg support for utf-8
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LPeg support for utf-8
- From: Patrick Rapin <toupie300@...>
- Date: 2011年4月10日 17:22:59 +0200
> Try the attached patch (with versions for 5.1 and 5.2).
This is a detail, but Unicode codes are only defined up to 0x10_FFFF,
but the patch assumes they can go up to 0xFFFF_FFFF.