2009/6/4 Strainu strainu10@gmail.com:
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.
It's wrong. Don't trust that page too much. It was written after the fact to try to document the parser, not something the parser was designed to follow. It's almost certainly wrong in a lot of corner cases. (Like non-English languages, apparently.)
On Thu, Jun 4, 2009 at 3:53 PM, Ahmad Sherifahmad.m.sherif@gmail.com wrote:
AFAIK, it has to be set in the language file thru $linkTrail variable, because it looks like that MediaWiki:Linktrail is no longer used.
Correct.