[Mono-list] Blam Unicode Issue?
Andreas Färber
andreas.faerber at web.de
Tue Apr 25 08:34:48 EDT 2006
Yousef Raffah schrieb:
> On Tue, 2006-04-25 at 20:48 +0900, Atsushi Eno wrote:
>
>> Yousef Raffah wrote:
>>
>>> Sorry, here is the link for one of the feeds:
>>> http://bandar.raffah.com/wp/?feed=rss2
>>>
>> Thanks - I downloaded the RSS and simply loaded via StreamReader using
>> UTF8Encoding with "throwOnInvalid" = true,
>>
>> public static void Main (string [] args)
>> {
>> Encoding e = new UTF8Encoding (true, true);
>> using (TextReader r = new StreamReader (args [0], e)) {
>> string s = r.ReadToEnd ();
>> }
>> }
>>
>> but it just worked fine (It also didn't raise an error on .NET).
>>
> You can look at the screenshot on:
> http://yousef.raffah.com/images/Blam-Screenshot.jpg
>
I had a look at the screenshot and checked your HTTP headers but
unfortunately there's an HTTP error page right now... ;-)
("Error establishing a database connection")
Andreas
More information about the Mono-list
mailing list