On 2 Aug 2009, at 23:06, Martin Kalbfuß wrote:


As you can see m?y name has a non-ASCII letter at the end. autogsdoc doesn't translate it correctly to the html page. The last letter is lost. Is there a
possibility to get this working?

The current code should be producing utf-8 output (which is correct up to a point) ... your web server/browser combination might be expecting latin1 rather than utf-8

I think it counts as a bug ... for best portability/reliability we should really output ascii with &#NNN; excape sequences for unicode characters which aren't ascii.

I have attempted a fix to that in svn trunk. Please let me know if it works.



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to