HighTechTalks DotNet Forums  

HTML french caracters

Dotnet Internationalization microsoft.public.dotnet.internationalization


Discuss HTML french caracters in the Dotnet Internationalization forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jweizman
 
Posts: n/a

Default HTML french caracters - 09-23-2007 , 12:21 PM






Hi

I wonder if in .NET there is a solution to encode french caraters so
they can displuay correctly.

Up to now this is what i do :
content = content.Replace("é", "é");
content = content.Replace("É", "É");
content = content.Replace("è", "è");
content = content.Replace("È", "È");
content = content.Replace("ê", "ê");
content = content.Replace("Ê", "Ê");
content = content.Replace("á", "á");
content = content.Replace("Á", "Á");
content = content.Replace("à", "à");
content = content.Replace("À", "À");
content = content.Replace("ä", "ä");
content = content.Replace("Ä", "Ä");
ugly...

Thanks
John


Reply With Quote
  #2  
Old   
Mihai N.
 
Posts: n/a

Default Re: HTML french caracters - 09-27-2007 , 01:35 AM






Quote:
Sorry to interrupt your thread, but anyway, is there any method to get the
postscript name of character like Rcaron, aacute etc.?
http://www.adobe.com/devnet/opentype.../glyphlist.txt

--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.