C Language Judgment Chinese characters

Source: Internet
Author: User

#include <stdio.h>intMain () {Chars[ -]; inti,j; Chara,c[3]; FILE*FP; scanf ("%s", s); FP=fopen (s),"R"); if(!FP) {printf ("Open error\n"); return 1; } I=0; c[2]=' /';  while((A=FGETC (fp))! =EOF) {        if(a&0x80) {C[i]=A; I++; if(i==2) {printf ("%s is kanji \ n", c); I=0; }        }        ElseI=0;    } getchar ();    GetChar (); return 0; }

Chinese character coding is distinguished from other encodings that the highest bit of Chinese character coding is 1. 0x80 in the computer is represented as 1000 0000 This program is often used to determine whether the current character is a Chinese .& is the bitwise AND, corresponding to the 1 o'clock is 1, the other cases are not 0. such as: 1010 1011 & 1000 0000 = 1000 0000 i.e. a&0x80

C Language Judgment Chinese characters

Related Article

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.