Re: [PATCH] Re: [Mono-list] windows code pages?

2004-05-06 Thread Gonzalo Paniagua Javier
El jue, 06-05-2004 a las 08:14, Jaroslaw Kowalski escribió: > I'm not a assembly resolver expert but consider this scenario > > 1. GAC has a full set of 1.0 and 2.0 assemblies loaded > 2. Application running on 1.0 mscorlib loads I18N.dll, version 1.0 using: > > Assembly.Load("I18N, Version=1.0.5

Re: [PATCH] Re: [Mono-list] windows code pages?

2004-05-05 Thread Jaroslaw Kowalski
er redesigning the application to use Load or LoadFrom. Jarek - Original Message - From: "Gonzalo Paniagua Javier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 06, 2004 12:55 AM Subject: Re: [PATCH] Re: [Mono-list] windows code pages? > El

Re: [PATCH] Re: [Mono-list] windows code pages?

2004-05-05 Thread Gonzalo Paniagua Javier
El jue, 06-05-2004 a las 00:26, Jaroslaw Kowalski escribió: > I found the solution to this problem. I18N was broken badly. > As one could expect it was related to GAC. I18N.Common.Manager called > Assembly.Load() without specifying the fully qualified name. > > Patch is attached. Is it ok to commi

[PATCH] Re: [Mono-list] windows code pages?

2004-05-05 Thread Jaroslaw Kowalski
alski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 05, 2004 4:11 PM Subject: [Mono-list] windows code pages? Hi! I've noticed that I'm no longer able to process XML files encoded using windows-1252 and windows-1250 codepages. This applies to web.config

[Mono-list] windows code pages?

2004-05-05 Thread Jaroslaw Kowalski
Hi!   I've noticed that I'm no longer able to process XML files encoded using windows-1252 and windows-1250 codepages. This applies to web.config, *.exe.config and any xml files I read. iso-8859-1, iso-8859-2 and utf-8 work fine.   I have ICU 2.8 installed from source and mono says it's usin