Forum Moderators: open
escape(this.value) The hexadecimal form for characters, whose code unit value is 0xFF or less, is a two-digit escape sequence: %xx. For characters with a greater code unit, the four-digit format %uxxxx is used.
In the html head is
<meta http-equiv="content-type" content="text/html; charset=utf-8">