What is the story with SQL Server support for 2-byte character sets? Is it
due in V7.0? I have some Japanese customers who are keen to know...
Does anybody out there know if this is planned?
Richard.
What is the story with SQL Server support for 2-byte character sets? Is it
due in V7.0? I have some Japanese customers who are keen to know...
Does anybody out there know if this is planned?
Richard.
You can do this in 6.5
We are using it for Chinese and Japanese without a problem. The characterset
must be set to Multilingual when you install and your must set sorting to be
Case Sensitive. If you do this, then it can handle any language you give it.
There are a few limitations in searching as it does not know language you
are using, so if you give it half a double byte character as part of the
search using a LIKE query then it will give you lots of records you did not
want.
Hope this helps
--
Regards
Dion Wiggins
ActiveX Factory Inc.
>Does anybody out there know if this is planned?
> Richard.
There are two different kinds of 2-character support.
SQL Server 6.5 supports what is known as double-byte character sets (DBCS).
With DBCS you get the normal single byte character (SBCS. e.g. ISO Latin-1
a.k.a. Code Page 1252) set plus one additional set of 255 extended
characters. One byte is stolen from the SBCS code page as a flag byte
indicating this is an extended (2-byte) character. So if you use a
character out of your normal code page it takes one byte whereas if you use
an extended character it takes two. That allows you to run on a machine
with a DBCS variant of Windows NT installed and use that one extended
character set. What you can't do, for example, is mix Kanji and Chinese on
the same machine. This is a frequent requirement in the far east.
SQL Server 7 will support Unicode (as well as retaining SBCS/DBCS support).
In Unicode you can mix and match characters from any character set in the
same string thus meeting the full multilingual needs of the far east.
Unicode differs from DBCS in that characters are always 2-bytes with the
latin characters just a part . For details on Unicode itself see
http://www.unicode.org
--
All opinions expressed here are mine and mine alone
>Does anybody out there know if this is planned?
> Richard.
On Fri, 16 Jan 1998 08:34:43 GMT, Neil Pike
> It should be in there.....
> Neil Pike MVP/MCSE
> Protech Computing Ltd
In other words, will SQL Server finally catch up with the underlying
Unicode basis of Windows NT?
(posted and emailed)
Richard Schulman
---
To email me, remove the "XYZ"
Richard,
As far as I know it's full Unicode.
Neil Pike MVP/MCSE
Protech Computing Ltd
Hello all,
I'm sure this question has been asked before but I havent been able to
find the thread so I'll have to ask it again:
Can anyone tell me if OpenROAD supports the use of double byte character
sets
TIA.
--
Kevin Hogarth | The opinions expressed are my own
Architecture Group |
British American Consulting Group | Phone: (+44) 0113-259-5220
Enterprise House | Fax: (+44) 0113-259-5150
Leeds LS11 9BH |
2. using setnet32 in windows nt and saving environment
3. Multi-byte character sets and database links
4. Need advice to speed up access to database
7. NLS and Multi Byte Character Sets
8. Embedded SQL compiler to generate ODBC calls
9. Multi-byte Character Set Encoding Question
10. Using double byte character sets in FMP 4 (especially Japanese)
11. Single-byte character set recoding
12. Unicode/Multi-byte character sets
13. Double-byte character set in Progress DB