AW: [Mono-dev] Umlaute/special Chars

Stephan Hüper S.Hueper at hyper-net.de
Sat May 13 17:01:06 EDT 2006


Hi!
Where should I modify the web.config?
At my Vs.Net Project or at xsp/mod_mono ?

Thank You!
Stephan

-----Ursprüngliche Nachricht-----
Von: mono-devel-list-bounces at lists.ximian.com [mailto:mono-devel-list-bounces at lists.ximian.com] Im Auftrag von Rafael Teixeira
Gesendet: Samstag, 13. Mai 2006 21:16
An: Miguel de Icaza
Cc: Stephan Hüper; mono-devel-list at lists.ximian.com
Betreff: Re: [Mono-dev] Umlaute/special Chars

-codepage is also supported by mbas for compiling VB.NET in Mono. But
beware that you may have to set things indirectly: in web.config,
unless you precompile.

If you can't dig the details on online documentation (msdn and Mono
sites & mailing-lists archives), ask again here.

Fun,

On 5/13/06, Miguel de Icaza <miguel at ximian.com> wrote:
> Hello,
>
> > I programmed a .Net 2003 VB Webservice, which works fine, but there is
> > a problem
> >
> > with german umlaute/special chars, like äöüß. Only "?" is shown.
> >
> > What should I do?
>
> This is likely an encoding problem.  The problem is tracking it down.
>
> If your web service files are in C#, its easy, the compiler is using one
> encoding to compile, and your files are stored in another one.   Use the
> -codepage: parameter to mcs to specify the encoding of your sources.
>
> Miguel
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


-- 
Rafael "Monoman" Teixeira
---------------------------------------
As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual...



More information about the Mono-devel-list mailing list