mirror of
https://github.com/znc/znc.git
synced 2026-07-06 01:41:12 +02:00
webadmin: suggest ISO-8859-15 if non-UTF-8 char...
...set must be recommended.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="half">
|
||||
<input type="text" name="encoding" value="<? VAR Encoding ?>" list="encoding_list"
|
||||
<? IF EncodingDisabled ?>disabled="disabled"<? ENDIF ?> />
|
||||
<br /><div class="third"><span class="info">E.g. <code>UTF-8</code>, or <code>ISO-8859-1</code></span></div>
|
||||
<br /><div class="third"><span class="info">E.g. <code>UTF-8</code>, or <code>ISO-8859-15</code></span></div>
|
||||
<script type="text/javascript">
|
||||
function updateEncodingText() {
|
||||
var value = jQuery("input[name=encoding]").val();
|
||||
|
||||
Reference in New Issue
Block a user