jpatokal / mediawiki-gateway

Ruby framework for MediaWiki API manipulation
Other
133 stars 50 forks source link

Improved regex for link-substitution #7

Closed carpodaster closed 13 years ago

carpodaster commented 14 years ago

Hey Jani, I commited a few minor changes to the regex used to identify relative links in #render with option 'linkbase'. Should now cover URL-represenations of non-ASCII characters plus a set of other special chars.

-Carsten