On Mon, 21 Nov 2011, xiongwen wrote:
> For example, l use the pattern /\x{c6d0}/,but there is always an error,
> \x{...} sequence is too large. So, is there some way l can use the pattern
> like that without UTF-8 supported when the value is greater than FF?
No. You have to use UTF-8 if you want to handle code values greater than
FF. That is what UTF-8 is for.
Philip
--
Philip Hazel