Outlook is unable to accept french-accented characters in my mailto string?

Posted by 4501 on Stack Overflow See other posts from Stack Overflow or by 4501
Published on 2009-11-10T14:45:58Z Indexed on 2013/11/05 9:54 UTC
Read the original article Hit count: 352

Outlook is causing some problems when being passed a mailto string with accented characters in it. Changing the codepage for my entire webpage that has this string on it solves this problem, but that causes other problems in the system, so I would not like to do that.

A string like such returns a lot of garbage characters:

"mailto:[email protected]?subject=Mon bâtiment / Départementé / Bureau n'est pas répertorié"

Meanwhile, this cuts off the character after the "D"

"mailto:[email protected]?subject=Mon bâtiment / Départementé / Bureau n'est pas répertorié"

What gives? Is there no way to make this work? I am in Canada, so some regional issues might be taking effect here?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb.net