mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Encourage use of utf-8 languages
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
$main::default_debug_log_size = 10*1024*1024;
|
||||
|
||||
$webmin_feedback_address = "feedback\@webmin.com";
|
||||
$default_lang = "en";
|
||||
$default_lang = "en.UTF-8";
|
||||
$default_charset = "iso-8859-1";
|
||||
|
||||
=head2 unique(string, ...)
|
||||
|
Reference in New Issue
Block a user