[Bug 17125] Correct rendering of ViewAPC for non-latin characters

2011-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17125

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 AssignedTo|niklas.laxst...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org

-- 
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.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17125] Correct rendering of ViewAPC for non-latin characters

2011-09-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17125

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Keywords||i18n

-- 
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.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17125] Correct rendering of ViewAPC for non-latin characters

2011-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17125

--- Comment #1 from Brion Vibber br...@pobox.com 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 17125] Correct rendering of ViewAPC for non-latin characters

2009-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17125


Siebrand siebr...@wikipedia.be changed:

   What|Removed |Added

 CC||wikibugs-
   ||l...@lists.wikimedia.org,
   ||siebr...@wikipedia.be
 AssignedTo|wikibugs-   |niklas.laxst...@gmail.com
   |l...@lists.wikimedia.org   |
  Component|General/Unknown |APC




-- 
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.
You are the assignee for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l