|
Revision 1449, 155 bytes
(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 | \bRCS\b |
|---|
| 2 | \bCVS\b |
|---|
| 3 | ^MANIFEST\. |
|---|
| 4 | ^Makefile$ |
|---|
| 5 | ~$ |
|---|
| 6 | \.old$ |
|---|
| 7 | ^blib/ |
|---|
| 8 | ^pm_to_blib |
|---|
| 9 | ^MakeMaker-\d |
|---|
| 10 | \.gz$ |
|---|
| 11 | \.cvsignore |
|---|
| 12 | \.xs$ |
|---|
| 13 | \.fnm$ |
|---|
| 14 | \.shipit$ |
|---|
| 15 | \.bs$ |
|---|
| 16 | \.c$ |
|---|
| 17 | \.o$ |
|---|
| 18 | \.exh$ |
|---|
| 19 | \.h$ |
|---|
| 20 | ^\. |
|---|