On Tue, 2006-04-25 at 20:48 +0900, Atsushi Eno wrote: > Hello, > > Yousef Raffah wrote: > > On Tue, 2006-04-25 at 15:24 +0900, Atsushi Eno wrote: > >> Hello, > >> > >> To determine if the "Unicode issue" is either in the mono itself or > >> anywhere else, can you please provide the actual RSS that Blam > >> could not retrieve? I cannot connect what happened at your side > >> and why it could be an issue in Unicode processing. > >> > > 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). > > I still don't understand why the issue at your hand could be related > to Unicode processing (maybe a stacktrace or something could be > persuasive?), but it does not seem to be related. It could happen > that you use old mono and we fixed some bugs after the release of it. > Hello Atsushi,
Maybe the problem is not Unicode related You can look at the screenshot on: http://yousef.raffah.com/images/Blam-Screenshot.jpg This is the version of mono I'm using, not sure if it is the latest though $ mono --version Mono JIT compiler version 1.1.13.2, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com TLS: normal GC: Included Boehm (with typed GC) SIGSEGV : altstack Thanks > Atsushi Eno > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list -- Sincerely, Yousef Raffah Senior Systems Administrator -- Aren't you using Firefox? Get it at http://www.getfirefox.com
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
