Show
Ignore:
Timestamp:
01/18/08 13:42:24 (10 months ago)
Author:
miyagawa
Message:

added image and number to docomo-table.yaml

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Encode-JP-Mobile/trunk/tools/docomo-uni2name.pl

    r1374 r4860  
    2020    my $scraper = scraper { 
    2121        process 'tr', 'characters[]', scraper { 
     22            process 'td:nth-child(1)', 'number', 'TEXT'; 
     23            process 'td:nth-child(2) > img', 'image', [ '@src', sub { $_->as_string } ]; 
    2224            process 'td:nth-child(3)', 'sjis', 'TEXT'; 
    2325            process 'td:nth-child(5)', 'unicode', 'TEXT';