[MonoDevelop] Arabic Support

Dotan Cohen dotancohen at gmail.com
Thu May 12 12:37:52 EDT 2011


On Mon, May 2, 2011 at 18:06, Mike Krüger <mkrueger at novell.com> wrote:
> 2.4 is outdated - try a newer 2.6 build. The text rendering backend has
> changed  much since 2.4.
>

There are no 2.6 binaries for my distro (*buntu) and I'd rather not
ruin the environment that I have by building from source. Here is a
quick test that you can run in 2.6:

using System;
namespace rtl_test {
    class MainClass {
        public static void Main (string[] args) {
            Console.WriteLine ("שלום, עולם!‏");
        }
    }
}

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com


More information about the Monodevelop-list mailing list