Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 20th, 2005, 07:43 PM
Authorized User
 
Join Date: Dec 2003
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default standard characters for accented characters

Hi,

I need to substitute standard characters for accented characters (French, German, Spanish etc) before doing the comparision with the database field. for example if the letter "o" has an umbaut on it, I have to convert it to an "o" without an umlaut. How can I achieve this? I appreciate your help.

Thanks.

 
Old February 24th, 2005, 05:10 AM
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

run Character Map,in Unicode Charset,
O with Circumflex:00D4(Hex)
O without Circumflex:004F(Hex)
you should add a fixed number to characters..(there should be better ways!).

_____________
Mehdi.
software student.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Match accented characters with a regular expr. dacian PHP How-To 0 February 22nd, 2007 09:54 AM
Unicode Characters Lazy ADO.NET 6 November 7th, 2006 04:57 AM
Accented characters transformation in XSL ROCXY XSLT 3 January 19th, 2006 08:50 AM
first two characters crmpicco Classic ASP Databases 4 January 26th, 2005 02:57 PM
**** instead of characters Louisa VB.NET 2002/2003 Basics 2 March 25th, 2004 09:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.