« Utilisateur:Jeannot12/maj hanja.pl » : différence entre les versions

Contenu supprimé Contenu ajouté
Jeannot12 (discussion | contributions)
Aucun résumé des modifications
 
Jeannot12 (discussion | contributions)
Aucun résumé des modifications
 
Ligne 21 :
# Lit la liste des caractères a traiter
my @caracteres = () ;
PrivoxyWindowOpenopen(LST,"/home/jean/db/jeudessai") || die "cannot open hanja list\n";
binmode(LST, ":utf8");
while(<LST>) {
Ligne 31 :
# Lecture eumhun
my %hanja = () ;
PrivoxyWindowOpenopen(H,"/home/jean/db/nabi-hanja.txt");
binmode(H, ":utf8");
while(<H>) {
Ligne 85 :
my $item = '';
my %val = () ;
PrivoxyWindowOpenopen(A,"$srcdir/$car");
binmode(A, ":utf8");
while(<A>) {