X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=6a9547d62b4ec1e285b8e2349f88e6f71e7361fa;hb=ae6cd6df390ee9272ea19459da9a28f0fb97fabb;hp=c3cb7773daf2e23d30fe89b42e56dbf23e1ecb0a;hpb=6bce5ab794cb9e39e2ee120018af1da5ed8ecf75;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index c3cb777..6a9547d 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -509,7 +509,7 @@ function escinput($s) function eschtml($s) { - return htmlentities($s); + return htmlentities($s, ENT_COMPAT, "UTF-8"); } function esclfhtml($s)