Wide_character Wide_character

Wide character - Definition and Overview

Related Words: Dna, Mendelism, Vip, Accent, Acclaim, Actor, Actress, Advocacy, Advocating, Affection, Alien, Allele, Alphabet

Wide character is a vague term used to represent a datatype that is richer than the traditional 8-bit characters. It is not the same thing as Unicode.

wchar_t is a data type in ANSI/ISO C and some other programming languages that is intended to represent wide characters.

The Unicode standard 4.0 says that

"ANSI/ISO C leaves the semantics of the wide character set to the specific implementation but requires that the characters from the portable C execution set correspond to their wide character equivalents by zero extension."

and that

"The width of wchar_t is compiler-specific and can be as small as 8 bits. Consequently, programs that need to be portable across any C or C++ compiler should not use wchar_t for storing Unicode text. The wchar_t<code> type is intended for storing compiler-defined wide characters, which may be Unicode characters in some compilers."

Under Windows API, <code>wchar_t is 16-bit wide; on Unix-like systems wchar_t is 32-bit wide.

In ANSI C library header files, <wchar.h> and <wctype.h> deal with the wide characters.

Example Usage of character

NicolesGrace: I am Guido? LOL! It tells you which NINE character you are and I get the only man. Haha! http://www.cnnpromos.com/nine/
vchambers: Its amazing how ppl wrap-up/shroud foolishness in spirituality. Deep w/ ur mouth, yet no depth in ur character.
mcgee_gorgo: I have been calling Christmas "XMas" because of the character limit and also because of my sweet dark lord Satan.
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.