resourceloader: Avoid escaping of UTF-8 characters in messages
authorFomafix <fomafix@googlemail.com>
Tue, 30 Jul 2019 04:52:59 +0000 (06:52 +0200)
committerFomafix <fomafix@googlemail.com>
Thu, 1 Aug 2019 09:29:42 +0000 (11:29 +0200)
commit39a6f3f174536eab28c2ae4485ac4f393fce7e93
tree2fee8e3ebedf18d8f3b3eb7f830c34d9a8ee92ed
parentf4799240ddd6e750968e42da0aee716317b8ca6a
resourceloader: Avoid escaping of UTF-8 characters in messages

It's not needed to escape UTF-8 characters in messages.

The characters '&', '<' and '>' are still escaped. For the output in
load.php this escaping is not necessary but messages can also embedded
into <script> tags and here are the characters '<' and '>' problematic.

Bug: T229301
Change-Id: If424a21df4a813ba6cb79b939f0857d96f162a17
includes/resourceloader/MessageBlobStore.php