Double Byte to Single Byte
Most of the characters are stored in a Single byte but some Japanese
Characters requires Two Bytes to store Characters. Is there anyway to
store those characters in a Single byte? I am looking for the query or
any other tool. Is this possible with SQL Server or any other
programming Languages?
Re: Double Byte to Single Byte
Quote:
Is there anyway to
store those characters in a Single byte?
:confused: What for?
Isn't it better to use N-characters (NVARCHAR for example)?
Re: Double Byte to Single Byte
Potentially you could but it would be neither pratical and may cause a number of issues when you try to query the data.
Re: Double Byte to Single Byte
Quote:
Originally Posted by antares686
Potentially you could but it would be neither pratical and may cause a number of issues when you try to query the data.
Can you give an example?