Show
Ignore:
Timestamp:
01/17/08 10:53:41 (5 years ago)
Author:
tokuhirom
Message:

lang/perl/HTML-MobileJp?: willcom--

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/HTML-MobileJp/trunk/lib/HTML/MobileJp/Plugin/GPS.pm

    r4686 r4763  
    4646        basic => sub { 
    4747            # http://www.willcom-inc.com/ja/service/contents_service/club_air_edge/for_phone/homepage/index.html 
     48            # DO NOT uri_escape. WILLCOM PHONES REQUIRE RAW URI. 
    4849            +{      href => 'http://location.request/dummy.cgi?my=' 
    49                   . uri_escape( $_[0] ) 
     50                  . $_[0] 
    5051                  . '&pos=$location' }; 
    5152        }, 
     
    100101__END__ 
    101102 
    102 =for stopwords mobile-jp html TODO CGI ezweb 
     103=for stopwords mobile-jp html TODO CGI ezweb GPS 
    103104 
    104105=encoding utf8