Patrick J. LoPresti wrote:

my %regexp_map =
    ('enu' => qr{Previous Operating System on}
     'fra' => qr{SystÃÂme d\'exploitation prÃÂcÃÂdent sur}
     );


here is the german on added:


my %regexp_map = (
        'enu' => qr{Previous Operating System on},
        'fra' => qr{Syst\x8Ame d\'exploitation pr\x82c\x82dent sur},
        'nld' => qr{Vorig besturingssysteem op},
        'deu' => qr{Vorheriges Betriebssystem auf}
);



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to