[Mono-osx] Garbled characters

Martin Smith martin.smith.jr at gmail.com
Fri Feb 26 20:42:33 EST 2010


Hello,

I've seen an error similar to this. For me it was that the default
code page for MS.NET apps was a SingleByte character set, while on
Mono it was ASCII... If i used UTF7 to decode the characters, i got
the right output.

I'm not sure what kind of application your writing or where you're
getting your strings from, but that might be a place to start.

Best of luck,
Martin

On Thu, Feb 11, 2010 at 9:20 AM, Carlos Eduardo L. Lopes
<carloslopes at pollares.com> wrote:
>
> Hi all,
>
> i'm running my application in the MonoDevelop but the characters with
> accents are garbled, they appear with this symbol: �.
>
> I try to put the compilation and the globalization tag in the web.config but
> it doesn't work.
>
> Anyone know what can cause this issue?
>
> PS: I'm work in a Mac OS Leopard.
>
> Thanks.
> --
> View this message in context: http://old.nabble.com/Garbled-characters-tp27551031p27551031.html
> Sent from the Mono - OSX mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>


More information about the Mono-osx mailing list