[Mono-devel-list] Observations on Remoting, Http, and CultureInfo

Tom Larsen tomar at apricot.com
Fri Mar 12 15:01:56 EST 2004


After poking around the code investigating why the HttpChannel does not
quite work I've come to the conclusion that the internal class SoapWriter
is choking on creating a CultureInfo class to help do string formating.

Here is the question: For Soap transaction what is the correct Culture
anyway?  Just UTF-8?  Right now it is set to "en-XX" (I don't remember if
it is en-EN or en-US!).  Also I need to dig a little deeper into the
CultureInfo class to find out exactly why it is throwing an
ArgumentException in the first place.

Anyone else know what is going on with CultureInfo or have any other
observations?  It should be noted I have the 'bare bones' I18N (I guess
that means none at all).  Could this be the reason why this is failing
outright?

Tom Larsen



More information about the Mono-devel-list mailing list