On Mon, May 9, 2011 at 10:59 AM, Karl Heinz Brehme Arredondo <[email protected]> wrote: > Try to type Thai messages on mac's text editor and the copy/paste to > MonoDevelop inside the message you want to throw to user... > > MonoDevelop do not support accentuation and I think, characters like thai > too. I can't type é í ó ã õ, etc, só I type it outside MonoDevelop then > copy/paste. > > I think it's already on Bugzilla.
There are basically two issues here. Firstly, the font rendering library that MD uses (Pango) does not currently support font fallbacks on Mac, so any characters that are not supported by the default font will not be rendered correctly. You can work around that by changing the font in MD prefs. The second issue is that the UI library that MD uses (GTK+) does not currently support IMEs (input methods) on Mac. The only workaround for this is to type strings into a separate editor and paste them into MD. -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
