| Anonymous | Login | Signup for a new account | 2010-09-09 22:31 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000146 | [1. XAMPP for Windows] PHP5 | minor | always | 2010-01-02 15:04 | 2010-01-02 15:21 | |||||||
| Reporter | wiedmann | View Status | public | |||||||||
| Assigned To | wiedmann | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | confirmed | Product Version | 1.7.3 | |||||||||
| Summary | 0000146: GD Extension - Fehlerhafte Umlaute | |||||||||||
| Description |
Die Funktionen imagefttext() und imagettftext() liefern keine Umlaute mehr. Die übergebenen Texte sind nach wie vor in utf-8 codiert. via Forum: http://www.apachefriends.org/f/viewtopic.php?f=4&t=38683 [^] |
|||||||||||
| Additional Information |
Beispiel - Skript: <?php $im = imagecreatetruecolor(300, 100); $red = imagecolorallocate($im, 0xFF, 0x00, 0x00); $black = imagecolorallocate($im, 0x00, 0x00, 0x00); imagefilledrectangle($im, 0, 0, 299, 99, $red); $font_file = 'c:/windows/fonts/arial.ttf'; imagefttext($im, 13, 0, 105, 55, $black, $font_file, utf8_encode('äöüß')); header('Content-Type: image/png'); imagepng($im); imagedestroy($im); ?> |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |