minor fixes and more info in usermgmt added
[brisk.git] / web / Obj / brisk.phh
index c3cb777..6a9547d 100644 (file)
@@ -509,7 +509,7 @@ function escinput($s)
 
 function eschtml($s)
 {
-    return htmlentities($s);
+    return htmlentities($s, ENT_COMPAT, "UTF-8");
 }
 
 function esclfhtml($s)