[libGD] #42 [Comment added] GD can't display characters with unicode references over 7 digits (Attachment added)

[email protected] Wed, 17 Mar 2010 15:15:03 +0100 (CET)
Newsgroups php.gd.bugs
Message-ID <[email protected]>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#42 - GD can't display characters with unicode references over 7 digits
User who did this - Pedro P.Wong (PedroWong)

----------
Correction to fix the bug as follows:

diff correction set format.
==============================================
d257 1
a257 2
              //for (i = 3; i < 8; i++)
			  for (i = 3; i < 9; i++)
==============================================

My personal correction set format.
==============================================
^DL            // Line-->257
              for (i = 3; i < 8; i++)
^BY
              //for (i = 3; i < 8; i++)
	        for (i = 3; i < 9; i++)
==============================================

The correction was base on version 2.0.36 and
test under butterfly windows environment.

Attachment was the test result. Is it correct?

----------

There was one or more files attached to this comment.

More information can be found at the following URL:
http://bugs.libgd.org/?do=details&task_id=42#comment630

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.