Changeset 4938 for lang/perl/HTML-ReplacePictogramMobileJp
- Timestamp:
- 01/19/08 12:29:45 (5 years ago)
- Location:
- lang/perl/HTML-ReplacePictogramMobileJp/trunk
- Files:
-
- 2 modified
-
lib/HTML/ReplacePictogramMobileJp/Vodafone.pm (modified) (1 diff)
-
t/01_simple.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTML-ReplacePictogramMobileJp/trunk/lib/HTML/ReplacePictogramMobileJp/Vodafone.pm
r4899 r4938 5 5 6 6 filter utf8 => 'x-utf8-softbank', sub { 7 unicode_hex_cref 'V'; 7 8 unicode_property 'V'; 8 9 }; 9 10 10 11 filter sjis => 'x-sjis-softbank', sub { 12 unicode_hex_cref 'V'; 11 13 unicode_property 'V'; 12 14 }; -
lang/perl/HTML-ReplacePictogramMobileJp/trunk/t/01_simple.t
r4899 r4938 1 1 use strict; 2 2 use warnings; 3 use Test::More tests => 1 0;3 use Test::More tests => 12; 4 4 use HTML::ReplacePictogramMobileJp; 5 5 use Encode; … … 15 15 16 16 is _x('V', 'sjis', encode('x-sjis-softbank', "\x{E001}")), "<U+E001> V", 'softbank-escape'; 17 is _x('V', 'sjis', ""), "<U+E001> V", 'softbank-unicode-hex-cref-sjis'; 17 18 is _x('V', 'utf8', encode('x-utf8-softbank', "\x{E537}")), "<U+E537> V", 'softbank-utf8'; 19 is _x('V', 'utf8', ""), "<U+E537> V", 'softbank-utf8-hex-cref'; 18 20 19 21 is _x('H', 'utf8', ""), "<U+E757> I", 'airh sjis hex cref';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)