@@ -, +, @@ --- admin/preferences.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/admin/preferences.pl +++ a/admin/preferences.pl @@ -36,6 +36,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; --