At 06:22 19/09/2005 -0700, you wrote:
François PERRAD (via RT)" <[EMAIL PROTECTED]> wrote: > > This patch allows Configure.pl --optimize and > Configure.pl --optimize=flags > with MinGW. > (And typo in CREDITS) > Thanks, applied (r9210). I think it was me that got your name wrong when I added it to the CREDITS too - sorry about that.
I think you modified CREDITS file without an UTF-8 editor. With a UTF-8 decoding, my name is (LATIN SMALL LETTER C WITH CEDILLA, u+00e7) N: François PERRAD With a 8bits decoding, you see some think N: Fran?§ois PERRAD A correct example is (with French, LATIN SMALL LETTER E WITH ACUTE, u+00e9) With a UTF-8 decoding N: Stéphane Payrard With a 8bits decoding N: St?©phane Payrard François
Jonathan