Michael Olson <mwolson <at> gnu.org> writes: > > Sacha Chua <sacha <at> free.net.ph> writes: > > > "Richi's server" <apache <at> richip.dhs.org> writes: > > > >> I have a new question. I created an emacswiki page using an accented > >> character, i.e. ([[TravailFrançais]]). When it publishs the links to > >> the page it produces > >> (<a href="TravailFran%e7ais.php">TravailFranࣧais</a>) > > > > I know we recently added better support for accented characters... Mike? > > If you're using XEmacs (or if things don't work right with Emacs21), > you'll have to manually add the accented characters that you need to > emacs-wiki-regexp-alnum. For example: "A-Za-z0-9çáàö". >
I had to use this final solution and it works... (setq emacs-wiki-regexp-alnum "A-Za-z0-9âàÂÀëéêèËÉÊÈïîÏÎôÔçÇ«»üûùÜÛÙ") thanks! _______________________________________________ emacs-wiki-discuss mailing list emacs-wiki-discuss@nongnu.org http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss