Sacha Chua <[EMAIL PROTECTED]> writes:

> "Richi's server" <[EMAIL PROTECTED]> 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&#2279;ais</a>)
>
> I know we recently added better support for accented characters... Mike?

Check your value of emacs-wiki-regexp-alnum.  If you're using Emacs22,
it should be set to "[:alnum:]", and everything *should* just work.

If you're using Emacs21, you might be able to get away with changing
it from "A-Za-z0-9" to "[:alnum:]", but I've had mixed reports about
this.  If this matches your usage case, I'd especially like to hear
whether it worked for you.

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çáàö".

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: anime, Debian, XHTML, wiki, Emacs Lisp
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #pulug
 |_] | \| |_| Jabber: mwolson_at_hcoop.net

Attachment: pgpu6sG9Qr4vZ.pgp
Description: PGP signature

_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to