Can anyone point me to the list of languages that use double byte characters?
Thanks,
Can anyone point me to the list of languages that use double byte characters?
Thanks,
Most languages will support this in some way. I would recommend you have a read of this excellent article by Joel Spolsky (a co-founder of this site) on character encodings.
DBCS is a property of a code page. A code page needs double-byte characters when it needs to encode more than 128 non-ASCII glyphs. On Windows that's
There are probably more, IBM and Oracle defined their own. This is all a bad memory, Unicode rules.