On tor, 2012-10-25 at 00:24 +0200, Dos Santos, Oliveira wrote: > I’m currently building GTK+/GTKmm 3 to port my work on Windows. At the > end, I will make a Windows installer and publish it... but I’d like to > offer a library with the full support of non-latin characters > (Chinese, Arabic, Hebrew, Greek, Russian, Thaï,,,,) > > In previous versions of Pango, there were these languages... but > now... they are no longer included inside the latest Pango version > (1.32.1). Where can I find the missing files or libraries compatible > (and updated) with Pango(1.32.1)/Fontconfig(2.10.1) to build a fully > internationalizable GTK/GTKmm 3 library ?
Pango 1.32 adds a new dependency called harfbuzz. See this for details: http://www.freedesktop.org/wiki/Software/HarfBuzz This library essentially replaces all the per-language modules that pango used to have. So, pango still supports non-latin characters, it just internally works in a different way. _______________________________________________ gtk-i18n-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-i18n-list
