From: "Peter Karman" <[email protected]>
or Search::Tools::Transliterate
I have tried:
use strict;
use Search::Tools::Transliterate;
use utf8;
my $tr = Search::Tools::Transliterate->new;
$tr->ebit(0);
print $tr->convert("ăşţâîĂŞŢÂÎ????");
#It prints:
astâîASTÂÎ????
I want to print ai instead of âî and AI instead of ÂÎ. Am I using $tr->ebit
correctly?
The latest 4 chars are 4 new UTF-8 chars in romanian language (U+0218,
U+0219, U+021A, U+021B). Can they be transliterated?
They are şŞţŢ but with a comma below, and not with a sedila. Can they be
displayed as sStT?
Thanks.
Octavian
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/