Re: Encoding difference in Vista breaks my app :(
- From: Mattias Sjögren <mattias.dont.want.spam@xxxxxxxx>
- Date: Fri, 06 Oct 2006 18:07:59 +0200
it is probably because i'm using GetString on binary content
but i'm sure i got this code off an MS sample somewhere...
Regardless where you got it from, your code is broken. If you want to
represent random binary data as a string, you should consider using
Base64 encoding.
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
.
- References:
- Encoding difference in Vista breaks my app :(
- From: Tim_Mac
- Encoding difference in Vista breaks my app :(
- Prev by Date: Re: Encoding difference in Vista breaks my app :(
- Next by Date: Objects not collecteds by GC... :S
- Previous by thread: Re: Encoding difference in Vista breaks my app :(
- Next by thread: Re: Encoding difference in Vista breaks my app :(
- Index(es):
Relevant Pages
|