[Mono-dev] Umlaute/special Chars

Rafael Teixeira monoman at gmail.com
Sat May 13 15:12:24 EDT 2006


-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