Content deleted Content added
→whitespace: reply |
|||
Line 127:
:I had a look into [[WP:SPT]]'s handling of <code>\uxxxx</code> escapes as well. It turns out that Lua doesn't actually have that kind of escape, as it treats strings as a series of bytes, rather than a series of Unicode characters. So it's not really a bug in [[WP:SPT]], but rather a fundamental issue of how Lua was trying to parse those strings. In other words, my serialisation code in Wegweiser was outputting incorrect Lua strings, so that's the thing we need to fix. — '''''[[User:Mr. Stradivarius|<span style="color: #194D00; font-family: Palatino, Times, serif">Mr. Stradivarius</span>]]''''' <sup>[[User talk:Mr. Stradivarius|♪ talk ♪]]</sup> 14:14, 31 January 2023 (UTC)
::I merged your PR request from this morning, and am running it on a few index pages. [https://en.wikipedia.org/w/index.php?title=Module:Signpost/index/2005&action=history It seems to work as intended] :) '''[[User:JPxG|jp]]'''×'''[[User talk:JPxG|g]]''' 23:06, 31 January 2023 (UTC)
:::Nice. 😎 Thanks for the merge! — '''''[[User:Mr. Stradivarius|<span style="color: #194D00; font-family: Palatino, Times, serif">Mr. Stradivarius</span>]]''''' <sup>[[User talk:Mr. Stradivarius|♪ talk ♪]]</sup> 01:30, 1 February 2023 (UTC)
== Multiple authors ==
|