@@ -, +, @@ --- admin/preferences.pl | 1 + 1 file changed, 1 insertion(+) --- a/admin/preferences.pl +++ a/admin/preferences.pl @@ -35,6 +35,7 @@ use IO::File; use YAML::Syck qw(); use List::MoreUtils qw(any); $YAML::Syck::ImplicitTyping = 1; +$YAML::Syck::ImplicitUnicode = 1; our $lang; # use Smart::Comments; --