|
Revision 1449, 0.5 kB
(checked in by miyagawa, 6 years ago)
|
|
Checking in changes prior to tagging of version 0.11. Changelog diff is:
=== Changes
==================================================================
--- Changes (revision 8552)
+++ Changes (local)
@@ -1,5 +1,21 @@
Revision history for Perl extension Encode::JP::Mobile
+0.11 Tue Nov 13 18:41:53 PST 2007
+ - Added regression tests for docomo, kddi and softbank
+ - Added tools/ directory and various extractor tool to create a map
+ - Added dat/ directory to contain YAML tables for Softbank, KDDI and DoCoMo?
+ - Updated POD in Encode::JP::Mobile
+ - Added Encode::JP::KDDIJIS to implement encode/decode x-iso-2022-jp-kddi
+ (Tokuhiro Matsuno)
+ - Fixed the round-trip flag of DoCoMo? characters in kddi.ucm
+ and vice verca, so they are used only for Unicode -> encoding
+ translation
+ - Added x-sjis-kddi-auto Unicode to SJIS encoding map to
+ x-sjis-kddi and Vice Verca, so they're round-trip safe between
+ UTF-8 and SJIS handsets.
+ - Added x-sjis-softbank-auto encoding for Softbank 3GC phones.
+ (Thanks to Masahiro Chiba)
+
0.10 Mon Nov 12 14:35:56 PST 2007
- x-sjis-softbank is now also based on cp932, not Shift_JIS.
|
| Line | |
|---|
| 1 | Changes |
|---|
| 2 | dat/docomo-table.yaml |
|---|
| 3 | dat/kddi-table.yaml |
|---|
| 4 | dat/softbank-table.yaml |
|---|
| 5 | lib/Encode/JP/Mobile.pm |
|---|
| 6 | lib/Encode/JP/Mobile/KDDIJIS.pm |
|---|
| 7 | lib/Encode/JP/Mobile/Vodafone.pm |
|---|
| 8 | Makefile.PL |
|---|
| 9 | MANIFEST This list of files |
|---|
| 10 | README |
|---|
| 11 | t/docomo-bruteforce.t |
|---|
| 12 | t/emoji_convert.t |
|---|
| 13 | t/kddi-bruteforce.t |
|---|
| 14 | t/kddi-jis.t |
|---|
| 15 | t/kddi-trans.t |
|---|
| 16 | t/Mobile.t |
|---|
| 17 | t/softbank-bruteforce.t |
|---|
| 18 | t/vodafone-fallback.t |
|---|
| 19 | tools/docomo-uni2name.pl |
|---|
| 20 | tools/kddi-extract.pl |
|---|
| 21 | tools/softbank-scrape.pl |
|---|
| 22 | ucm/x-sjis-imode.ucm |
|---|
| 23 | ucm/x-sjis-kddi-auto.ucm |
|---|
| 24 | ucm/x-sjis-kddi.ucm |
|---|
| 25 | ucm/x-sjis-softbank-auto.ucm |
|---|