Re: Escaping international (unicode) characters in string
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Tue, 29 May 2007 21:23:00 +0000 (UTC)
Greg R. Broderick (usenet200705@xxxxxxxxxxxxxxxxxxxxx) writes:
When there are more than one or two non-US-ASCII characters in the
string, this quickly becomes impractically unwieldy, thus my comment in
my original posting:
If the are in sequence, you could do:
convert(nvarchar, 0x34123512...)
although this is certainly not too funny as you have twitch the bytes
around.
Another solution to use something like Microsoft Visual Keyboard, and
simply put the actual characters there.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Escaping international (unicode) characters in string
- From: Greg R. Broderick
- Re: Escaping international (unicode) characters in string
- From: Erland Sommarskog
- Re: Escaping international (unicode) characters in string
- From: Greg R. Broderick
- Escaping international (unicode) characters in string
- Prev by Date: Book recall
- Next by Date: Re: Book recall
- Previous by thread: Re: Escaping international (unicode) characters in string
- Next by thread: sorting table while inserting
- Index(es):
Relevant Pages
|