in reply to langauge problem with perl
use HTML::Entities:
use HTML::Entities; my $str = <<EOH; Очень Важна +;я Бизнес-Шк +086;ла EOH print decode_entities($str);
should output russian unicode.
|
|---|