Ask a Question related to ASP.NET General, Design and Development.
-
Matthew Thompson #1
Passing unicode characters in forms
I have as issue I am finding hard to research.
I use a stored proecdure in SQL 2000 to provide search capability for
our database of news stories and articles. Being an international
magazine publisher we use foreign characters extensively.
When searching for words (I am using Full Text Indexing and using the
CONTAINSTABLE method) with accented characters such as Møller (Second
character is Alt+0248) the form receives back Møller
When this is passed to the stored procedure it only searches for the
single character M
Is it possible to pass the unicode characters to SQL properly using a
built in function or do I have to recreate the string manually searching
for unicode characters as passed by the browser and recreate them as
proper unicode characters?
M@t :o)
Matthew Thompson Guest
-
AxAcroPDF LoadFile contains Unicode (CJK) characters
I'm using AcroPDF.dll version 9.0 in my C#.Net Windows Forms application. I initialize an instance of the Adobe control, and use the LoadFile method... -
Unicode characters above FFFF
How can I generate/display on a page/ Unicode characters based on unicode scalar values? I know ColdFusion function chr() works very good for... -
cfqueryparam unicode characters
I am storing Unicode characters in sqlserver. If I use : SELECT * table values WHERE a=N"#val1#" it works fine. However if I use: ... -
Unicode characters and ado.
I have an Access 2002 database which stores unicode characters. I am using adodb.recordset object to display these fields on a web page. If I were... -
entering unicode characters
I would really appreciate some help with this. I am using mozilla (1.2.1) with XFree86 (3.3.6). How can I enter a unicode character into mozilla? -
Natty Gur #2
Re: Passing unicode characters in forms
Hi,
Use the N perfix :
Select From TestTable where myfield = N'....'
[url]http://support.microsoft.com/default.aspx?scid=http://support.microsoft[/url].
com:80/support/kb/articles/Q239/5/30.ASP&NoWebContent=1
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Matthew Thompson #3
Re: Passing unicode characters in forms
It's not the passing of data in unicode format that's the problem but
the encoding that is applied at the web site - as in my original post
you can see that I am getting out "Møller" when I enter "Møller" - I
need to be able to turn the ø into a unicode char before I pass it.
Also as I am using a stored procedure I don't believe I can prefix the
paramter name with N to indicate that it is Unicode - I have to set the
paramter up as nvarchar(x) in the stored procedure instead.
M@t :o)
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Matthew Thompson Guest
-
Matthew Thompson #4
Re: Passing unicode characters in forms
Just to confirm for anyone reading on the web - my problem is in
receiving "M&#248ller" from the web form. I just realised that web
sites are translating the &#248 in my original post to a slashed "O"
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Matthew Thompson Guest
-
Yan-Hong Huang[MSFT] #5
Re: Passing unicode characters in forms
Hello Matt,
I think you could try add encoding in web.config file.
Also, please save the aspx file with encoding info. To achieve it, please save the file in VS.NET IDE and...:
-----------------------------------------
Advanced Save Options Dialog Box
Use this dialog box to specify non-default language encoding options and to register your line-ending character preferences
for an open file. To access this dialog box, open a file in Visual Studio and choose Advanced Save Options on the File
menu.
Encoding
Use this list box to apply a new language encoding scheme to the target file.
Line Endings
When creating a file intended for distribution to users of different operating systems, you can select one of the following
carriage return or line feed options to ensure consistent document formatting.
----------------------------------
Hope it helps.
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: Matthew Thompson <matthew.thompson@lrfairplay.com>
!References: <erowwSoVDHA.2488@TK2MSFTNGP09.phx.gbl>
!X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
!Subject: Re: Passing unicode characters in forms
!Mime-Version: 1.0
!Content-Type: text/plain; charset="us-ascii"
!Content-Transfer-Encoding: 7bit
!Message-ID: <#qLySjoVDHA.2228@TK2MSFTNGP12.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Date: Wed, 30 Jul 2003 03:53:33 -0700
!NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
!Lines: 1
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP12.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163298
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!
!
!Just to confirm for anyone reading on the web - my problem is in
!receiving "M&#248ller" from the web form. I just realised that web
!sites are translating the &#248 in my original post to a slashed "O"
!
!*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
!Don't just participate in USENET...get rewarded for it!
!
Yan-Hong Huang[MSFT] Guest
-
Yan-Hong Huang[MSFT] #6
Re: Passing unicode characters in forms
Hello Matt,
I saw a similar post in the group and reply you there. Here is the link for your reference. Thanks.
[url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=%23COz%23ynVDHA.2248%[/url]
40TK2MSFTNGP10.phx.gbl&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26q%
3DPassing%2Bunicode%2Bcharacters%2Bin%2Bforms%26sa %3DN%26tab%3Dwg
Best regards,
Yanhong Huang
Microsoft Online Partner Support
Get Secure! - [url]www.microsoft.com/security[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
!From: Matthew Thompson <matthew.thompson@lrfairplay.com>
!References: <erowwSoVDHA.2488@TK2MSFTNGP09.phx.gbl>
!X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
!Subject: Re: Passing unicode characters in forms
!Mime-Version: 1.0
!Content-Type: text/plain; charset="us-ascii"
!Content-Transfer-Encoding: 7bit
!Message-ID: <eIU73doVDHA.2488@TK2MSFTNGP09.phx.gbl>
!Newsgroups: microsoft.public.dotnet.framework.aspnet
!Date: Wed, 30 Jul 2003 03:43:51 -0700
!NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
!Lines: 1
!Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:163295
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
!
!
!
!It's not the passing of data in unicode format that's the problem but
!the encoding that is applied at the web site - as in my original post
!you can see that I am getting out "Møller" when I enter "Møller" - I
!need to be able to turn the ø into a unicode char before I pass it.
!
!Also as I am using a stored procedure I don't believe I can prefix the
!paramter name with N to indicate that it is Unicode - I have to set the
!paramter up as nvarchar(x) in the stored procedure instead.
!
!M@t :o)
!
!*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
!Don't just participate in USENET...get rewarded for it!
!
Yan-Hong Huang[MSFT] Guest



Reply With Quote

