Upgrade to Encode 1.66.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
1 # Revision history for Perl extension Encode.
2 #
3 # $Id: Changes,v 1.66 2002/05/01 05:41:06 dankogai Exp dankogai $
4 #
5
6 $Revision: 1.66 $ $Date: 2002/05/01 05:41:06 $
7 ! Encode.xs t/fallback.t
8   WARN_ON_ERR no longer assumes RETURN_ON_ERR so you can issue a warning
9   while fallback is in effect.  This even came with a welcome side-effect
10   of cleaner code with less nests!  Thank you, NI-XS.  t/fallback.t is
11   also modified to test this.
12   And of course, the corresponding varialbles to UV[Xx]f are appropriately
13   cast.  This should've concluded NI-XS homework.
14 ! Encode.pm
15   encode(undef) does warn again!  Repented upon suggestion by NI-XS.
16   Document for unless vs. '' added
17   Message-Id: <20020430171547.3322.13@bactrian.elixent.com>
18
19 1.65 2002/04/30 16:13:37
20 ! Encode.pm
21   encode(undef) no longer warns for C<Use of uninitialized value in 
22   subroutine entry>.  Suggested by Paul.
23   Message-Id: <AIEAJICLCBDNAAOLLOKLMEEEEJAA.Paul.Marquess@ntlworld.com>
24 ! lib/Encode/Supported.pod
25   Encode::MIME::Header and Encode::Guess mentioned
26   Updated for Encode::HanExtra 0.05 and Encode::JIS2K
27 ! lib/Encode/Guess.pm
28   POD fix by Miyagawa-kun
29   Message-Id: <86k7qqx8p7.wl@mail.edge.co.jp>
30
31 1.64 2002/04/29 06:54:06
32 ! ucm/euc-jp.ucm
33   Now decodes euc-jisx0213 also.  CAVEAT: encode("euc-jp"...) and
34   encocde("euc-jisx0213") are still DIFFERENT.
35   Message-Id: <A5DFA5CA-5B3C-11D6-A54F-00039301D480@dan.co.jp>
36 ! Encode.xs
37   A few white spaces corrected by NI-XS via PerlIO integration to 
38   Mainline
39   Subject: Change 16247: Integrate perlio;
40 ! Encode.pm
41   Document fixes by Andreas
42   Message-Id: <m3k7qsf1we.fsf@anima.de>
43
44 1.63 2002/04/27 18:59:50
45 ! lib/Encode/Encoding.pm
46 ! Encoding.pm Unicode/Unicode.pm lib/Encode/Guess.pm lib/Encode/CN/HZ.pm 
47 ! lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm lib/Encode/KR/2022_KR.pm 
48   Make use of the Encode::Encoding base class!
49   And other cleanups in Encode.xs upon NI-XS suggestions
50   Message-Id: <20020427160718.1290.15@bactrian.ni-s.u-net.com>
51
52 1.62 2002/04/27 11:17:39
53 ! Encode.pm
54   encodings() now just check %ExtModule instead of eval{require}
55   all of them for ":all" to conserve more memory.
56 ! Encode.xs
57   more "%x" -> "%" UVxf stuff.
58 ! Encode.pm
59   s/=over2/=over 2/g # oops.
60
61 1.61 2002/04/26 03:02:04
62 ! t/mime-header.t
63   Now does decent tests besides use_ok()
64 ! lib/Encode/Guess.pm t/guess.t
65   UI streamlined, document added
66 ! Unicode/Unicode.xs
67   various signed/unsigned mismatch nits (#16173)
68   http://public.activestate.com/cgi-bin/perlbrowse?patch=16173
69 ! Encode.pm
70   POD:  utf8-flag-related caveats added.  A few sections completely 
71   rewritten.
72 ! Encode.xs
73 ! AUTHORS
74   Thou shalt not assume %d works, either!
75   Robin Baker added to AUTHORS for this
76   Message-Id: <200204251132.MAA28237@tempest.npl.co.uk>
77 ! t/CJKT.t         
78   "Change 16144 by gsar@onru on 2002/04/24 18:59:05"
79
80 1.60 2002/04/24 20:06:52
81 ! Encode.xs
82   "Thou shalt not assume %x works." -- jhi
83   Message-Id: <20020424210618.E24347@alpha.hut.fi>
84 ! CN/Makefile.PL JP/Makefile.PL KR/Makefile.PL TW/Makefile.PL To make
85   low-memory build machines happy, now *.c is created for each *.ucm
86   (no table aggregation).  You can still override this by setting
87   $ENV{AGGREGATE_TABLES}.
88   Message-Id: <00B1B3E4-579F-11D6-A441-00039301D480@dan.co.jp>
89 + lib/Encode/Guess.pm
90 + lib/Encode/JP/JIS7.pm
91   Encoding-autodetect (mainly for Japanese encoding) added.  In a
92   course of development, JIS7.pm was improved.
93 + lib/Encode/HTML/Header.pm
94 + lib/Encode/Config.pm
95   MIME B/Q Header Encoding Added!
96 ! Encode.pm Encode.xs t/fallback.t
97   new fallbacks; XMLCREF and HTMLCREF upon Bart's request.
98   Message-Id: <20020424130709.GA14211@tanglefoot>
99
100 1.59 $ 2002/04/22 23:54:22
101 ! Encode.pm Encode.xs
102   needs_lines() and perlio_ok() are added to Internal encodings such
103   as utf8 so XML::SAX is happy.  FB_* stub xsubs are now prototyped.
104
105 1.58 2002/04/22 23:54:22
106 ! TW/TW.pm
107   s/MacChineseSimp/MacChineseTrad/ # ... oops.
108 ! bin/ucm2text
109 ! t/*.t
110 - t/*.euc t/*.ref
111 + t/*.enc t/*.utf
112   Now all CJKT encodings go thru round-trip test via t/CJKT.t.
113   t/(CN|TW).t by Autrijus are renamed at-(cn|tw).t
114   t/(JP|KR).t are aggregated to t/CJKT.t
115   test data are all remade via bin/ucm2text.
116   And ....  They are no longer skipped for -Uuseperlio !
117
118 1.57 2002/04/22 20:27:30
119 ! t/JP.t t/KR.t t/perlio.t
120   unless (find PerlIO::Layer 'perlio') ... line is back again.
121   t/JP.t and t/KR.t were supposed to work but maybe '>:utf8' lines
122   need PerlIO.  Sigh....
123 ! Encode.xs Unicode/Unicode.pm lib/Encode/JP/JIS7.pm t/perlio.t
124   ->perlio_ok now does eval{ require PerlIO::encoding } there so
125   it correctly returns 1 when PerlIO::encoding is yet loaded.
126 ! Encode.xs
127   perl-current patch #16072 reflected
128
129 1.56 2002/04/22 09:48:07 
130 ! Encode.pm encoding.pm t/perlio.t t/jperl.t
131   New PerlIO::encoding 0.04 compliance met
132
133 1.55 2002/04/22 03:43:05   
134 ! Encode.pm Encode.xs Unicode/Unicode.pm
135   needs_lines() defined so Encode::Encoding is no longer needed
136   for perlio
137
138 1.54 2002/04/22 02:50:01
139 ! Encode.pm! Encode.xs! Unicode/Unicode.pm t/perlio.t
140 ! lib/Encode/Encoding.pm lib/Encode/CN/HZ.pm
141   now perlio_ok is true by default if PerlIO::encoding->VERSION is
142   0.03 or larger.  POD in Encode::Encoding revised to reflect this.
143   Encode::XS and Encode::Unicode now has perlio_ok() method.
144 ! lib/Encode/Supported.pod
145   s/UP-UX/HP-UX/ by jhi
146 ! AUTHORS Byte/Byte.pm CN/CN.pm Encode.pm JP/JP.pm KR/KR.pm README
147 ! Symbol/Symbol.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs bin/piconv
148 ! bin/ucmlint encoding.pm lib/Encode/Alias.pm lib/Encode/CN/HZ.pm
149 ! lib/Encode/Config.pm lib/Encode/Encoder.pm lib/Encode/Encoding.pm
150 ! lib/Encode/KR/2022_KR.pm lib/Encode/PerlIO.pod
151 ! lib/Encode/Supported.pod
152   Huge document fixes by Philip.
153 ! AUTHORS
154 ! t/JP.t
155   s/compare\(/compare_text\(/o by Sarathy.  Adds him to AUTHORS
156   http://public.activestate.com/cgi-bin/perlbrowse?patch=16049
157 ! t/perlio.t
158   binmode() after "<:encoding" to make Win32 happy, by Mattia.
159   Mattia added to AUTHORS file
160   Message-Id: <3CC3150F.5798.22A05AE@localhost>
161
162 1.52 2002/04/20 23:43:47
163 ! t/perlio.t
164   TODO: is now SKIP:, as NI-XS requested.  Also adds more
165   eraborate failure analysis added.
166 ! bin/enc2xs
167   A note on how to make sure of round-trip safety added to POD
168   section (so Autrijus is happier)
169 ! ucm/big5-hkscs.ucm ucm/big5-eten.ucm t/TW.pm
170   big5-(eten|hkscs) is round-trip safe again!
171   Message-Id: <A2C949CC-54AC-11D6-A5FB-00039301D480@dan.co.jp>
172 ! encoding.pm
173   Typo fixes by Andreas
174 ! Encode.pm Encode.xs Unicode/Unicode.xs Encode/Encoding.pm
175 ! lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm t/perlio.t
176   PerIO coodination patches from NI-XS.
177   Message-Id: <2769E572-54A1-11D6-B7E2-00039301D480@dan.co.jp>
178
179 1.51 2002/04/20 09:58:23
180 ! t/TW.t
181   Updated test suite by Autrijis so "make test" is happy again
182   Message-Id: <20020420082104.GA25037@not.autrijus.org>
183 + ucm/big5-eten.ucm
184 ! ucm/big5-hkscs.ucm lib/Encode/Alias.pm 
185 - ucm/big5.ucm
186   TW/TW.pm TW/Makefile.PL
187   Updates by Autrijus.  'big5' is no longer a canonical but an
188   alias to 'big5-eten'. big5-hkscs is now in 2001 edition.
189   Message-Id: <20020419195346.GA19597@not.autrijus.org>
190 ! Encode.xs
191   Fix by NI-XS that fallback may cause SEGV w/ Perl/TK
192   Message-Id: <20020419184509.1924.1@bactrian.ni-s.u-net.com>
193 ! Encode.pm
194   PerlIO detection a little bit smarter; no longer uses eval qq{}
195   but eval {}.
196
197 1.50 2002/04/19 06:13:02
198 ! ! Encode.pm Encode.xs Encode/encoding.h
199 + t/fallback.pm
200   New Fallback API imlemented and documented.  See "perldoc Encode"
201   for details
202 ! lib/Encode/JP/JIS7.pm Encode.pm
203 + lib/Encode/PerlIO.pod t/perlio.t
204   API compliance met.  However, it still does not work unless perlio
205   implements line buffer.  See BUGS section in perldoc Encode::PerlIO
206   As a sensible workaround, perlio_ok() added to Encode.
207 ! encoding.pm
208 ! lib/Encode/Supported.pod
209   Doc fixes from jhi
210   Message-Id: <20020418174647.J8466@alpha.hut.fi>
211 ! CN/CN.pm
212   Doc fixes from Autrijus
213   Message-Id: <20020418144131.GA10987@not.autrijus.org>
214 ! Encode.pm
215   perlqq mode documented
216 ! t/JP.t
217 + t/jisx0201.euc t/jisx0201.ref
218 ! t/jisx0208.euc t/jisx0208.ref
219   t/JP.t tests more rigorously and with other encodings
220   t/jisx0201.* added to test JIS7 encodings.  jisx0208 is now PURELY
221   in jis0208 (used to contain jisx0201 part).
222 ! Encode/Makefile_PL.e2x
223   The resulting Makefile.PL that "enc2xs -M" creates now auto-discovers 
224   enc2xs and encode.h rather than hard-coded.  This allows the resulting
225   module fully CPANizable.
226 ! encoding.pm t/JP.t t/KR.t
227   PerlIO detection simplified (checks %INC instead of eval{})
228 ! Encode.xs Encode/encode.h
229 + Unicode/Makefile.PL Unicode/Unicode.pm Unicode/Unicode.xs
230 - lib/Encode/Unicode.pm
231   (en|de)code_xs relocated to where it belongs.  Source reindented
232   to my taste
233 ! bin/enc2xs
234   Additional (U8 *) cast added as suggested by jhi
235   Message-Id: <20020417165916.A28599@alpha.hut.fi>
236
237 1.42 Date: 2002/04/17
238 - lib/Encode/XS.pm
239   no-op module;  Thought of adding a pod there but enc2xs has
240   one so gone.
241 ! encoding.pm
242 ! t/JP.pm
243 ! t/KR.pm
244   correct mechanism to detect Perlio::encoding layar installed.
245 ! Encode.xs
246   PerlIO Layer detached.
247
248 1.41 2002/04/16 23:35:00
249 ! encoding.pm
250   binmode(STDIN|STDOUT ...) done iff PerlIO is available
251 ! t/*.t
252   Cleaned up PerlIO skip conditions to prepare for the upcoming
253   Encode - PerlIO forking.
254 ! Encode.pm
255   exported functions are now prototyped.
256 ! lib/Encode/CN/HZ.pm
257 ! bin/enc2xs
258 ! Encode.xs
259   fallback implemented # was /* FIXME */
260   affected programs revised to fit (only HZ was using the try-catch
261   approach which needed to be fixed for API-compliance).
262 ! Encode/Config.pm
263 ! Encode/KR/2022_KR.pm
264 ! Encode/KR/KR.pm
265   can find =head1 NAME now, jhi
266   Message-Id: <20020416083059.V30639@alpha.hut.fi>
267 ! encoding.pm
268   s/\{h\}/{$h}/g ;)
269 ! Encode.xs
270   now complies with less warnings with the pickest compilers.
271   Suggested by Craig, fixed by Dan.
272   ! Encode/Makefile_PL.e2x
273 ! bin/enc2xs
274   A bug that fails to find *.e2x in certain conditions fixed
275
276 1.40 2002/04/14 22:27:14
277 + Encode/ConfigLocal_PM.e2x
278 ! lib/Encode/Config.pm
279 ! bin/enc2xs
280   "enc2xs -C" now generates/updates Encode::ConfigLocal. 
281   ConfigLocal_PM.e2x is a skelton thereof.
282 ! lib/Encode/Config.pm
283 ! CN/CN.pm
284   "use  Encode::CN::HZ;" was missing.
285 ! t/Unicode.t
286 ! t/unibench.t
287   More rigorous tests added to test XS, especially on memory allocation.
288 ! Encode.xs
289 ! lib/Encode/Unicode.pm
290   NI-S implemented an XS version -- merged
291   Message-Id: <20020414154857.2066.4@bactrian.ni-s.u-net.com>
292 ! encoding.pm
293 ! t/jperl.t
294   Source filter option added.  With this option on, you can write
295   perl 5.8-savvy scripts (such as UTF-8 identifiers) in legacy
296   encodings.  t/jperl.t enhanced to test this feature.
297 ! t/Unicode.t
298   ok() gotcha addressed by Benjamin fixed.  Though I didn't exactly
299   apply his suggestion, this degree of nitting is enough to add him
300   to AUTHORS list. 
301   Message-Id: <3CB93223.291E5E2E@earthlink.net>
302 ! JP/JP.pm
303 + lib/Encode/JP/JIS7.pm
304 - lib/Encode/JP/JIS.pm
305 - lib/Encode/JP/2022_JP.pm
306 - lib/Encode/JP/2022_JP1.pm
307   7bit-jis, iso-2022-jp and iso-2022-jp1 are all aggregated to
308   JIS7.pm for better maintainability and performance
309 ! encoding.pm
310   Added caveat for non-ascii identifiers.
311 ! encoding.pm
312   fixes by jhi, the original author of this pragramtic module.
313   Message-Id: <20020413231527.V1826@alpha.hut.fi>
314
315 1.34 2002/04/12 20:23:05 (Unreleased)
316 ! Encode.pm
317 ! t/Unicode.t
318   EBCDIC fixes addressed by jhi.
319   Message-Id: <20020412161844.D9383@alpha.hut.fi>
320 ! lib/Encode/Encoder.pm
321   POD fix by Miyagawa-kun
322   Message-Id: <86bscqq4hu.wl@mail.edge.co.jp>
323
324 1.33 2002/04/10 22:28:40
325 ! AUTHORS
326   Philip's mail address corrected.
327 ! AUTHORS
328 ! t/Encoder.t
329 ! lib/Encode/Encoder.pm
330   s/ = shift;/ = @_;/ # trivial but a common idiomatic typo :)
331   This adds Miyagawa-kun to AUTHORS. 
332   * encoding() no longer exported by default but on demand
333   * t/Encoder.t updated to test all these
334   Message-Id: <86hemjpdn4.wl@mail.edge.co.jp>
335 ! lib/Encode/Unicode.pm
336 ! lib/Encode/Supported.pm
337   Further doc fixes by Anton
338
339 1.32 2002/04/09 20:06:15
340 + bin/ucmlint
341 + t/bogus.ucm
342 - ucm/macDevanaga.ucm   Unicode Character Map
343 - ucm/macGujarati.ucm   Unicode Character Map
344 - ucm/macGurmukhi.ucm   Unicode Character Map
345   A utility to check integrity of .ucm files. t/bogus.ucm is a
346   ucm that is deliberately bogus. unused Indic mappings are removed
347   for the time being.
348 ! Encode.pm
349   resolve_alias() added as suggested by jhi.  Same as
350   find_encoding("alias")->name.  For convenience.  This one is
351   defined in Encode.pm instead of Alias.pm.
352   Message-Id: <20020409215846.H17022@alpha.hut.fi>
353 ! Encode.xs
354   Memory Allocate but detected during the devel of ucmlint -- fixed.
355   Message-Id: <C0DDCE16-4BE7-11D6-9204-00039301D480@dan.co.jp>
356 ! lib/Encode/Unicode.pm
357   valid_ucs2(0) is false but must be true.
358   3 patches from NI-S as follows.  This also has fixed the incident
359   Andy has reported. 
360 ! lib/Encode/Alias.pm
361   find_alias() recursion prevention
362 ! t/Aliases.t
363   Checks for the patch above
364 ! t/Encode/Unicode.pm
365   An extra "F" that causes valid_ucs2() return a bogus value fixed
366   Message-Id: <20020409133927.17803.1@bactrian.elixent.com>
367   Message-Id: <Pine.SOL.4.10.10204091338220.10390-100000@maxwell.phys.lafayette.edu>
368   2 Small Patches from jhi as follows:
369 ! Encode.pm
370   Encode->encodings() lists in case-insensitve order (as it was)
371 ! bin/piconv
372   -l option prints avaiable encodings to STDOUT instead of STDERR
373 ! lib/Encode/Aliases.pm
374   s/defintion/definition/
375   Message-Id: <200204082306.CAA21033@alpha.hut.fi>
376 ! AUTHORS
377 ! lib/Encode/Supported.pod
378 ! lib/Encode/Unicode.pm
379   POD revise by Philip Newton.  This adds Philip to AUTHORS list.
380   Thank you for the exact quote of Douglas Adams :)
381   Message-Id: <22s3bu4gpvhhsses64nj3afuu0lo927rv3@4ax.com>
382
383 1.31 2002/04/08 18:08:07
384 ! lib/Encode/Encoder.pm
385 + t/Encoder.t
386   Encode::Encoder, once just a placeholder of an idea, is now much more 
387   practical.  See t/Encode.t to find how practical it can be.
388 + lib/Encode/Config.pm
389 ! Encode.pm
390   my false laziness at Encode.pm is fixed.  Now %ExtModules are set
391   in Encode::Config and they are all literally, not programatically
392   set.  My false laziness was resulting many encodings missing from
393   %ExtModules.
394 ! lib/Encode/Unicode.pm
395 ! t/Unicode.t
396   BOM for 32LE was bogus as noted by Anton.  t/Unicode.t is fixed
397   so that it does not rely Encode::Unicode for BOM values
398   Message-Id: <FFEC33E9-4AFB-11D6-B415-00039301D480@dan.co.jp>
399
400 1.30 2002/04/08 02:34:51
401 + lib/Encode/Encoder.pm
402   Object Oriented Encoder.  I reckon something like this is in need.
403 ! Encode.pm
404 ! t/Unicode.pm
405 ! lib/Encode/Supported.pod
406   * autoloading bug that prevented upper-case canonicals such as UTF-16
407     is fixed.  Now even UTF/UCS are autoloaded!
408   * encodings() is now more intuitive.
409   * t/Unicode.t fixed to explicitly use Unicode.pm -- BOM values are
410     stored therein.
411   * Obligatory fixes to the POD.
412 ! lib/Encode/Supported.pod
413   Patch from Anton applied.
414   Message-Id: <66641479.20020408033300@motor.ru>
415 ! Encode.pm
416 ! lib/Encode/Unicode.pm
417   Cosmetic changes: "bless $obj, $class" => "bless $obj => class"
418
419 1.28 2002/04/07 18:58:42 
420 ! MANIFEST
421 + t/Unicode.t
422 + t/grow.t
423   Just a MANIFEST for those missing files.
424
425 1.26 Date: 2002/04/07 15:22:04
426 ! JP/Makefile.PL
427 ! t/Aliases.PL
428   Schwarn's patches against Makefile.PL has zapped jis*.ucm.  Restored.
429   And t/Aliases.t fixed to make sure they all exist.
430
431 1.25 2002/04/07 15:01:25 (Unreleased)
432 ! Encode.pm
433 ! lib/Encode/Unicode.pm
434   More POD fixes....
435 ! Encode.pm
436 - lib/Encode/UTF_EBCDIC.pm
437 - lib/Encode/Internal.pm
438 - lib/Encode/utf8.pm
439   Integrated into Encode.pm as closures.  That way "one package, one file" 
440   rule is preserved yet less files to require.
441 ! encoding.pm
442   commented out binmode(STDERR ...
443 ! Makefile.PL
444 ! Byte/Makefile.PL
445 ! CN/Makefile.PL
446 ! EBCDIC/Makefile.PL
447 ! JP/Makefile.PL
448 ! KR/Makefile.PL
449 ! Symbol/Makefile.PL
450 ! TW/Makefile.PL
451 ! Encode/Makefile_PL.e2x
452   Schwarn's MM-compliance patch merged
453   Message-Id: <20020406082609.GA28758@blackrider>
454 ! Encode.pm
455 ! lib/Encode/Unicode.pm
456 + lib/Encode/UTF_EBCDIC.pm
457 + t/Unicode.t
458 - lib/Encode/10646_1.pm
459 - lib/Encode/ucs2_le.pm
460   (UCS-2|UTF-(16|32))(LE|BE)? implementation and cleanups.  Instead of
461   per-module based (en|de)code,  I saved a number of .pm by
462   reorganizing it as per-object base (Well, this is what Encode::XS
463   does under the hood).  See Encode::Unicode for details.
464   The original Unicode.pm is now correctly renamed to UTF_EBCDIC.pm.
465   This module is used only on EBCDIC environments.
466
467 1.21 2002/04/05 14:46:34 (Not Released)
468 ! JP/JP.pm
469 ! Encode.pm
470 + ucm/jis0201.ucm
471 + ucm/jis0208.ucm
472 + ucm/jis0212.ucm
473   Are back to make Perl/Tk happy  Smile, NI-S.
474 ! t/Alias.pm
475 ! lib/Encode/Alias.pm
476 ! lib/Encode/Supported.pm
477 ! lib/Encode/10646_1.pm
478 ! lib/Encode/ucs2_le.pm
479   UCS-16BE is now canonical for UCS-2/ISO-10646-1.
480   Leftover implicit aliases in ucs2_le.pm removed.  Tests and documents 
481   updated to reflect changes.
482   essage-Id: <20020405114024.1290.17@bactrian.ni-s.u-net.com>
483 ! lib/Encode/Alias.pm
484 ! lib/Encode/Supported.pm
485   Anton's revision commited.  Added Dan's own fixes as well.
486   Message-Id: <159103166906.20020405161134@motor.ru>
487 ! lib/Encode/Alias.pm
488     134c134
489   <                 qr/^UCS2-le$/i    => '"UCS-2"', );
490   ---
491   >                 qr/^UCS2-LE$/i    => '"UTF-16LE"');
492   Sigh.  Thank you, Anton.
493   Message-Id: <14567692196.20020405062020@motor.ru>
494   Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
495
496 1.20  2002/04/04 19:50:52
497 + bin/unidump
498   the last minute addtion.  Just give it a try.  Docs remains to be done.  
499   Not installed by default.
500 ! lib/Encode/Supported.pod
501   Enhanced Greatly.
502 ! t/Alias.t
503 ! lib/Encode/Alias.pm
504 ! lib/Encode/utf8.pm
505 ! lib/Encode/10464_1.pm
506 ! lib/Encode/ucs2_le.pm
507   Canonical name for 'UCS-2le" is now "UTF-16LE".  UCS-2 left
508   unchanged but UTF-16BE is added as an alias.  Implicit aliases
509   move to Encode::Alias so init_alias() works more as expected.
510   Also, 'utf8' is now canonical with 'UTF-8' being an alias.  
511   Though pedantically wrong, This should make perl mongers happier.
512   t/Alias.t is enhanced to test all these.
513   Message-Id: <9C39BD58-47AF-11D6-9D82-00039301D480@dan.co.jp>
514 ! Byte/Makefile.PL
515   Now all .ucm are stacked in byte_t; They all share ascii part so 50%
516   of the codepoints are common.  CJKT left as is because the saving is
517   not significant.
518 ! Byte/Makefile.PL
519 ! CN/Makefile.PL
520 ! EBCDIC/Makefile.PL
521 ! Encode.xs
522 ! Encode/Makefile_PL.e2x
523 ! JP/Makefile.PL
524 ! KR/Makefile.PL
525 ! Makefile.PL
526 ! Symbol/Makefile.PL
527 ! TW/Makefile.PL
528 ! bin/enc2xs
529 ! AUTHORS
530   All occurance of _def.h replaced with .exh so djgpp works happily
531   ever after!  To credit this amazing discovery, Laszlo is now in
532   AUTHORS list
533   Message-Id: <20020403181424.GA8778@freemail.hu>
534   Message-Id: <B5BF0C6F-4732-11D6-B13D-00039301D480@dan.co.jp>
535 ! Makefile.PL
536 ! */Makefile.PL
537 ! Encode/Makefile_PL.skel
538   bin/enc2xs
539   No more @INC fiddling!  Uses $ENV{PERL_CORE} instead
540   Message-Id: <20020401222744.GX2000@blackrider>, et al.
541 ! t/encoding.t
542   Two more tests by added jhi
543   Message-Id: <200204020000.DAA25121@alpha.hut.fi>
544 + t/grow.t
545 ! Encode.xs
546   The showstopper fixed -- Memory reallocation bug was causing
547   Encode::XS to fall into infinite  loop on certain conditions.
548   t/grow.t tests that.
549   Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>, et al
550 + bin/txt2ucm
551 ! */Makefile.PL
552 ! */*.ucm
553 ! */XX.pm
554 ! lib/Encode/Supported.pod
555   Vendor encodings rebuilt out of original map files at unicode.org.
556   Indic languages such as MacDevanagali remain unspported do to the
557   shortcoming of encengine capabilities (they need algorithmical
558   conversion and I have no knowledge on that!).  Pods fixed for added
559   encodings.
560   Oh, macJapan.ucm renamed to macJapanese.ucm.
561   macROMnn is macRomanian and macRUMnn is macRumanian.
562   txt2ucm is a crude script that is used to convert them.
563 ! bin/enc2xs
564   Unicode Compound Characters (used extensively on Mac) supported
565 ! bin/piconv
566   Typo fixes and improvements by jhi
567   Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
568
569 1.11  $Date: 2002/05/01 05:41:06 $
570 + t/encoding.t
571 + t/jperl.t
572 ! MANIFEST
573   Missing files from the MANIFEST fixed.
574   Message-Id: <20020401010156.H10509@alpha.hut.fi>
575   Version incremented just to make CPAN happy.
576
577 1.10  2002/03/31 21:32:42
578 ! Makefile.PL
579 ! README
580   INSTALL_UCM option added to Makefile.PL so you can install *.ucm
581   if you want.  This should make Autrijus happy.  Also, piconv
582   is added to default install.
583 + Encode/*.e2x
584 ! bin/enc2xs
585   Here-documented files that enc2xs generates are now exported
586   to *.e2x.  Much cleaner and easier to debug.
587 ! encoding.pm
588   encoding enhances so you can make it act more like such 
589   (now prehistoric ) "localized" variations of perl like Jperl.
590 + t/jperl.t
591   Further test for encoding.pm.  Written in euc-jp
592 + encoding.pm
593 + t/encoding.t
594   Taken over form jhi.
595   Message-Id: <20020330174618.B10154@alpha.hut.fi>
596 - Encode/*.ucm
597 + ucm/*.ucm
598 ! Makefile.PL
599 ! */Makefile.PL
600   *.ucm relocated to ucm/ so MakeMaker will not install'em by default.
601 - ucm2table
602 + bin/ucm2table
603   ***
604 ! AUTHORS
605 ! Byte/Byte.pm
606 ! Encode.pm
607 ! Encode/macIceland.ucm
608 ! lib/Encode/Alias.pm
609 ! lib/Encode/Supported.pod
610   MacIceland fixes and Pod Typo fixes.  This adds Andreas to AUTHORS.
611   Message-Id: <m3lmcavhjt.fsf@anima.de>
612
613 1.01  2002/03/29 20:59:39
614 ! Makefile.PL
615 ! README
616   s/USE_SCRIPTS/MORE_SCRIPTS/
617 ! Makefile.PL
618   installs enc2xs by default for external Encode:: modules in CPAN, 
619   such as Encode::HanExtra
620 ! t/*.t
621   More sensible perl core detection via $ENV{PERL_CORE}
622   suggested by Spider
623   Message-Id: <200203291007.FAA07329@Orb.Nashua.NH.US>
624 ! bin/enc2xs
625   Perl core ditection via $^X =~ m/\bminiperl$/o
626   Message-Id: <A5C7B0CA-42F1-11D6-B5AD-00039301D480@dan.co.jp>
627
628 1.00  Wed Mar 29 2002
629 ! *
630   The version of all files is updated to 1.00 via "ci -f -l1.00",
631   commemorating version 1.00.  All files, including *.ucm are now
632   under version control.
633 - encode.h
634 + Encode/encode.h
635   encode.h moved to Encode/ so it will be installed for the later
636   use by enc2xs
637 ! enc2xs
638   h2xs-like feature added via "h2xs -M Name *.(enc|ucm)"
639 ! Makefile.PL
640 ! */Makefile.PL
641 - compile
642 + bin/enc2xs
643   compile renamed to enc2xs.  
644   Affected Makefle.PL updated
645 - lib/CN/2022_CN.pm
646   "Punt it. HanExtra can take care of that later." -- Autrijus
647   Message-Id: <20020328154338.GA7351@not.autrijus.org>
648 ! Encode/johab.ucm
649 ! Encode/euc-kr.ucm
650 ! Encode/ksc5601.ucm
651 ! lib/Encode/CJKConstants.pm
652 ! lib/Encode/KR/2022_KR.pm
653   Table patches for Euro Signs, 2022-KR fixups by Jungshik
654   Message-Id: <Pine.LNX.4.44.0203280616190.2259-200000@www.ykga.org>
655 ! README
656 ! Makefile.PL
657 + bin/piconv
658   bin/ added for example scripts.  They are not installed by default.
659   to install them, "perl Makefile.PL USE_SCRIPTS".
660   piconv is iconv reinvented in perl.  in addition to all features
661   of iconv, it also adds perlish features.  See L<piconv/1> for more
662   details.
663 ! lib/Encode/Alias.pm
664   qr/^ replaced with qr/\b so it directly matches locale names
665   such as en_US.US-ASCII
666 ! AUTHORS
667 ! t/Aliases.t
668   Patch by MJD to fix the following problem applied.
669   Subject: [PATCH 5.7.3 Encode]
670     Aliases.t not properly skipped when Encode extension not built
671   Message-Id: <20020328091850.18677.qmail@plover.com>
672 ! lib/Encode/KR/2022_KR.pm
673 ! lib/Encode/CJKConstants.pm
674   Another patch from Jungshik to make iso-2022-kr actually work
675   Message-Id: <Pine.LNX.4.44.0203271745210.30462-200000@www.ykga.org>
676 ! Encode/Encode/euc-kr.ucm
677 + Encode/Encode/johab.ucm
678 ! Encode/Encode/ksc5601.ucm
679 ! Encode/KR/KR.pm
680 ! Encode/KR/Makefile.PL
681 ! Encode/lib/Encode/Alias.pm
682 ! t/Alias.t
683   Johab support and complete revision of Korean Encoding by Jungshik
684   Message-Id: <Pine.LNX.4.44.0203271105060.30462-200000@www.ykga.org>
685 + Encode.pm
686   Revised to make up with now-dropped Encode::Details.
687 - lib/Encode/Details.pod
688   Dropped.  Besides being obsolete, the topics are now covered in
689   respective pods now. 
690 ! AUTHORS
691 ! t/Alias.t
692   KR/KR.pm
693   lib/Encode/Alias.pm
694   Korean aliases fixed thanks to Jungshik Shin
695    /ks[-_ ]?c[-_ ]?5601-1987$/i => cp936
696   Message-Id: <Pine.LNX.4.44.0203262102250.1237-100000@www.ykga.org>
697 ! *.pm
698   =head1 NAME added to all modules to make buildtoc happy
699   Message-Id: <20020327041151.A10618@alpha.hut.fi>
700 - lib/Encode/CJKguide.pod
701   Too controversial and dropped from the dist.  Will be available
702   separately on the web.
703 ! Encode/*.ucm
704   RCS tags added so table debugging gets easier (should that be
705   needed!  I hope they all stay 1.00!)
706 + lib/Encode/CJKguide.pod
707   A detailed guide to mainly, but not limited to, CJK multibyte
708   encodings.
709 - Encode/roman8.ucm
710 + Encode/hp-roman8.ucm
711 ! Byte/Makefile.PL
712 ! Encode/Supported.pod
713   All occurance of "roman8" replaced with "hp-roman8" to avoid 
714   confusion
715 ! Encode/Supported.pod
716 ! Encode/mac*.ucm
717 ! t/Alias.t
718   Mac Encodings now comply the Inside Macintosh
719 ! t/Alias.t
720   Test for '-raw' conventions added.
721 ! Encode/Alias.pm
722   aliased  gb2312 -> euc-cn, ksc5601 -> euc-kr
723 ! Encode/gb12345.ucm
724 ! Encode/gb2312.ucm
725 ! Encode/ksc5601.ucm
726   "-raw" appended to canonical names.
727   File mames stay unchanged thanks to UCM format.
728 ! lib/Encode/CN/HZ.pm
729   Patch from Autrijus to fix gb2312 -> gb2312-raw + code linting
730   Message-Id: <20020326035210.GA2091@not.autrijus.org>
731
732 0.99  Tue Mar 26 2002
733 - lib/Encode/JP/Const.pm
734 + lib/Encode/CJKConstants.pm
735 + lib/Encode/CN/2022_CN.pm
736 + lib/Encode/KR/2022_KR.pm
737 + t/KR.t
738 + t/gb2312.euc
739 + t/gb2312.ref
740 + t/ksc5601.euc
741 + t/ksc5601.ref
742 + t/table.euc
743 + t/table.ref
744 + ucm2table
745   * Support for ISO-2022-KR and ISO-2022-CN added.
746   * t/KR.t added!
747   * more t/*.{euc,ref} added, which was autogenerated from ucm2table
748   * ucm2table autogenerates character table out of UCM files.
749 - engine.c
750 + encengine.c
751 - lib/Encode/Supports.pod
752 + lib/Encode/Supported.pod
753   Names reverted due to popular demand.
754   8.3 rule applies only when there is a conflict.
755   Message-Id: <20020325095924.GD44120@not.autrijus.org>
756 ! */Makefile.PL
757 - Encode/*.enc
758 + Encode/*.ucm
759 - lib/Tcl*
760 - lib/Encode/Format/Enc.pod
761 - t/Tcl.t
762   * Character tables is now 100% ucm. 
763   * All files under Encode/ is now 8.3-compliant
764   * some of missing encodings added (i.e. gsm0338 and nextstep)
765   * Vendor mappings aggregated with appropriate national std in
766     Makefile.PL, resulting smaller *.so especially for CJK.
767     Following is result on Dan's FreeBSD box.
768                                                   Now        Then
769   ---------------------------------------------------------------
770   blib/arch/auto/Encode/Byte/Byte.so          157,279     171,042
771   blib/arch/auto/Encode/CN/CN.so            1,634,476   1,626,685
772   blib/arch/auto/Encode/EBCDIC/EBCDIC.so       18,476      18,476
773   blib/arch/auto/Encode/Encode.so              27,791      27,791
774   blib/arch/auto/Encode/JP/JP.so            1,408,056   1,832,811
775   blib/arch/auto/Encode/KR/KR.so            1,156,518   1,329,587
776   blib/arch/auto/Encode/Symbol/Symbol.so       23,940      20,990
777   blib/arch/auto/Encode/TW/TW.so*             948,761   1,316,437
778   ---------------------------------------------------------------
779   Total                                     5,375,297   6,343,819
780   Saving                                      968,522
781   * As a result of ucm-transition, Encode::Tcl dropped because
782   Encode::Tcl demands *.enc.
783   Encode::Tcl will be supplied in a separate tarball with *.enc.
784   Message-Id: <C024E294-3FC3-11D6-8347-00039301D480@dan.co.jp>
785 !compile
786 -encengine.c
787 +encode.c
788 !Encode.pm
789 -lib/Encode/Supported.pod
790 +lib/Encode/Supports.pod
791 -lib/Encode/iso10646_1.pm
792 +lib/Encode/10646_1.pm
793 -lib/Encode/EncFormat.pod
794 +lib/Encode/Format/Enc.pod
795   Files renamed 8.3 filename compliance.  Affected modules/scripts revised.
796 - lib/Encode/JP/Constants.pm
797 + lib/Encode/JP/Consts.pm
798 ! lib/Encode/JP/JIS.pm
799 ! lib/Encode/JP/H2Z.pm
800   Version nit problem and 8.3 rule fix.
801   > Package namespace         installed    latest  in CPAN file
802   > Encode::JP::Constants          0.92      1.02  J/JH/JHI/perl-5.7.3.tar.gz
803   was noted by jhi then Dan discovers "Constants.pm" does not comply 8.3
804   rule.  Contants.pm renamed to Consts.pm and affected modules are fixed
805   accordingly.  In addition, legacy "use vars qw()..." are replaced with
806   "our";
807   Message-Id: <20020325011248.D1561@alpha.hut.fi>
808   Message-Id: <41023D51-3FB5-11D6-8347-00039301D480@dan.co.jp>
809 ! JP/JP.pm
810 - lib/Encode/JP/ISO_2022_JP.pm
811 - lib/Encode/JP/ISO_2022_JP_1.pm
812 + lib/Encode/JP/2022_JP.pm
813 + lib/Encode/JP/2022_JP1.pm
814                 01234567.012
815   8.3 naming conflict for vanilla fat addressed by jhi
816   Message-Id: <20020324201931.V22596@alpha.hut.fi>
817
818 ! Encode.xs
819   Typecast fix addressed by jhi
820   Message-Id: <20020324185540.T22596@alpha.hut.fi>
821
822 0.98  Mon Mar 25 2002
823 ! lib/Encode/Supported.pod
824   Further pod fixes
825 + lib/Encode/JP/ISO_2022_JP_1.pm
826 ! lib/Encode/JP/ISO_2022_JP.pm
827 ! lib/Encode/JP/JIS.pm
828 ! JP/JP.pm
829   Now Encode::JP is more strict on the difference between ISO-2022-JP
830   and ISO-2022-JP-1.  See JP/JP.pm for details.  I hope this move
831   makes Anton happier :)  FYI the previous version implements 
832   ISO-2022-JP as ISO-2022-JP-1 since it had X0212 support.
833 ! lib/Encode/Supported.pod
834   Further pod fixes
835 ! Encode.xs
836   Avoid core-dump in Encode with PERLIO=mmap by NI-S
837   Message-Id: <20020324104139.1326.7@bactrian.ni-s.u-net.com>
838 ! CN/CN.pm
839 ! JP/JP.pm
840 ! KR/KR.pm
841 ! TW/TW.pm
842 ! lib/Encode/Suppoted.pod
843   pod fixes to replace F<http://...> to L<http://...>, 
844   as suggested by Autrijius in:
845   Message-Id: <20020324083943.GA14901@not.autrijus.org>
846 ! lib/Encode/Suppoted.pod
847   fixes and enhancements by Anton
848   Message-Id: <10632060120.20020324103753@motor.ru>
849 ! lib/Encode/Alias.pm
850   > define_alias( qr/^GB[- ]?(\d+)$/i => '"gb$1"' );
851   added.  Suggested by Anton then deobfuscated by Autrijius
852   Message-Id: <20020324064455.GA3667@not.autrijus.org>
853 ! compile
854   Further fix by Nicholas Clark
855   Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
856 - lib/EncodeFormat.pod
857 + lib/Encode/EncFormat.pod
858 ! MANIFEST
859   File renamed as suggested by Autrijius
860 ! Encode.pm
861 ! lib/Encode/Details.pod
862 ! lib/Encode/Supported.pod    Sun Mar 24 13:29:35 2002
863 ! Encode.pm   Sun Mar 24 13:43:47 2002
864   pod fixes by Autrijius.
865   Message-Id: <20020324062804.GA3595@not.autrijus.org>
866   Message-Id: <20020324075627.GB11986@not.autrijus.org>
867 ! t/Alias.t
868 ! lib/Encode/Alias.pm
869 ! Encode.pm
870   now more EBCDIC conscious;
871   %ExtModules on EBCDIC system excludes CJK so that you don't
872   have to worry about the matched alias resulting cloaking.
873   t/Alias.t also revised to reflect changes.  Verified by jhi
874   Message-Id: <20020324022929.D22596@alpha.hut.fi>
875
876 0.97  Sun Mar 24 2002
877 ! CN/CN.pm
878 ! KR/KR.pm
879 ! TW/TW.pm
880   EBCDIC detection mechanism installed as in JP/JP.pm
881   Message-Id: <20020323211847.G19148@alpha.hut.fi>
882 ! Byte/Makefile.PL
883 ! CN/Makefile.PL
884 ! EBCDIC/Makefile.PL
885 ! JP/Makefile.PL
886 ! KR/Makefile.PL
887 ! Symbol/Makefile.PL
888 ! TW/Makefile.PL
889   Now all table files used by compile are postfixed '_t' to avoid
890   namespace collisions in case insensitive file systems once for all!
891   inspired by:
892   Message-ID: <58290227735.20020323195659@familiehaase.de>
893 ! t/Aliases.t
894   Since the Encode::JP is unsupported under EBCDIC we
895   cannot run this test (aliases as such should work fine) -- jhi
896   Message-Id: <20020323202119.D19148@alpha.hut.fi>
897 ! Byte/Makefile.PL
898   duplicate occurance of ascii.ucm and 8859-1.ucm
899   causes MacOS X dlyd to cloak
900 ! t/CN.t
901 ! t/Encode.t
902 ! t/JP.t
903 ! t/TW.t
904 ! t/Tcl.t
905   <     chdir 't' if -d 't';
906   ---
907   >     if (! -d 'blib' and -d 't'){ chdir 't' };
908   When you are "make test"-ing on Encode/ directory, you  must not 
909   change $ENV{PWD}.  t/JP.t has been fixed before but others somehow 
910   remain unchanced.  Also the situation detection was made simpler 
911   in t/JP.t, which was originally;
912   > chdir 't' if -d 't' and $ENV{PWD} !~ m,/Encode[^/]*$,o;
913 ! Encode.pm
914   "Use of uninitialized value in string eq at Encode.pm line 96."
915 ! Symbol/Makefile.PL
916 ! EBCDIC/Makefile.PL
917 ! AUTHOR
918   -- Problem on case insensitive file systems
919   "coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible"
920   Message-ID: <88254111953.20020323095503@familiehaase.de>
921 ! compile
922 ! AUTHOR
923   "So I think it's a bug in gcc, not perl. But it still needs to be 
924    worked around."
925   Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
926   Message-Id: <20020323170509.C96475@plum.flirble.org>
927
928 0.96  Sat Mar 23 2002
929 !     TW/TW.pm
930 !     lib/Encode/Encoding.pm
931 !     lib/Encode/Alias.pm
932 !     lib/Encode/Supported.pod
933 !     KR/KR.pm
934   Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
935   Message-ID: <20020322073908.GB10539@blackrider>
936 ! Makefile.PL
937 ! Encode.pm
938   "...I think we should include ISO 8859-1 as well." -- NI-S
939   Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
940 ! JP/JP.pm
941 ! CN/CN.pm
942 ! KR/KR.pm
943 ! TW/TW.pm
944 ! lib/Encode/Alias.pm
945   alias definitions  relocated to Encode::Alias so module autoloading
946   works for aliases also.
947 ! Encode.pm
948   encodings() now accepts args to check ExtModules.
949 + Byte/Byte.pm
950 + Byte/Makefile.PL
951 + EBCDIC/EBCDIC.pm
952 + EBCDIC/Makefile.PL
953 + Symbol/Makefile.PL
954 + Symbol/Symbol.pm
955 ! Encode.pm
956 ! Encode.xs
957   Latin and single byte encodings are reorganized so they are
958   demand-loaded like Encode::XX.  Now only ascii is compiled into
959   Encode itself. 
960 ! lib/Encode/Alias.pm
961   for my $k (keys %hash){ delete $hash{$k}; }
962    is depreciated; fixed.      
963
964 0.95  Fri Mar 22 2002
965   In this update, pod rewrites and alias fixes are the main issues
966 + lib/Encode/Supported.pod
967   Describes supported encodings
968 ! Makefile.PL
969   streamlined compiled-in encodings.
970 ! lib/Encode/Description.pod -> lib/Encode/Details.pod
971   Renamed.
972 + Encode/ibm-125?.ucm
973   Added from icu distibution with any occurance of
974    "IBM-125?" to "cp125?".  Filenames remain unchanged to pay
975    some respect to icu staff, however.
976 + lib/Encode/Alias.pm
977 ! Encode.pm
978   Alias difinitions in Encode.pm relocated.
979 ! AUTHORS
980 ! Encode.xs
981   packWARN patch from Paul Marquess via jhi
982   Message-Id: <20020321010101.O28978@alpha.hut.fi>
983   Paul added to AUTHORS as a result.
984 ! t/CJKalias.t -> t/Aliases.t
985   Renamed.  Checks even more aliases and alias overloading
986 ! Encode.pm
987 ! CN/CN.pm
988   duplicate alias for ujis => euc-jp removed (Encode::JP has one)
989   gbk => cp936 relocated to CN.pm
990 ! t/CJKalias.t
991   Test::More with plans (by jhi)
992
993 0.94  Thu Mar 21 2002
994 + lib/Encode/Description.pod
995 ! lib/Encode/Encoding.pm
996   Now the pod in Encode.pm is abridged as programming references.
997   lib/Encode/Description.pod contains the original, detailed description
998   and Encode::Encoding explains how to write your own module to
999   add new encodings.  So far, lib/Encode/Description.pod contains
1000   the whole pod once in Encode.pm.  This is intentional.
1001 ! Encode.pm
1002   Pod revisions by Anton Tagunov
1003   Message-Id: <517178431.20020320174824@motor.ru>
1004 ! lib/Encode/Tcl.pm
1005   all occrance of Encode::Tcl::Extended removed including pod
1006 ! t/CJKalias.t
1007   test now checks $encoding->name only; $encoding->{name} are
1008   no longer check to find the canonical name.
1009 ! lib/Encode/JP/JIS.pm
1010 ! lib/Encode/JP/ISO_2022_JP.pm
1011   ->name() added to be more compliant with API  
1012 ! CN/CN.pm
1013 ! JP/JP.pm
1014 ! KR/KR.pm
1015 ! TW/TW.pm
1016 ! t/CJKalias.t
1017   Patch by Autrijus to add aliases to TW and fixes to POD
1018   Message-Id: <20020320090619.GA24774@not.autrijus.org>
1019 ! AUTHORS
1020   SADAHIRO Tomoyuki added as should.  My apologies.
1021
1022 0.93  Wed Mar 20 2002
1023 * First release to be uploaded to CPAN.  For prehistoric changes,
1024   please see Changes file of perl distibution as well as 
1025   perl-unicode@perl.org archive, available at:
1026   http://archive.develooper.com/perl-unicode@perl.org/
1027
1028   Changes Since 0.92 includes;
1029 + Changes
1030 + AUTHORS
1031 ! Encode.pm
1032 ! README
1033   + Mention to perl-unicode@perl.org added
1034 ! JP/JP.pm
1035   + Encoding aliases added so you can feed locale names
1036     and MIME Charset="" directly.
1037   - Mention to JISX0212 removed because it's fixed
1038 ! CN/CN.pm
1039 ! KR/KR.pm
1040   + Encoding aliases added.  Note TW is left untouched because
1041     euc-tw is not implemented in TW but in Encode::HanExtra.
1042     Autrijus, you may fix Encode::HanExtra.
1043 + t/CJKalias.t
1044   + to test encode aliases added