https://bugzilla.wikimedia.org/show_bug.cgi?id=17125
--- Comment #1 from Brion Vibber <[email protected]> 2011-02-14 01:17:54 UTC --- The basic problem is that the text-drawing routine used (imagestring()) only supports 8-bit fonts. Unicode strings can be drawn with imagestringttf(), but a font file would need to be provided with sufficient coverage for whatever language(s) might be selected. Best fix is probably to replace the server-side GD drawing with client-side drawing -- let the browser deal with the text -- or export to SVG and then run through the standard SVG transforms, letting whatever font configuration has been set up for SVG still happen there. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
