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?
--

Have you tried replacing it with ß? That's the standard way of getting a scharfes S in HTML. Alternatively, you will need to make sure that your web server is setting the text encoding as UTF-8 and you are saving the files as UTF-8 WITHOUT a BOM (the rules for character set support in C are horribly-complicated, and as far as I know GCC largely ignores them and expects everything to be ASCII).

David

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

Reply via email to