Hello Friends, I am pradeep from Mysore, i am using asp..net with C# and sql server2000. i have a database that contains around 80000 records
some thousand of records in hindi and these hindi records are Unicode in database. I am using Text box to accept hindi input from user and if i pass
that input to database, it is giving "query contined only ignored words" but if i give some input like year or some number it will give proper output. it is
not converting user input to unicode , how to convert to unicode ,please helpppppp me,i am waiting for replyyyyyyy
None
0 Points
2 Posts
Converting user input into unicode in asp.net
Sep 29, 2006 05:20 AM|pradeepht|LINK
Hello Friends, I am pradeep from Mysore, i am using asp..net with C# and sql server2000. i have a database that contains around 80000 records
some thousand of records in hindi and these hindi records are Unicode in database. I am using Text box to accept hindi input from user and if i pass
that input to database, it is giving "query contined only ignored words" but if i give some input like year or some number it will give proper output. it is
not converting user input to unicode , how to convert to unicode ,please helpppppp me,i am waiting for replyyyyyyy
Star
9003 Points
3145 Posts
Re: Converting user input into unicode in asp.net
Oct 01, 2006 05:02 PM|vivek_iit|LINK
Hi Pradeep,
I used this editor to get the unicode in Hindi for my article demo:
http://www.geocities.com/matthewblackwell/hindiEditor.html
You can see the hindi text in my article: http://www.codeproject.com/useritems/localization.asp
Hope this helps,
Vivek
Communifire: Social Networking and Business Collaboration Platform
None
0 Points
2 Posts
Re: Converting user input into unicode in asp.net
Oct 03, 2006 01:25 AM|pradeepht|LINK
Hi vivek,
I am using text box to get input ,is their any method or class in asp.net to convert hindi input to unicode
automatically or we need to write methods for that explicitly ?
Star
9003 Points
3145 Posts
Re: Converting user input into unicode in asp.net
Oct 03, 2006 01:10 PM|vivek_iit|LINK
Hello,
You can use Input Method Editors (IMEs). See these links:
http://www.microsoft.com/globaldev/handson/user/IME_Paper.mspx
http://www.shahabjafri.com/2005/11/11/how-to-write-in-hindi-without-any-ime/
http://bhashaindia.com/Developers/IndianLang/Typingdnagari/dnpages.aspx?pl=1
Hope these links will help,
Vivek
Communifire: Social Networking and Business Collaboration Platform