> On quinta-feira, 24 de março de 2016 17:41:30 PDT Jason H wrote:
> > Amharic (Ethiopian) is giving me some trouble. All the other languages are
> > fine. What do I need to do get Amharic characters showing? They are
> > rendered as boxes. 
> 
> How are you sure you have a font with those characters? Are you sure you're 
> using that font?

I'm not sure at all. I'm using Monserrat, which is a google font, which works 
for every language I have except that one. But somehow my browser can display 
it. I copied the text out of chrome and plopped it in.

        property var nativeLanguages: {
                'english' : 'english',  // ok
                'amharic' : 'አማርኛ', // not ok, except in chrome
                'arabic' : 'عربي عربى', // ok
                'burmese' : 'မြန်မာစကာ',// ok
                'french' : 'français',// ok
                'kinyarwanda' : 'kinyarwanda',// ok
                'mandarin' : '普通话',// ok
                'portugese' : 'português',// ok
                'spanish' : 'español',// ok
                'swahili' : 'swahili'// ok
        }
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to