Alex Povolotsky
2018-10-06 10:35:48 UTC
Hello
How do I send UTF-8 constants to Mojo::Log? It forcefully encodes
everything so UTF-8 goes with double encoding and unreadable. Trying to
decode UTF-8 cat
$log->info(decode('UTF-8', 'ÑеÑÑ Ð»ÐŸÐ³Ð°'));
results in
Use of uninitialized value $_[0] in join or string at
/usr/local/lib/perl5/site_perl/Mojo/Log.pm line 55.
Looks like something is wrong...
How do I send UTF-8 constants to Mojo::Log? It forcefully encodes
everything so UTF-8 goes with double encoding and unreadable. Trying to
decode UTF-8 cat
$log->info(decode('UTF-8', 'ÑеÑÑ Ð»ÐŸÐ³Ð°'));
results in
Use of uninitialized value $_[0] in join or string at
/usr/local/lib/perl5/site_perl/Mojo/Log.pm line 55.
Looks like something is wrong...
--
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.