#!/usr/bin/perl -slw use strict; use warnings; use Encoding::FixLatin qw(fix_latin); my $mixed_string = "L\x{e9}on L\xc3\xa9on"; my $utf8_string = fix_latin($mixed_string); binmode STDOUT, ':encoding(UTF-8)'; print $utf8_string;
In reply to Re: Encode double time
by Khen1950fx
in thread Encode double time
by arivu198314
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |