Hi, I'm trying to format a link like this: [[musulman]]ă. On ro.wp, this is equivalent to [[musulman|musulman]]ă (the special letter is not included in the wiki link. While going through http://www.mediawiki.org/wiki/Markup_spec I saw that:
<internal-link> ::= <internal-link-start> <article-link> [ "#" <section-id> ] [ <pipe> [<link-description>] ] <internal-link-end> [<extra-description>] <extra-description> ::= <letter> [<extra-description>] <letter> ::= <ucase-letter> | <lcase-letter> <ucase-letter> ::= "A" | "B" | ... | "Y" | "Z" <lcase-letter> ::= "a" | "b" | ... | "y" | "z" This tells me that only ASCII letters are used for this type of linking. However, on fr.wp I can write [[Ren]]é and this is equivalent to [[Ren|René]]. How was this made? Is it something that can be set by from a page or should some php be changed? Thanks, Strainu _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
