sandeepdey_c2 wrote: > Hello friends > Was just bit confused with the concept of wide char and also multi byte char > ... ca some1 throw some light on the same with some programmming examples!!! > > With Regards > Sandeep Dey
Wide character implies a fixed width character. Multibyte character implies a variable width character. A character is not necessarily a single byte. The use of the word 'character' here is rather vague. In Unicode, for example, a single 'character' can be represented by multiple 'code points', which, in turn, can span across many, many bytes. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
