mediawiki-extensions-Scribunto/includes/engines/LuaCommon
Brad Jorsch ec103b6966 Scribunto_LuaError: Make ->getMessage() return UTF-8 text
It's easily possible for Lua to raise errors where the string is not
valid UTF-8. When we turn that into a Scribunto_LuaError, we should
normalize it so other things don't break.

Bug: T208689
Change-Id: Idc5514261e99d64222b86877dd0500d425a26988
2018-12-11 14:46:56 -05:00
..
lualib ustring: Match undocumented string.gsub behavior 2018-11-01 03:59:35 +00:00
HashLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
HtmlLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
LanguageLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
LibraryBase.php Add method scope visibility 2018-11-19 21:18:12 +00:00
LuaCommon.php Scribunto_LuaError: Make ->getMessage() return UTF-8 text 2018-12-11 14:46:56 -05:00
LuaInterpreter.php Disable Squiz.Classes.ValidClassName.NotCamelCaps globally 2018-05-24 22:26:11 -07:00
MessageLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
SiteLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
TextLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
TitleLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
UriLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00
UstringLibrary.php Add method scope visibility 2018-11-19 21:18:12 +00:00