Why [\ u4e00-\ u9fa5] cannot match Chinese

Source: Internet
Author: User
Why do [\ u4e00-\ u9fa5] fail to match Chinese When php's preg_match () function matches Chinese? the matching rules are written like this: $ rule & nbsp; = '/[\ u4e00-\ u9fa5]/'; compilation error. I don't know \ u. what should I do? How does php match UTF-8? why [\ u4e00-\ u9fa5] cannot match Chinese?
When php's preg_match () function is used to match Chinese characters,
Write matching rules like this,
$ Rule = '/[\ u4e00-\ u9fa5]/';

Compilation error, said unknown \ u,
What should I do?
How does php match UTF-8 encoded Chinese and gb2312 encoded Chinese ?? Regular expression
------ Solution --------------------
/[\ X {4e00}-\ x {9fa5}]/u
Unicode is required for strings
------ Solution --------------------
Gbk and UTF-8 are different... UTF-8 can be easily matched...
------ Solution --------------------
Your PHP file is gbk encoded.
Or charset is not set to UTF-8
------ Solution --------------------
Your PHP file is not UTF-8 encoded
------ Solution --------------------
Who asked you to "internationalize?
China's first! Gbk omnipotent

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.