.NET Weird character encoding issue

Posted by born to hula on Stack Overflow See other posts from Stack Overflow or by born to hula
Published on 2010-03-31T18:38:35Z Indexed on 2010/03/31 18:43 UTC
Read the original article Hit count: 331

Filed under:
|
|
|

Our globalization mechanism stores error messages in a SQL 2005 DB.

Some of the error messages are used as subjects on email messages sent to the development team.

Recently, with no clear reason, we started receiving emails with strangely encoded subjects, such as:

=?utf-8?B?Qm1mQm92ZXNwYS5Qb3NUcmFkaW5nRXNwZWNpZmljYWNhbyAtIFN1Y2Vzc28gbm8gcmVwcm 9jZXNzYW1lbnRvLiBEYXRhIFByZWfDo28gPSAzMS8wMy8yMDEwIDAwOjAwOjAwIC0gTsO6bWVyby BkbyBFdmVudG8gZGUgTmVnw7NjaW8gPSAxMDAyIC0gQ8OzZGlnbyBOYXR1cmV6YSBkYSBPcGVyY cOnw6NvID0gQyAtIFNlcn...

We don't have any clue on the reason this is happening, nor which encoding pattern is being used here (maybe utf-8?).

I'd really appreciate some help.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about character-encoding