Re: [pcre-dev] About \x{}

トップ ページ
このメッセージを削除
著者: Philip Hazel
日付:  
To: xiongwen
CC: pcre-dev
題目: Re: [pcre-dev] About \x{}
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