Do not implement encodeJSON() based on encodeJS()
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 20 Jan 2022 10:12:37 +0000 (11:12 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 20 Jan 2022 10:13:13 +0000 (11:13 +0100)
commite6befab31d63fdac9fcbf5f5b1c5c4f3d1a5af88
tree2e9fb11ea79699468d4d83a25e5bccb8a4449e95
parent7e7b113b1d68ab800695d08bd84ad481b16d5bd3
Do not implement encodeJSON() based on encodeJS()

JSON strings are more restricted than JavaScript strings, by implementing
encodeJSON() based on encodeJS() we need to reverse some of the encoding.

Simplify this by implementing encodeJSON() as a standalone function.
wcfsetup/install/files/lib/util/StringUtil.class.php