Title: Add byte class to unicode class conversion for js
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 30 Aug 2013 21:00:40 +0000 (14:00 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 27 Sep 2013 17:21:14 +0000 (19:21 +0200)
commitdc9c9ee7fc6d96f957e15b4f56276000cb8e8f06
treece7e9dcdcb5dd4a533ecef77cbac288d5d7c0e77
parentaa6f866bd196e666b9c6e295733276d6a018dbba
Title: Add byte class to unicode class conversion for js

The upcoming rewrite of mw.Title needs to use wgLegalTitleChars,
but for that to work, it needs to be converted into something
that can work in javascript.

Signed-off-by: Timo Tijhof <krinklemail@gmail.com>
Signed-off-by: David Chan <david@sheetmusic.org.uk>
Change-Id: I163f3d7e3a680d52640a93f4bd195d8209669918
includes/Title.php
includes/resourceloader/ResourceLoaderStartUpModule.php
tests/phpunit/includes/TitleTest.php