Go to file
Brad Jorsch d8314539da Fix mw.ustring edge cases
A few edge cases were being incorrectly handled:
* mw.ustring.sub( 'abc', 1, 0 ) returned 'a', not ''.
* mw.ustring.codepoint( 'abc', 1, 0 ) returned 97, not no results.
* mw.ustring.codepoint( 'abc', 4, 4 ) returned 99, not no results.
* mw.ustring.gcodepoint had the same issues as mw.ustring.codepoint.

Change-Id: Ib8c0ef5a8073106eb7d90d0aa0513be4525dca08
2013-07-03 11:49:52 -04:00
common Handle bogus entries in MediaWiki:Scribunto-doc-page-name 2013-06-07 18:21:31 -04:00
engines Fix mw.ustring edge cases 2013-07-03 11:49:52 -04:00
modules (bug 45887) Improve error popup discoverability 2013-03-08 11:16:26 -05:00
tests/engines Fix mw.ustring edge cases 2013-07-03 11:49:52 -04:00
.gitignore Lua ustring implementation 2013-02-12 14:26:29 -05:00
.gitreview Adding .gitreview 2012-04-06 13:46:17 -04:00
Scribunto.i18n.php Localisation updates from http://translatewiki.net. 2013-06-24 19:56:27 +00:00
Scribunto.magic.php Localisation updates from http://translatewiki.net. 2013-05-29 08:40:57 +00:00
Scribunto.namespaces.php Fix 5a2030dd for namespace names in zh and yue (zh-yue) 2013-04-26 19:00:33 +08:00
Scribunto.php Merge "Add text module" 2013-03-27 16:55:07 +00:00