We have a web site in english, and now we also support other languages, such as Chinese, Korean,etc. However, currently we have not the text in double-byte language. So now we wanna make one single-byte char take the space same as double-byte char so that we can make some simple test. Anyone know how to make it? Thanks
The width of the character is not a function of the number of bytes in the encoding. It is strictly related to the font size and the glyphs used. cheers, gary