This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops in change #19809.
[perl5.git] / ext / Encode / Changes
CommitLineData
fab31126
JH
1# Revision history for Perl extension Encode.
2#
03871ea6 3# $Id: Changes,v 1.95 2003/05/21 08:41:11 dankogai Exp $
fab31126 4#
03871ea6 5$Revision: 1.95 $ $Date: 2003/05/21 08:41:11 $
47dd3999
DK
6! encoding.pm
7 Addressed [cpan #2629] Wrong assumption in numeric comparison
8 Message-Id: <rt-2629-7326.19.5700583232515@cpan.org>
9! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs
10 lib/Encode/Encoding.pm t/perlio.t
11 ! API Change: ->new_sequence() => ->renew()
12 + Encode::Unicode makes use of it so it can handle BOM on PerlIO
13 + Encode::XS and Encode::utf8 now supports ->renew()
14 + Encode::Encoding now documents this with examples
15 - Non-XS (en|de)code stripped out of Encode::Unicode
16 Message-Id: <146957DB-8C39-11D7-9C91-000393AE4244@dan.co.jp>
17
181.95 2003/05/21 08:41:11
03871ea6
DK
19! ucm/8859-*.ucm
20 Since bogus entries were found in iso-8859-6, all entries are
21 re-generated once again out of
22 http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-*.TXT
23 Thank David Graff <graff@unagi.cis.upenn.edu> for the discovery
24 Message-Id: <200305201819.h4KIJRRU013746@unagi.cis.upenn.edu>
1485817e
DK
25+ lib/Encode/Unicode/UTF7.pm
26! lib/Encode/Config.pm lib/Encode/Alias.pm Unicode/Unicode.pm t/Unicode.t
27 lib/Encode/Supported.pod
28 UTF-7 support is now added. With this Encode now has all transcoding
29 methods in Unicode::String.
30
311.94 2003/05/10 18:13:59
bedba681
JH
32! lib/Encode/MIME/Header.pm
33 A more sophisticated solution for double-encoding by dankogai
34! lib/Encode/MIME/Header.pm AUTHORS
35 Two bugs fixed by Bjoern Jacke
36 * "Double Encoding" was not possible
37 i.e. encode("MIME-B" => "=?UTF-8?B?w4RwZmVs?=")
38 * encode("MIME-Q") had UTF-8 flag on
39 Message-Id: <rt-22166-57077.2.12980078979811@bugs6.perl.org>
40! lib/Encode/MIME/Header.pm AUTHORS
41 Two occurances of "croak ()" fixed as "croak qq()".
42 Simon Cozens is added to AUTHORS as a result.
43 Message-Id: <20030509103708.GA30664@deep-dark-truthful-mirror.pad>
44! bin/piconv
45 POD fixes that reflect enhancements by jhi
46! bin/piconv
47 Two enhancements by jhi.
48 + Now uses Getopt::Long so it accepts long name options
49 (--from for -f, for example)
50 + New option: -r,--resolve
51 Message-Id: <20030505114149.GA227075@kosh.hut.fi>
52! MANIFEST META.yml
53 META.yml added upon request of Schwern
54 Message-Id: <F3B0BD2C-7BCB-11D7-A488-000393AE4244@dan.co.jp>
55! AUTHORS
56 Enache Adrian removed upon request -- to live longer than Encode
57 and/or FreeBSD (toy-)?thread :)
58 Message-Id: <20030425015701.GA2069@ratsnest.hole>
59! t/enc_module.t
60 "close STDOUT unless $^O eq 'freebsd';" once again relocated
61 to keep VMS happy in which case "$^O eq 'freebsd'" is required
62 to keep FreeBSD+thread happy. Sigh.
63 Message-Id: <3EA88ADC.3000300@mac.com>
64
651.93 2003/04/24 17:43:16
8676e7d3
JH
66! t/enc_eucjp.t
67 added "no warnings 'pack'" in for loop to keep bleedperl from
68 complaining "Character in 'C' format wrapped in pack".
69! Makefile.PL
70 More elegant perl core detection inspired by Ilya Zakharevich
71 (but further elaborated for general cases).
72! lib/Encode/Encoding.pm lib/Encode/PerlIO.pod
73 POD fixes.
74! t/euc-jp.ucm
75 like cp9??, \x80-\x9F (control + 0x80) are zapped so they
76 are less likely to be confused w/ ISO-8859-*
77! t/CJKT.t
78 RT tests added (vendor encodings are exemplified)
79 -- that successfully found a flaw on iso-2022-kr before the patch.
80! lib/Encode/CJKConstants.pm lib/Encode/KR/2022_KR.pm
81 decode("ISO-2022-KR") has been buggy but no one ever sited
82 that since no one seems to be using it. Bugs discovered by
83 SADAHIRO-san
84 Message-Id: <20030416231757.A545.BQW10602@nifty.com>
85! lib/Encode/CN/HZ.pm t/perlio.t
86 HZ is now perlio_ok, thanks to SADAHIRO-san. perlio.t modified
87 so it adds test for HZ.
88 Message-Id: <20030416231757.A545.BQW10602@nifty.com>
89! lib/Encode/Guess.pm
90 Now guesses UTF-(16|32)(BE|LE) when the string contains \x00.
91 So long as the string contains \x{00}-\x{ff} it does not fail.
92 See perldoc for details.
93 Message-Id: <D2F9BB3C-6DC8-11D7-8F19-000393AE4244@dan.co.jp>
94
951.92 2003/03/31 03:27:27
9735c3fc
JH
96! ucm/big5-eten.ucm ucm/big5-hkscs.ucm
97 Extraneous single-byte chars in range \x80-\xA0 and \xFA-\xFF
98 removed. FYI, IBM's ICU has none of these for java-Big5-1.3_P.ucm
99 but glibc-BIG5-2.1.2.ucm does.
100 Message-Id: <20030325215213.4CA1.BQW10602@nifty.com>
101! ucm/cp932.ucm ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm
102 Maps regenerated again but this time based upon
103 http://oss.software.ibm.com/cvs/icu/charset/data/ucm/
104 (But where is THE DOCUMENT by MICROSOFT?)
105! t/enc_module.t AUTHORS
106 failure with threaded Perl on FreeBSD addressed.
107 Enache Adrian <enache@rdslink.ro> is added to AUTHORS for this.
108 Message-Id: <20030322230131.GA813@ratsnest.hole>
109! lib/Encode/Guess.pm
110 Some POD fixes.
111! t/CJKT.t
112 Change 18989: Make the :bytes conditional on PerlIO.
113 further Modified by Dan Kogai
114 <200303161730.h2GHU5B16265@smtp3.ActiveState.com>
115! t/enc_module.t
116 Chnage 18966: another fix for failing test on windows ("use encoding"
117 puts STDIN in :raw mode, so chomp() wasn't stripping the CR), by gsar
118 Message-Id: <200303140545.h2E5j5B08856@smtp3.ActiveState.com>
119! t/CJKT.t
120 Change 18970: Hopefully this works also in Win32, by jhi
121 Message-Id: <200303140745.h2E7j6B22729@smtp3.ActiveState.com>
122 Change 18965: fix CJKT.t failures on windows due to incorrect
123 binmode(), by gsar
124 Message-Id: <200303140530.h2E5U5B07046@smtp3.ActiveState.com>
125
1261.91 2003/03/09 20:07:37
0f29a567
JH
127! encoding.pm
128 even more proofread by jhi.
129 Message-Id: <20030309194323.GT20843@kosh.hut.fi>
130! t/enc_module.t
131 -use lib 't';
132 +use lib qw(t ext/Encode/t ../ext/Encode/t);
133 Message-Id: <20030309182057.GR20843@kosh.hut.fi>
134! AUTHORS
135 s/Hirohito/Hiroto/ig; Sorry, Hiroto-san.
136 Message-Id: <20030309181748.GP20843@kosh.hut.fi>
137! encoding.pm
138 s/logner/longer/
139 Message-Id: <20030309181907.GQ20843@kosh.hut.fi>
140
1411.90 2003/03/09 17:32:43
05ef2f67
JH
142! encoding.pm
143+ t/enc_data.t
144 Inaba-san has added a patch for perl 5.8.1 or later that makes
145 encoding.pm work for <DATA> filehandle. t/enc_data.t is to test
146 that. POD is further revised.
147 Message-Id: <200303091515.h29FF6B03903@smtp3.ActiveState.com>
148! encoding.pm t/enc_module.t
149 encoding vs. ${^UNICODE} resolved. POD revised accordingly.
150 Message-Id: <20030306112940.GN20652@kosh.hut.fi>
151
1521.89 2003/02/28
6be7c101
JH
153! Encode.xs
154 signed vs. unsigned issue discovered by Craig on OpenVM
155 Message-Id: <a05200f12ba81fe9d6298@[172.16.52.1]>
156! encoding.pm AUTHORS
157+ t/Mod_EUCJP.pm t/enc_module.enc t/enc_module.t
158 Because binmode() stacks layers instead of overwrite, you have to
159 ":raw :encoding()" in encoding.pm or your are in trouble when you
160 call encoding.pm multiple times. There are several workarounds
161 but Inaba-san's idea is in. SUGAWARA Hajime <sugawara@hdt.co.jp>,
162 who was the first to address this problem was added to AUTHORS.
163 The test suites was added for this, which is a modified version
164 of SUGAWARA-san's scripts
165 Message-Id: <3E5CF695.6AE07852@st.rim.or.jp>
166
1671.88 2003/02/20 14:42:34
cc7dbc11
DK
168! Encode.xs
169 one signedness nit for Encode by jhi
170 <200302161933.h1GJX876018710@kosh.hut.fi>
171! ucm/viscii.ucm
172 VISCII map was incorrect; fixed by Sadahiro-san
173 Message-Id: <20030216120828.47D3.BQW10602@nifty.com>
174! t/enc_eucjp.t t/enc_utf8.t AUTHORS
175 You can't unlink files that are opened in cygwin but the last
176 file handle opened in t/enc_*.t left open. Patch submitted
177 by Yitzchak and he was added to AUTHORS.
178 Message-Id: <iN0Q+gzkgmZN092yn@efn.org>
179! t/CJKT.t
180 now works with 'LC_ALL=en_US.UTF-8 PERL_UTF8_LOCALE=1'
181 Message-Id: <20030206104513.GA11081@kosh.hut.fi>
182! Unicode/Unicode.xs
183 For 1.88: Unicode.xs =~ s/regog/recog/ -- jhi
184 Message-Id: <20030206045153.GA6826@kosh.hut.fi>
b0b300a3 185
cc7dbc11 1861.87 2003/02/06 01:52:11
151b5d36
JH
187! AUTHORS
188 * Inaba "Sensei" Hirohito added (I thought I have done so a long
189 ago but apparently I did not).
190 * SUZUKI Norio added for verious and useful bug reports.
191! Byte/Byte.pm KR/KR.pm Unicode/Unicode.pm
192 lib/Encode/Encoder.pm lib/Encode/CJKConstants.pm
193 podchecked so all warnings are gone except for L<http://>.
194! encoding.pm t/enc_eucjp.t
195 * t/uni/tr_utf8.t now t ok on maintperl (sorry, jhi)
196 * Filter option overhaul
197 * POD revision
198! Encode.pm Encode.xs encengine.c Encode/encode.h
199 lib/Encode/Encoding.pm lib/Encode/JP/JIS7.pm
200 Merged inaba-san's patch that fixes "use encoding 'shiftjis'"
201 without filter. podchecked by Dan Kogai.
202 Message-Id: <3E3BC46B.6C687CFD@st.rim.or.jp>
203! lib/Encode/Alias.pm
204 decode('alias', $1) went wild because of local $_ in find_alias()
205 the evil local $_ is eradicated but that changes find_alias()
206 format for coderef aliasing. See Encode::Alias for details
207 Message-Id: <200302051704.AA00042@kipp0.nifty.com>
208
2091.86 2003/01/22 03:29:07
fa6f41cf
JH
210! encoding.pm
211 * Don't forget to canonize when you attempt an exact match!
212 Message-Id: <73E7F801-2DAA-11D7-BF9A-000393AE4244@dan.co.jp>
213 * ${^ENCODING} exception is off for $] > 5.008
214 Message-Id: <20030122110617T.inaba.hiroto@toshiba-it.co.jp>
215! t/enc_utf8.t
216 $] check commented out so it runs on 5.8.0
217
2181.85 2003/01/21 22:19:14
219! encoding.pm
220 ${^ENCODING} exception is now explicit rather than handled by regex.
221+ t/enc_eucjp.t t/enc_utf8.t
222 Test suite for the better "encoding" pragma support for bleedperl.
223 On 5.8.0, they will just be skipped.
224
2251.84 2003/01/10 12:00:16
0f7c507f
JH
226! encoding.pm
227 ${^ENCODING} is no longer set for utf so encoding is no longer fun :)
228 (That is to prevent duplicate encoding first by IO then ${^ENCODING})
229 Message-Id: <20030108213737.GK331043@lyta.hut.fi>
230! Unicode/Unicode.xs
231 %_ fixes saves the resulting .so .05% smaller, by NC
232 Message-Id: <20021226225709.GF284@Bagpuss.unfortu.net>
233! Encode.pm
234 Silence Encode on undef, by Andreas
235 Message-Id: <m3smwrohd1.fsf@k242.linux.bogus>
236 Message-Id: <m3of7fo7np.fsf@k242.linux.bogus>
237! Unicode/Unicode.xs
238 s/regognised/recognised/ . British spelling left intact to pay
239 respect to two British Nicks :)
240 Message-Id: <20021203020454.GK2274@kosh.hut.fi>
241
2421.83 2002/11/18 17:28:49
b536bf57
DK
243! Encode.xs lib/Encode/JIS7.pm
244 Even more patches from Inaba-san has been applied. With this
245 patch t/uni/tr_7jis.t and t/uni/t_utf8.t of bleedperl will work.
246 Message-Id: <20021115105514D.inaba.hiroto@toshiba-it.co.jp>
247
2481.82 2002/11/14 23:06:12
249! Encode.xs
250 Encode::utf8 (XS Version) assertion botch first found in Cygwin,
251 later found in perls w/ -Dusemymalloc was fixed by NC.
252 Message-Id: <20021114210349.GA288@Bagpuss.unfortu.net>
253
2541.81 2002/11/08 18:29:27
255! Encode.pm Encode.xs
256 Non-XS version of Encode::utf8 is back (with XS being default).
257 Encode::predefine_encodings(0) to turn off XS.
258 This is primarily to cope w/ Cygwin smoke but Sadahiro-san has
259 found that it was Test::More causing the problem, not Encode.
260 But I have already made it configurable so it may be useful in
261 some rare cases....
262 Message-Id: <20021107210110.2EE4.BQW10602@nifty.com>, et al.
263! bin/enc2xs
264 The ingenious patch by Nicholas Clark that reduces shlib sizes by
265 50% with no penalty and backward compatibility preserved, is in.
266 Message-Id: <20021103231324.GE288@Bagpuss.unfortu.net>
267
2681.80 2002/10/21 20:39:09
ab3374e4
DK
269! Encode.xs t/mime-header.t
270 Even more patches from NI-XS regarding Encode::utf8->decode().
271 And one more test to t/mime-header.t to prove it
272 Message-Id: <E183i0Y-0003mo-00@mserv1c.vianw.co.uk>
273
2741.79 2002/10/21 06:05:37
275! Encode.xs
276 Further patches from NI-XS. Encode::utf8->decode() now checks the
277 value of utf8 flag of the argument. As a result, the fix to
278 lib/Encode/MIME/Header.pm is no longer neccessary but since it did
279 no harm (even speedwise) I'll leave it unreverted.
280! ucm/cp949.ucm ucm/cp950.ucm
281 U+20AC EURO SIGN
282 U+00AE REGISTERED SIGN
283 were missing as a result of 1.78. Discovered by Moriyama-san.
284 Moriyama-san has also developed a test script that compares
285 (en|de)coded results to the corresponding Win32 API result and
286 all cp9?? maps are now verified.
287 Message-Id: <20021021025220.3AED.MSYK@mtg.biglobe.ne.jp>
288
2891.78 2002/10/20 15:44:00
290! lib/Encode/MIME/Header.pm
291 fixed so that it works with new Encode::utf8
292! Encode.pm Encode.xs
293 Encode::utf8 is now in Encode.xs by Nick In-XS. This allows
294 :encoding(UTF-8) to handle partial chars at end of buffers
295 correctly.
296 Message-Id: <20021020134935.2079.3@bactrian.ni-s.u-net.com>
297! lib/Encode/Supported.pod
298 More nitpickings applied.
299+ t/rt.pl MANIFEST
300! t/CJKT.t
301 Moriyama-san has discovered a serious bug in t/CJKT.t; its roundtrip
302 tests were completely useless. To redeem that and get the peace of
303 mind again, I wrote t/rt.pl to test ALL '|0' ENTRIES in all
304 ucm/*.ucm Since this script takes too long to finish (30 seconds on
305 PIII-800MHz, FreeBSD), it is deliberately excluded from 'make test'
306 but you can easily run that by either renaming it or:
307 perl -Mblib t/rt.pl
308 Message-Id: <20021019065420.0C48.MSYK@mtg.biglobe.ne.jp>
309! ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm
310 Other CJKT cp9?? also updated according to the URI below;
311 http://www.microsoft.com/typography/unicode/cscp.htm
312+ bin/ucmsort MANIFEST
313 ucmsort is a crude utility that sorts CHARMAP entries in UCM files
314 to proper order. intended for hardcore develpers only.
315! ucm/cp932.ucm JP/JP.pm AUTHORS
316 CP932 mapping which was based upon the mapping file at unicode.org
317 was found obsolete by MORIYAMA Masayuki msyk@mtg.biglobe.ne.jp>. He
318 has also supplied the patch so he was added to AUTHORS.
319! lib/Encode/Supported.pod
320 ISO-8859-11 != TIS 620
321 == TIS 620 + \xA0 (&nbsp;)
322 Message-Id:
323 <DC504E9C3384054C8506D3E6BB012460810D23@bsebe001.americas.nokia.com>
324
3251.77 2002/10/06 03:27:02
4b291ae6
DK
326! t/jperl.t
327 * Modified to accomodate up and comming patch by Inaba-san that
328 will fix tr/// needing eval qq{}
329 Message-Id: <9F78A19C-D6C3-11D6-BAC6-0003939A104C@dan.co.jp>
330! encoding.pm
331 * pod fixes/enhancements to reflect the changes above
332! lib/Encode/Alias.pm
333 "Encode::TW is correct, Encode::Alias not." - /Autrijus/
334 Message-Id: <20021001015648.GB18710@not.autrijus.org>
335
3361.76 2002/08/25 15:09:51
35e20135
DK
337! t/big5-eten.utf
338 To reflect ucm change by Autrijus. t/big5-eten.enc was regenerated
339 but naturally identical to previous version -- dankogai
340! ucm/big5-eten.ucm
341 Codepoint fixes -- autrijus
342 Message-Id: <20020805040236.GC5220@not.autrijus.org>
343= *
344 copied everything under perl-5.8.0/ext/Encode to make sure Encode
345 is in sync w/ perl core
346! t/CJKT.t t/guess.t
347 Change 17175 by jhi@alpha on 2002/06/10 23:24:42
348 Now that binmode(FH) does implicit ":bytes" revisit
349 the failing tests. The worrisome one is the Digest::MD5
350 test-- how will it fare in CRLF lands now?
351! t/CJKT.t t/guess.t
352 From: Radu Greab <radu@netsoft.ro>
353 Date: Mon, 10 Jun 2002 00:40:34 +0300
354 Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
355 Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
356 ones which I cannot figure out.
357! lib/Encode/Alias.pm
358 Subject: [Encode PATCH] spurious warning
359 From: Nicholas Clark <nick@unfortu.net>
360 Date: Sun, 2 Jun 2002 20:26:22 +0100
361 Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
362
3631.75 2002/06/01 18:07:49
2d06ad02
DK
364! lib/Encode/Alias.pm t/Alias.t lib/Encode/Supported.pod TW/TW.pm
365 glibc compliance cited by Autrijus.
366 http://www.li18nux.org/docs/html/CodesetAliasTable-V10.html
367! bin/enc2xs bin/piconv
368 Subject: Re: forewarning: usedevel and versiononly
369 Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
370
3711.74 2002/05/28 18:33:15
f0a41339
DK
372+ ucm/null.ucm ucm/ctrl.ucm
373! Makefile.PL bin/enc2xs lib/Encode/Supported.pod
374 "null" and "ascii-ctrl" encodings added upon the request of Autrijus
375 Subject: Re: unicode -> &# notation
376 Message-ID: <20020518193704.GB40272@not.autrijus.org>
377
3781.73 2002/05/28 17:26:18
379! */Makefile.PL Makefile.PL bin/enc2xs Encode/Makefile_PL.e2x AUTHORS
380 Chris Nandor has fixed Encode so that it works w/ MacPerl --
381 at least w/ PPC (68k need static linking which does not work due to
382 64k limit). pudge is added to AUTHORS (I'm surprised he was not
383 there in the list). Encode/Makefile_PL.e2x was additionally fixed
384 by dankogai to reflect changes in other Makefile.PL
385 Message-Id: <p0510030ab9195ed230ff@[10.0.1.107]>
386! t/mime-header.t
387 Subject: Change 16746: -Mutf8 cleanup.
388 Message-Id: <200205222345.g4MNj7e10597@smtp3.ActiveState.com>
389
3901.72 2002/05/20 15:49:56
f74b3917
DK
391! Makefile.PL
392 Subject: [PATCH] Encode should be in perl-core library path
393 Message-Id: <86r8k7h738.wl@mail.edge.co.jp>
394 Message-Id: <20020520161201.A11019@alpha.hut.fi>
395! lib/Encode/MIME/Header.pm
396 Subject: [PATCH] Encode::MIME::Header
397 Message-Id: <86sn4nh7a8.wl@mail.edge.co.jp>
398! Encode/Makefile_PL.e2x
399 Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
400 Message-Id: <20020519201031.GA1603@not.autrijus.org>
401! CN/Makefile.PL Byte/Makefile.PL JP/Makefile.PL TW/Makefile.PL
402 Symbol/Makefile.PL KR/Makefile.PL EBCDIC/Makefile.PL Makefile.PL
403 AUTHORS
404 @16628 and @16652 from Vadim. Vadim was added to AUTHORS.
405 Subject: [PATCH] good day for WinCE port of perl.
406 Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
407! Encode.xs
408! Unicode/Unicode.xs
409 Even more linting by Robin via @16532
410! Encode.xs
411 Even more typecast by Sarathy in @16460
412
4131.71 2002/05/07 16:22:42
d6f02b51
JH
414! Encode.xs
415 even more typecasts by Robin
416 Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
417! bin/enc2xs
418 A very strange bug that was causing a bugus ucm -> C table
419 generation that was revealed by a UCM file that Andreas was
420 working. This is the king of wierdest bug I've encountered
f74b3917 421 in the course of Encode maintenance.
d6f02b51
JH
422 Message-Id: <6C04F0FA-61D4-11D6-B164-00039301D480@dan.co.jp>
423
4241.70 2002/05/06 10:26:48
621b0f8d
DK
425! encoding.pm
426 Made more 'module-safe' with conjunction w/ 'no encoding'.
427 Message-Id: <EAB48C16-60DA-11D6-9982-00039301D480@dan.co.jp>
428! lib/Encode/Encoding.pm
429 'require Encode' because ->Define uses Encode::define_encoding();
430 problem and solution addressed by Miyagawa-kun
431 Message-Id: <86znzdfvuh.wl@mail.edge.co.jp>
432! t/Unicode.t
433 Cuts the frill to make djgpp happier, as suggested by Laszlo
434 Message-Id: <20020506105819.H17012@libra.eth.ericsson.se>
435! bin/enc2xs
436 enc2xs no longer overwrites files w/ -M option, as suggested by Andreas
437 Message-Id: <m3bsbug48n.fsf@anima.de>
438
4391.69 2002/05/04 16:41:18
11067275
JH
440! lib/Encode/MIME/Header
441 Floating-point coerced for UNICOS (in integer arithmetics it folds
442 line one character too early). Verification by Mark is pending.
443 Message-Id: <C670F60D-5F4F-11D6-A5CA-00039301D480@dan.co.jp>
444! Unicode/Unicode.pm
445 more doc patch from Elizabeth
446 Message-Id: <4.2.0.58.20020503210946.02f4ed30@mickey.dijkmat.nl>
447! Encode/Makefile_PL.e2x
448 More platform-independent patch from Benjamin
449 Message-Id: <3CD31BE0.69F79B06@earthlink.net>
450! lib/Encode/Guess AUTHORS
451 split regex fix by Graham Barr. Adds him to AUTHORS.
452 Message-Id: <20020504085419.E95940@valueclick.com>
453! Encode/Makefile_PL.e2x
454 enc2xs script discovery made smarter and more sensible, first cited
455 by Miyagawa-kun and further suggestions by Rafael and Andreas
456! Encode.pm lib/Encode/Guess.pm t/fallback.t t/guess.t t/mime-header.t
457 "The EBCDIC remapping of the low 256 bites again" #16372 by jhi
458
4591.68 2002/05/03 12:20:13
126bf8bf
JH
460! lib/Encode/Alias.pm lib/Encode/Supported.pod t/Alias.t AUTHORS
461 UCS-4 added to aliases of UTF-32 by Elizabeth Mattijsen. Alias.t
462 and Supported.pod modified to reflect the change. Elizabeth added
463 to Authors. And H.M. is also added for forwarding her patch among
464 other contributions (I was rather surprised to find his name was not
465 there yet!)
466 Message-Id: <20020503114901.D639.H.M.BRAND@hccnet.nl>
467
4681.67 2002/05/02 07:33:09
2fc614e0
JH
469! Encode.xs
470 Error message now consistent w/ perlqq (\N{U+} -> \x{})
471 done in perl@16308 but Philip linted me further. Now the error
472 messages are macronized as ERR_ENCODE_NOMAP and ERR_DECODE_NOMAP
473! lib/Encode/Guess.pm
474 Sanity check for happier -w by Autrijus
475
4761.66 2002/05/01 05:41:06
4089adc4
JH
477! Encode.xs t/fallback.t
478 WARN_ON_ERR no longer assumes RETURN_ON_ERR so you can issue a warning
479 while fallback is in effect. This even came with a welcome side-effect
480 of cleaner code with less nests! Thank you, NI-XS. t/fallback.t is
481 also modified to test this.
482 And of course, the corresponding varialbles to UV[Xx]f are appropriately
483 cast. This should've concluded NI-XS homework.
484! Encode.pm
485 encode(undef) does warn again! Repented upon suggestion by NI-XS.
486 Document for unless vs. '' added
487 Message-Id: <20020430171547.3322.13@bactrian.elixent.com>
488
4891.65 2002/04/30 16:13:37
e8c86ba6
JH
490! Encode.pm
491 encode(undef) no longer warns for C<Use of uninitialized value in
492 subroutine entry>. Suggested by Paul.
493 Message-Id: <AIEAJICLCBDNAAOLLOKLMEEEEJAA.Paul.Marquess@ntlworld.com>
494! lib/Encode/Supported.pod
495 Encode::MIME::Header and Encode::Guess mentioned
496 Updated for Encode::HanExtra 0.05 and Encode::JIS2K
497! lib/Encode/Guess.pm
498 POD fix by Miyagawa-kun
499 Message-Id: <86k7qqx8p7.wl@mail.edge.co.jp>
500
5011.64 2002/04/29 06:54:06
b7a5c9de
JH
502! ucm/euc-jp.ucm
503 Now decodes euc-jisx0213 also. CAVEAT: encode("euc-jp"...) and
504 encocde("euc-jisx0213") are still DIFFERENT.
505 Message-Id: <A5DFA5CA-5B3C-11D6-A54F-00039301D480@dan.co.jp>
506! Encode.xs
507 A few white spaces corrected by NI-XS via PerlIO integration to
508 Mainline
509 Subject: Change 16247: Integrate perlio;
510! Encode.pm
511 Document fixes by Andreas
512 Message-Id: <m3k7qsf1we.fsf@anima.de>
513
5141.63 2002/04/27 18:59:50
10c5ecbb
JH
515! lib/Encode/Encoding.pm
516! Encoding.pm Unicode/Unicode.pm lib/Encode/Guess.pm lib/Encode/CN/HZ.pm
517! lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm lib/Encode/KR/2022_KR.pm
518 Make use of the Encode::Encoding base class!
519 And other cleanups in Encode.xs upon NI-XS suggestions
520 Message-Id: <20020427160718.1290.15@bactrian.ni-s.u-net.com>
521
5221.62 2002/04/27 11:17:39
fc17bd48
JH
523! Encode.pm
524 encodings() now just check %ExtModule instead of eval{require}
525 all of them for ":all" to conserve more memory.
526! Encode.xs
527 more "%x" -> "%" UVxf stuff.
528! Encode.pm
529 s/=over2/=over 2/g # oops.
530
5311.61 2002/04/26 03:02:04
7e19fb92
JH
532! t/mime-header.t
533 Now does decent tests besides use_ok()
534! lib/Encode/Guess.pm t/guess.t
535 UI streamlined, document added
536! Unicode/Unicode.xs
537 various signed/unsigned mismatch nits (#16173)
538 http://public.activestate.com/cgi-bin/perlbrowse?patch=16173
539! Encode.pm
540 POD: utf8-flag-related caveats added. A few sections completely
541 rewritten.
542! Encode.xs
543! AUTHORS
544 Thou shalt not assume %d works, either!
545 Robin Baker added to AUTHORS for this
546 Message-Id: <200204251132.MAA28237@tempest.npl.co.uk>
547! t/CJKT.t
548 "Change 16144 by gsar@onru on 2002/04/24 18:59:05"
549
5501.60 2002/04/24 20:06:52
af1f55d9
JH
551! Encode.xs
552 "Thou shalt not assume %x works." -- jhi
553 Message-Id: <20020424210618.E24347@alpha.hut.fi>
554! CN/Makefile.PL JP/Makefile.PL KR/Makefile.PL TW/Makefile.PL To make
555 low-memory build machines happy, now *.c is created for each *.ucm
556 (no table aggregation). You can still override this by setting
557 $ENV{AGGREGATE_TABLES}.
558 Message-Id: <00B1B3E4-579F-11D6-A441-00039301D480@dan.co.jp>
559+ lib/Encode/Guess.pm
560+ lib/Encode/JP/JIS7.pm
561 Encoding-autodetect (mainly for Japanese encoding) added. In a
562 course of development, JIS7.pm was improved.
563+ lib/Encode/HTML/Header.pm
564+ lib/Encode/Config.pm
565 MIME B/Q Header Encoding Added!
566! Encode.pm Encode.xs t/fallback.t
567 new fallbacks; XMLCREF and HTMLCREF upon Bart's request.
568 Message-Id: <20020424130709.GA14211@tanglefoot>
569
5701.59 $ 2002/04/22 23:54:22
571! Encode.pm Encode.xs
572 needs_lines() and perlio_ok() are added to Internal encodings such
573 as utf8 so XML::SAX is happy. FB_* stub xsubs are now prototyped.
574
5751.58 2002/04/22 23:54:22
ef175861
JH
576! TW/TW.pm
577 s/MacChineseSimp/MacChineseTrad/ # ... oops.
578! bin/ucm2text
579! t/*.t
580- t/*.euc t/*.ref
581+ t/*.enc t/*.utf
582 Now all CJKT encodings go thru round-trip test via t/CJKT.t.
583 t/(CN|TW).t by Autrijus are renamed at-(cn|tw).t
584 t/(JP|KR).t are aggregated to t/CJKT.t
585 test data are all remade via bin/ucm2text.
586 And .... They are no longer skipped for -Uuseperlio !
587
5881.57 2002/04/22 20:27:30
011b2d2f
JH
589! t/JP.t t/KR.t t/perlio.t
590 unless (find PerlIO::Layer 'perlio') ... line is back again.
591 t/JP.t and t/KR.t were supposed to work but maybe '>:utf8' lines
592 need PerlIO. Sigh....
593! Encode.xs Unicode/Unicode.pm lib/Encode/JP/JIS7.pm t/perlio.t
594 ->perlio_ok now does eval{ require PerlIO::encoding } there so
595 it correctly returns 1 when PerlIO::encoding is yet loaded.
596! Encode.xs
597 perl-current patch #16072 reflected
598
5991.56 2002/04/22 09:48:07
0ab8f81e
JH
600! Encode.pm encoding.pm t/perlio.t t/jperl.t
601 New PerlIO::encoding 0.04 compliance met
602
6031.55 2002/04/22 03:43:05
604! Encode.pm Encode.xs Unicode/Unicode.pm
605 needs_lines() defined so Encode::Encoding is no longer needed
606 for perlio
607
6081.54 2002/04/22 02:50:01
609! Encode.pm! Encode.xs! Unicode/Unicode.pm t/perlio.t
610! lib/Encode/Encoding.pm lib/Encode/CN/HZ.pm
611 now perlio_ok is true by default if PerlIO::encoding->VERSION is
612 0.03 or larger. POD in Encode::Encoding revised to reflect this.
613 Encode::XS and Encode::Unicode now has perlio_ok() method.
614! lib/Encode/Supported.pod
615 s/UP-UX/HP-UX/ by jhi
616! AUTHORS Byte/Byte.pm CN/CN.pm Encode.pm JP/JP.pm KR/KR.pm README
617! Symbol/Symbol.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs bin/piconv
618! bin/ucmlint encoding.pm lib/Encode/Alias.pm lib/Encode/CN/HZ.pm
619! lib/Encode/Config.pm lib/Encode/Encoder.pm lib/Encode/Encoding.pm
620! lib/Encode/KR/2022_KR.pm lib/Encode/PerlIO.pod
621! lib/Encode/Supported.pod
622 Huge document fixes by Philip.
623! AUTHORS
624! t/JP.t
625 s/compare\(/compare_text\(/o by Sarathy. Adds him to AUTHORS
626 http://public.activestate.com/cgi-bin/perlbrowse?patch=16049
627! t/perlio.t
628 binmode() after "<:encoding" to make Win32 happy, by Mattia.
629 Mattia added to AUTHORS file
630 Message-Id: <3CC3150F.5798.22A05AE@localhost>
631
6321.52 2002/04/20 23:43:47
6d1c0808
JH
633! t/perlio.t
634 TODO: is now SKIP:, as NI-XS requested. Also adds more
635 eraborate failure analysis added.
636! bin/enc2xs
637 A note on how to make sure of round-trip safety added to POD
638 section (so Autrijus is happier)
639! ucm/big5-hkscs.ucm ucm/big5-eten.ucm t/TW.pm
640 big5-(eten|hkscs) is round-trip safe again!
641 Message-Id: <A2C949CC-54AC-11D6-A5FB-00039301D480@dan.co.jp>
642! encoding.pm
643 Typo fixes by Andreas
644! Encode.pm Encode.xs Unicode/Unicode.xs Encode/Encoding.pm
645! lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm t/perlio.t
646 PerIO coodination patches from NI-XS.
647 Message-Id: <2769E572-54A1-11D6-B7E2-00039301D480@dan.co.jp>
648
6491.51 2002/04/20 09:58:23
b0b300a3
JH
650! t/TW.t
651 Updated test suite by Autrijis so "make test" is happy again
652 Message-Id: <20020420082104.GA25037@not.autrijus.org>
653+ ucm/big5-eten.ucm
654! ucm/big5-hkscs.ucm lib/Encode/Alias.pm
655- ucm/big5.ucm
656 TW/TW.pm TW/Makefile.PL
657 Updates by Autrijus. 'big5' is no longer a canonical but an
658 alias to 'big5-eten'. big5-hkscs is now in 2001 edition.
659 Message-Id: <20020419195346.GA19597@not.autrijus.org>
660! Encode.xs
661 Fix by NI-XS that fallback may cause SEGV w/ Perl/TK
662 Message-Id: <20020419184509.1924.1@bactrian.ni-s.u-net.com>
663! Encode.pm
664 PerlIO detection a little bit smarter; no longer uses eval qq{}
665 but eval {}.
666
6671.50 2002/04/19 06:13:02
85982a32
JH
668! ! Encode.pm Encode.xs Encode/encoding.h
669+ t/fallback.pm
670 New Fallback API imlemented and documented. See "perldoc Encode"
671 for details
672! lib/Encode/JP/JIS7.pm Encode.pm
673+ lib/Encode/PerlIO.pod t/perlio.t
674 API compliance met. However, it still does not work unless perlio
675 implements line buffer. See BUGS section in perldoc Encode::PerlIO
676 As a sensible workaround, perlio_ok() added to Encode.
677! encoding.pm
678! lib/Encode/Supported.pod
679 Doc fixes from jhi
680 Message-Id: <20020418174647.J8466@alpha.hut.fi>
681! CN/CN.pm
682 Doc fixes from Autrijus
683 Message-Id: <20020418144131.GA10987@not.autrijus.org>
684! Encode.pm
685 perlqq mode documented
686! t/JP.t
687+ t/jisx0201.euc t/jisx0201.ref
688! t/jisx0208.euc t/jisx0208.ref
689 t/JP.t tests more rigorously and with other encodings
690 t/jisx0201.* added to test JIS7 encodings. jisx0208 is now PURELY
691 in jis0208 (used to contain jisx0201 part).
692! Encode/Makefile_PL.e2x
693 The resulting Makefile.PL that "enc2xs -M" creates now auto-discovers
694 enc2xs and encode.h rather than hard-coded. This allows the resulting
695 module fully CPANizable.
696! encoding.pm t/JP.t t/KR.t
697 PerlIO detection simplified (checks %INC instead of eval{})
698! Encode.xs Encode/encode.h
699+ Unicode/Makefile.PL Unicode/Unicode.pm Unicode/Unicode.xs
700- lib/Encode/Unicode.pm
701 (en|de)code_xs relocated to where it belongs. Source reindented
702 to my taste
703! bin/enc2xs
704 Additional (U8 *) cast added as suggested by jhi
705 Message-Id: <20020417165916.A28599@alpha.hut.fi>
f2a2953c 706
85982a32 7071.42 Date: 2002/04/17
b2704119
JH
708- lib/Encode/XS.pm
709 no-op module; Thought of adding a pod there but enc2xs has
710 one so gone.
711! encoding.pm
712! t/JP.pm
713! t/KR.pm
714 correct mechanism to detect Perlio::encoding layar installed.
715! Encode.xs
716 PerlIO Layer detached.
717
7181.41 2002/04/16 23:35:00
719! encoding.pm
720 binmode(STDIN|STDOUT ...) done iff PerlIO is available
721! t/*.t
722 Cleaned up PerlIO skip conditions to prepare for the upcoming
723 Encode - PerlIO forking.
724! Encode.pm
725 exported functions are now prototyped.
726! lib/Encode/CN/HZ.pm
727! bin/enc2xs
728! Encode.xs
729 fallback implemented # was /* FIXME */
730 affected programs revised to fit (only HZ was using the try-catch
731 approach which needed to be fixed for API-compliance).
732! Encode/Config.pm
733! Encode/KR/2022_KR.pm
734! Encode/KR/KR.pm
735 can find =head1 NAME now, jhi
736 Message-Id: <20020416083059.V30639@alpha.hut.fi>
737! encoding.pm
738 s/\{h\}/{$h}/g ;)
739! Encode.xs
740 now complies with less warnings with the pickest compilers.
741 Suggested by Craig, fixed by Dan.
742 ! Encode/Makefile_PL.e2x
743! bin/enc2xs
744 A bug that fails to find *.e2x in certain conditions fixed
745
7461.40 2002/04/14 22:27:14
aae85ceb
DK
747+ Encode/ConfigLocal_PM.e2x
748! lib/Encode/Config.pm
749! bin/enc2xs
750 "enc2xs -C" now generates/updates Encode::ConfigLocal.
751 ConfigLocal_PM.e2x is a skelton thereof.
752! lib/Encode/Config.pm
753! CN/CN.pm
754 "use Encode::CN::HZ;" was missing.
755! t/Unicode.t
756! t/unibench.t
757 More rigorous tests added to test XS, especially on memory allocation.
758! Encode.xs
759! lib/Encode/Unicode.pm
760 NI-S implemented an XS version -- merged
761 Message-Id: <20020414154857.2066.4@bactrian.ni-s.u-net.com>
762! encoding.pm
763! t/jperl.t
764 Source filter option added. With this option on, you can write
765 perl 5.8-savvy scripts (such as UTF-8 identifiers) in legacy
766 encodings. t/jperl.t enhanced to test this feature.
767! t/Unicode.t
768 ok() gotcha addressed by Benjamin fixed. Though I didn't exactly
769 apply his suggestion, this degree of nitting is enough to add him
770 to AUTHORS list.
771 Message-Id: <3CB93223.291E5E2E@earthlink.net>
772! JP/JP.pm
773+ lib/Encode/JP/JIS7.pm
774- lib/Encode/JP/JIS.pm
775- lib/Encode/JP/2022_JP.pm
776- lib/Encode/JP/2022_JP1.pm
777 7bit-jis, iso-2022-jp and iso-2022-jp1 are all aggregated to
778 JIS7.pm for better maintainability and performance
779! encoding.pm
780 Added caveat for non-ascii identifiers.
781! encoding.pm
782 fixes by jhi, the original author of this pragramtic module.
783 Message-Id: <20020413231527.V1826@alpha.hut.fi>
784
7851.34 2002/04/12 20:23:05 (Unreleased)
77ea6967
JH
786! Encode.pm
787! t/Unicode.t
788 EBCDIC fixes addressed by jhi.
789 Message-Id: <20020412161844.D9383@alpha.hut.fi>
790! lib/Encode/Encoder.pm
791 POD fix by Miyagawa-kun
792 Message-Id: <86bscqq4hu.wl@mail.edge.co.jp>
793
7941.33 2002/04/10 22:28:40
448e90bb
JH
795! AUTHORS
796 Philip's mail address corrected.
797! AUTHORS
798! t/Encoder.t
799! lib/Encode/Encoder.pm
aae85ceb 800 s/ = shift;/ = @_;/ # trivial but a common idiomatic typo :)
448e90bb
JH
801 This adds Miyagawa-kun to AUTHORS.
802 * encoding() no longer exported by default but on demand
803 * t/Encoder.t updated to test all these
804 Message-Id: <86hemjpdn4.wl@mail.edge.co.jp>
77ea6967
JH
805! lib/Encode/Unicode.pm
806! lib/Encode/Supported.pm
807 Further doc fixes by Anton
448e90bb
JH
808
8091.32 2002/04/09 20:06:15
fcb875d4
JH
810+ bin/ucmlint
811+ t/bogus.ucm
812- ucm/macDevanaga.ucm Unicode Character Map
813- ucm/macGujarati.ucm Unicode Character Map
814- ucm/macGurmukhi.ucm Unicode Character Map
815 A utility to check integrity of .ucm files. t/bogus.ucm is a
816 ucm that is deliberately bogus. unused Indic mappings are removed
817 for the time being.
818! Encode.pm
819 resolve_alias() added as suggested by jhi. Same as
820 find_encoding("alias")->name. For convenience. This one is
821 defined in Encode.pm instead of Alias.pm.
822 Message-Id: <20020409215846.H17022@alpha.hut.fi>
823! Encode.xs
824 Memory Allocate but detected during the devel of ucmlint -- fixed.
825 Message-Id: <C0DDCE16-4BE7-11D6-9204-00039301D480@dan.co.jp>
826! lib/Encode/Unicode.pm
827 valid_ucs2(0) is false but must be true.
828 3 patches from NI-S as follows. This also has fixed the incident
829 Andy has reported.
830! lib/Encode/Alias.pm
831 find_alias() recursion prevention
832! t/Aliases.t
833 Checks for the patch above
834! t/Encode/Unicode.pm
835 An extra "F" that causes valid_ucs2() return a bogus value fixed
836 Message-Id: <20020409133927.17803.1@bactrian.elixent.com>
837 Message-Id: <Pine.SOL.4.10.10204091338220.10390-100000@maxwell.phys.lafayette.edu>
838 2 Small Patches from jhi as follows:
839! Encode.pm
840 Encode->encodings() lists in case-insensitve order (as it was)
841! bin/piconv
842 -l option prints avaiable encodings to STDOUT instead of STDERR
843! lib/Encode/Aliases.pm
844 s/defintion/definition/
845 Message-Id: <200204082306.CAA21033@alpha.hut.fi>
846! AUTHORS
847! lib/Encode/Supported.pod
848! lib/Encode/Unicode.pm
849 POD revise by Philip Newton. This adds Philip to AUTHORS list.
850 Thank you for the exact quote of Douglas Adams :)
851 Message-Id: <22s3bu4gpvhhsses64nj3afuu0lo927rv3@4ax.com>
852
8531.31 2002/04/08 18:08:07
fdd579e2
JH
854! lib/Encode/Encoder.pm
855+ t/Encoder.t
856 Encode::Encoder, once just a placeholder of an idea, is now much more
857 practical. See t/Encode.t to find how practical it can be.
858+ lib/Encode/Config.pm
859! Encode.pm
860 my false laziness at Encode.pm is fixed. Now %ExtModules are set
861 in Encode::Config and they are all literally, not programatically
862 set. My false laziness was resulting many encodings missing from
863 %ExtModules.
864! lib/Encode/Unicode.pm
865! t/Unicode.t
866 BOM for 32LE was bogus as noted by Anton. t/Unicode.t is fixed
867 so that it does not rely Encode::Unicode for BOM values
868 Message-Id: <FFEC33E9-4AFB-11D6-B415-00039301D480@dan.co.jp>
869
8701.30 2002/04/08 02:34:51
c731e18e
JH
871+ lib/Encode/Encoder.pm
872 Object Oriented Encoder. I reckon something like this is in need.
873! Encode.pm
874! t/Unicode.pm
875! lib/Encode/Supported.pod
fdd579e2 876 * autoloading bug that prevented upper-case canonicals such as UTF-16
c731e18e
JH
877 is fixed. Now even UTF/UCS are autoloaded!
878 * encodings() is now more intuitive.
879 * t/Unicode.t fixed to explicitly use Unicode.pm -- BOM values are
880 stored therein.
881 * Obligatory fixes to the POD.
882! lib/Encode/Supported.pod
883 Patch from Anton applied.
884 Message-Id: <66641479.20020408033300@motor.ru>
885! Encode.pm
886! lib/Encode/Unicode.pm
887 Cosmetic changes: "bless $obj, $class" => "bless $obj => class"
888
8891.28 2002/04/07 18:58:42
890! MANIFEST
891+ t/Unicode.t
892+ t/grow.t
893 Just a MANIFEST for those missing files.
894
8951.26 Date: 2002/04/07 15:22:04
f2a2953c
JH
896! JP/Makefile.PL
897! t/Aliases.PL
898 Schwarn's patches against Makefile.PL has zapped jis*.ucm. Restored.
899 And t/Aliases.t fixed to make sure they all exist.
900
9011.25 2002/04/07 15:01:25 (Unreleased)
902! Encode.pm
903! lib/Encode/Unicode.pm
904 More POD fixes....
905! Encode.pm
906- lib/Encode/UTF_EBCDIC.pm
907- lib/Encode/Internal.pm
908- lib/Encode/utf8.pm
909 Integrated into Encode.pm as closures. That way "one package, one file"
910 rule is preserved yet less files to require.
911! encoding.pm
912 commented out binmode(STDERR ...
913! Makefile.PL
914! Byte/Makefile.PL
915! CN/Makefile.PL
916! EBCDIC/Makefile.PL
917! JP/Makefile.PL
918! KR/Makefile.PL
919! Symbol/Makefile.PL
920! TW/Makefile.PL
921! Encode/Makefile_PL.e2x
922 Schwarn's MM-compliance patch merged
923 Message-Id: <20020406082609.GA28758@blackrider>
924! Encode.pm
925! lib/Encode/Unicode.pm
926+ lib/Encode/UTF_EBCDIC.pm
927+ t/Unicode.t
928- lib/Encode/10646_1.pm
929- lib/Encode/ucs2_le.pm
930 (UCS-2|UTF-(16|32))(LE|BE)? implementation and cleanups. Instead of
931 per-module based (en|de)code, I saved a number of .pm by
932 reorganizing it as per-object base (Well, this is what Encode::XS
933 does under the hood). See Encode::Unicode for details.
934 The original Unicode.pm is now correctly renamed to UTF_EBCDIC.pm.
935 This module is used only on EBCDIC environments.
936
9371.21 2002/04/05 14:46:34 (Not Released)
938! JP/JP.pm
939! Encode.pm
940+ ucm/jis0201.ucm
941+ ucm/jis0208.ucm
942+ ucm/jis0212.ucm
943 Are back to make Perl/Tk happy Smile, NI-S.
944! t/Alias.pm
945! lib/Encode/Alias.pm
946! lib/Encode/Supported.pm
947! lib/Encode/10646_1.pm
948! lib/Encode/ucs2_le.pm
949 UCS-16BE is now canonical for UCS-2/ISO-10646-1.
950 Leftover implicit aliases in ucs2_le.pm removed. Tests and documents
951 updated to reflect changes.
952 essage-Id: <20020405114024.1290.17@bactrian.ni-s.u-net.com>
953! lib/Encode/Alias.pm
954! lib/Encode/Supported.pm
955 Anton's revision commited. Added Dan's own fixes as well.
956 Message-Id: <159103166906.20020405161134@motor.ru>
957! lib/Encode/Alias.pm
958 134c134
959 < qr/^UCS2-le$/i => '"UCS-2"', );
960 ---
961 > qr/^UCS2-LE$/i => '"UTF-16LE"');
962 Sigh. Thank you, Anton.
963 Message-Id: <14567692196.20020405062020@motor.ru>
964 Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
965
9661.20 2002/04/04 19:50:52
a999c27c
JH
967+ bin/unidump
968 the last minute addtion. Just give it a try. Docs remains to be done.
969 Not installed by default.
970! lib/Encode/Supported.pod
971 Enhanced Greatly.
972! t/Alias.t
973! lib/Encode/Alias.pm
974! lib/Encode/utf8.pm
975! lib/Encode/10464_1.pm
976! lib/Encode/ucs2_le.pm
977 Canonical name for 'UCS-2le" is now "UTF-16LE". UCS-2 left
978 unchanged but UTF-16BE is added as an alias. Implicit aliases
979 move to Encode::Alias so init_alias() works more as expected.
980 Also, 'utf8' is now canonical with 'UTF-8' being an alias.
981 Though pedantically wrong, This should make perl mongers happier.
982 t/Alias.t is enhanced to test all these.
983 Message-Id: <9C39BD58-47AF-11D6-9D82-00039301D480@dan.co.jp>
984! Byte/Makefile.PL
985 Now all .ucm are stacked in byte_t; They all share ascii part so 50%
986 of the codepoints are common. CJKT left as is because the saving is
987 not significant.
988! Byte/Makefile.PL
989! CN/Makefile.PL
990! EBCDIC/Makefile.PL
991! Encode.xs
992! Encode/Makefile_PL.e2x
993! JP/Makefile.PL
994! KR/Makefile.PL
995! Makefile.PL
996! Symbol/Makefile.PL
997! TW/Makefile.PL
998! bin/enc2xs
999! AUTHORS
1000 All occurance of _def.h replaced with .exh so djgpp works happily
1001 ever after! To credit this amazing discovery, Laszlo is now in
1002 AUTHORS list
1003 Message-Id: <20020403181424.GA8778@freemail.hu>
1004 Message-Id: <B5BF0C6F-4732-11D6-B13D-00039301D480@dan.co.jp>
1005! Makefile.PL
1006! */Makefile.PL
1007! Encode/Makefile_PL.skel
1008 bin/enc2xs
1009 No more @INC fiddling! Uses $ENV{PERL_CORE} instead
1010 Message-Id: <20020401222744.GX2000@blackrider>, et al.
1011! t/encoding.t
1012 Two more tests by added jhi
1013 Message-Id: <200204020000.DAA25121@alpha.hut.fi>
1014+ t/grow.t
1015! Encode.xs
1016 The showstopper fixed -- Memory reallocation bug was causing
1017 Encode::XS to fall into infinite loop on certain conditions.
1018 t/grow.t tests that.
1019 Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>, et al
1020+ bin/txt2ucm
1021! */Makefile.PL
1022! */*.ucm
1023! */XX.pm
1024! lib/Encode/Supported.pod
1025 Vendor encodings rebuilt out of original map files at unicode.org.
1026 Indic languages such as MacDevanagali remain unspported do to the
1027 shortcoming of encengine capabilities (they need algorithmical
1028 conversion and I have no knowledge on that!). Pods fixed for added
1029 encodings.
1030 Oh, macJapan.ucm renamed to macJapanese.ucm.
1031 macROMnn is macRomanian and macRUMnn is macRumanian.
1032 txt2ucm is a crude script that is used to convert them.
1033! bin/enc2xs
1034 Unicode Compound Characters (used extensively on Mac) supported
1035! bin/piconv
1036 Typo fixes and improvements by jhi
1037 Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
3ef515df 1038
b536bf57 10391.11 2002/03/31 22:12:13
3ef515df
JH
1040+ t/encoding.t
1041+ t/jperl.t
1042! MANIFEST
1043 Missing files from the MANIFEST fixed.
1044 Message-Id: <20020401010156.H10509@alpha.hut.fi>
1045 Version incremented just to make CPAN happy.
1046
10471.10 2002/03/31 21:32:42
1048! Makefile.PL
1049! README
1050 INSTALL_UCM option added to Makefile.PL so you can install *.ucm
1051 if you want. This should make Autrijus happy. Also, piconv
1052 is added to default install.
1053+ Encode/*.e2x
1054! bin/enc2xs
1055 Here-documented files that enc2xs generates are now exported
1056 to *.e2x. Much cleaner and easier to debug.
1057! encoding.pm
1058 encoding enhances so you can make it act more like such
1059 (now prehistoric ) "localized" variations of perl like Jperl.
1060+ t/jperl.t
1061 Further test for encoding.pm. Written in euc-jp
1062+ encoding.pm
1063+ t/encoding.t
1064 Taken over form jhi.
1065 Message-Id: <20020330174618.B10154@alpha.hut.fi>
1066- Encode/*.ucm
1067+ ucm/*.ucm
1068! Makefile.PL
1069! */Makefile.PL
1070 *.ucm relocated to ucm/ so MakeMaker will not install'em by default.
1071- ucm2table
1072+ bin/ucm2table
1073 ***
1074! AUTHORS
1075! Byte/Byte.pm
1076! Encode.pm
1077! Encode/macIceland.ucm
1078! lib/Encode/Alias.pm
1079! lib/Encode/Supported.pod
1080 MacIceland fixes and Pod Typo fixes. This adds Andreas to AUTHORS.
1081 Message-Id: <m3lmcavhjt.fsf@anima.de>
1082
10831.01 2002/03/29 20:59:39
037b88d6
JH
1084! Makefile.PL
1085! README
1086 s/USE_SCRIPTS/MORE_SCRIPTS/
1087! Makefile.PL
1088 installs enc2xs by default for external Encode:: modules in CPAN,
1089 such as Encode::HanExtra
1090! t/*.t
1091 More sensible perl core detection via $ENV{PERL_CORE}
1092 suggested by Spider
1093 Message-Id: <200203291007.FAA07329@Orb.Nashua.NH.US>
1094! bin/enc2xs
1095 Perl core ditection via $^X =~ m/\bminiperl$/o
1096 Message-Id: <A5C7B0CA-42F1-11D6-B5AD-00039301D480@dan.co.jp>
1097
10981.00 Wed Mar 29 2002
67d7b5ef
JH
1099! *
1100 The version of all files is updated to 1.00 via "ci -f -l1.00",
1101 commemorating version 1.00. All files, including *.ucm are now
1102 under version control.
1103- encode.h
1104+ Encode/encode.h
1105 encode.h moved to Encode/ so it will be installed for the later
1106 use by enc2xs
1107! enc2xs
1108 h2xs-like feature added via "h2xs -M Name *.(enc|ucm)"
1109! Makefile.PL
1110! */Makefile.PL
1111- compile
1112+ bin/enc2xs
1113 compile renamed to enc2xs.
1114 Affected Makefle.PL updated
1115- lib/CN/2022_CN.pm
1116 "Punt it. HanExtra can take care of that later." -- Autrijus
1117 Message-Id: <20020328154338.GA7351@not.autrijus.org>
1118! Encode/johab.ucm
1119! Encode/euc-kr.ucm
1120! Encode/ksc5601.ucm
1121! lib/Encode/CJKConstants.pm
1122! lib/Encode/KR/2022_KR.pm
1123 Table patches for Euro Signs, 2022-KR fixups by Jungshik
1124 Message-Id: <Pine.LNX.4.44.0203280616190.2259-200000@www.ykga.org>
1125! README
1126! Makefile.PL
1127+ bin/piconv
1128 bin/ added for example scripts. They are not installed by default.
1129 to install them, "perl Makefile.PL USE_SCRIPTS".
1130 piconv is iconv reinvented in perl. in addition to all features
1131 of iconv, it also adds perlish features. See L<piconv/1> for more
1132 details.
1133! lib/Encode/Alias.pm
1134 qr/^ replaced with qr/\b so it directly matches locale names
1135 such as en_US.US-ASCII
1136! AUTHORS
1137! t/Aliases.t
1138 Patch by MJD to fix the following problem applied.
1139 Subject: [PATCH 5.7.3 Encode]
1140 Aliases.t not properly skipped when Encode extension not built
1141 Message-Id: <20020328091850.18677.qmail@plover.com>
1142! lib/Encode/KR/2022_KR.pm
1143! lib/Encode/CJKConstants.pm
1144 Another patch from Jungshik to make iso-2022-kr actually work
1145 Message-Id: <Pine.LNX.4.44.0203271745210.30462-200000@www.ykga.org>
1146! Encode/Encode/euc-kr.ucm
1147+ Encode/Encode/johab.ucm
1148! Encode/Encode/ksc5601.ucm
1149! Encode/KR/KR.pm
1150! Encode/KR/Makefile.PL
1151! Encode/lib/Encode/Alias.pm
1152! t/Alias.t
1153 Johab support and complete revision of Korean Encoding by Jungshik
1154 Message-Id: <Pine.LNX.4.44.0203271105060.30462-200000@www.ykga.org>
1155+ Encode.pm
1156 Revised to make up with now-dropped Encode::Details.
1157- lib/Encode/Details.pod
1158 Dropped. Besides being obsolete, the topics are now covered in
1159 respective pods now.
1160! AUTHORS
1161! t/Alias.t
1162 KR/KR.pm
1163 lib/Encode/Alias.pm
1164 Korean aliases fixed thanks to Jungshik Shin
1165 /ks[-_ ]?c[-_ ]?5601-1987$/i => cp936
1166 Message-Id: <Pine.LNX.4.44.0203262102250.1237-100000@www.ykga.org>
1167! *.pm
1168 =head1 NAME added to all modules to make buildtoc happy
1169 Message-Id: <20020327041151.A10618@alpha.hut.fi>
1170- lib/Encode/CJKguide.pod
1171 Too controversial and dropped from the dist. Will be available
1172 separately on the web.
1173! Encode/*.ucm
1174 RCS tags added so table debugging gets easier (should that be
1175 needed! I hope they all stay 1.00!)
1176+ lib/Encode/CJKguide.pod
1177 A detailed guide to mainly, but not limited to, CJK multibyte
1178 encodings.
1179- Encode/roman8.ucm
1180+ Encode/hp-roman8.ucm
1181! Byte/Makefile.PL
1182! Encode/Supported.pod
1183 All occurance of "roman8" replaced with "hp-roman8" to avoid
1184 confusion
1185! Encode/Supported.pod
1186! Encode/mac*.ucm
1187! t/Alias.t
1188 Mac Encodings now comply the Inside Macintosh
1189! t/Alias.t
1190 Test for '-raw' conventions added.
1191! Encode/Alias.pm
1192 aliased gb2312 -> euc-cn, ksc5601 -> euc-kr
1193! Encode/gb12345.ucm
1194! Encode/gb2312.ucm
1195! Encode/ksc5601.ucm
1196 "-raw" appended to canonical names.
1197 File mames stay unchanged thanks to UCM format.
1198! lib/Encode/CN/HZ.pm
1199 Patch from Autrijus to fix gb2312 -> gb2312-raw + code linting
1200 Message-Id: <20020326035210.GA2091@not.autrijus.org>
5129552c 1201
64ffdd5e
JH
12020.99 Tue Mar 26 2002
1203- lib/Encode/JP/Const.pm
1204+ lib/Encode/CJKConstants.pm
1205+ lib/Encode/CN/2022_CN.pm
1206+ lib/Encode/KR/2022_KR.pm
1207+ t/KR.t
1208+ t/gb2312.euc
1209+ t/gb2312.ref
1210+ t/ksc5601.euc
1211+ t/ksc5601.ref
1212+ t/table.euc
1213+ t/table.ref
1214+ ucm2table
1215 * Support for ISO-2022-KR and ISO-2022-CN added.
1216 * t/KR.t added!
1217 * more t/*.{euc,ref} added, which was autogenerated from ucm2table
1218 * ucm2table autogenerates character table out of UCM files.
1219- engine.c
1220+ encengine.c
1221- lib/Encode/Supports.pod
1222+ lib/Encode/Supported.pod
1223 Names reverted due to popular demand.
1224 8.3 rule applies only when there is a conflict.
1225 Message-Id: <20020325095924.GD44120@not.autrijus.org>
1226! */Makefile.PL
1227- Encode/*.enc
1228+ Encode/*.ucm
1229- lib/Tcl*
1230- lib/Encode/Format/Enc.pod
1231- t/Tcl.t
1232 * Character tables is now 100% ucm.
1233 * All files under Encode/ is now 8.3-compliant
1234 * some of missing encodings added (i.e. gsm0338 and nextstep)
1235 * Vendor mappings aggregated with appropriate national std in
1236 Makefile.PL, resulting smaller *.so especially for CJK.
1237 Following is result on Dan's FreeBSD box.
1238 Now Then
1239 ---------------------------------------------------------------
1240 blib/arch/auto/Encode/Byte/Byte.so 157,279 171,042
1241 blib/arch/auto/Encode/CN/CN.so 1,634,476 1,626,685
1242 blib/arch/auto/Encode/EBCDIC/EBCDIC.so 18,476 18,476
1243 blib/arch/auto/Encode/Encode.so 27,791 27,791
1244 blib/arch/auto/Encode/JP/JP.so 1,408,056 1,832,811
1245 blib/arch/auto/Encode/KR/KR.so 1,156,518 1,329,587
1246 blib/arch/auto/Encode/Symbol/Symbol.so 23,940 20,990
1247 blib/arch/auto/Encode/TW/TW.so* 948,761 1,316,437
1248 ---------------------------------------------------------------
1249 Total 5,375,297 6,343,819
1250 Saving 968,522
1251 * As a result of ucm-transition, Encode::Tcl dropped because
1252 Encode::Tcl demands *.enc.
1253 Encode::Tcl will be supplied in a separate tarball with *.enc.
1254 Message-Id: <C024E294-3FC3-11D6-8347-00039301D480@dan.co.jp>
1255!compile
1256-encengine.c
1257+encode.c
1258!Encode.pm
1259-lib/Encode/Supported.pod
1260+lib/Encode/Supports.pod
1261-lib/Encode/iso10646_1.pm
1262+lib/Encode/10646_1.pm
1263-lib/Encode/EncFormat.pod
1264+lib/Encode/Format/Enc.pod
1265 Files renamed 8.3 filename compliance. Affected modules/scripts revised.
1266- lib/Encode/JP/Constants.pm
1267+ lib/Encode/JP/Consts.pm
1268! lib/Encode/JP/JIS.pm
1269! lib/Encode/JP/H2Z.pm
1270 Version nit problem and 8.3 rule fix.
1271 > Package namespace installed latest in CPAN file
1272 > Encode::JP::Constants 0.92 1.02 J/JH/JHI/perl-5.7.3.tar.gz
1273 was noted by jhi then Dan discovers "Constants.pm" does not comply 8.3
1274 rule. Contants.pm renamed to Consts.pm and affected modules are fixed
1275 accordingly. In addition, legacy "use vars qw()..." are replaced with
1276 "our";
1277 Message-Id: <20020325011248.D1561@alpha.hut.fi>
1278 Message-Id: <41023D51-3FB5-11D6-8347-00039301D480@dan.co.jp>
1279! JP/JP.pm
1280- lib/Encode/JP/ISO_2022_JP.pm
1281- lib/Encode/JP/ISO_2022_JP_1.pm
1282+ lib/Encode/JP/2022_JP.pm
1283+ lib/Encode/JP/2022_JP1.pm
1284 01234567.012
1285 8.3 naming conflict for vanilla fat addressed by jhi
1286 Message-Id: <20020324201931.V22596@alpha.hut.fi>
1287
1288! Encode.xs
1289 Typecast fix addressed by jhi
1290 Message-Id: <20020324185540.T22596@alpha.hut.fi>
1291
a63c962f
JH
12920.98 Mon Mar 25 2002
1293! lib/Encode/Supported.pod
1294 Further pod fixes
1295+ lib/Encode/JP/ISO_2022_JP_1.pm
1296! lib/Encode/JP/ISO_2022_JP.pm
1297! lib/Encode/JP/JIS.pm
1298! JP/JP.pm
1299 Now Encode::JP is more strict on the difference between ISO-2022-JP
1300 and ISO-2022-JP-1. See JP/JP.pm for details. I hope this move
1301 makes Anton happier :) FYI the previous version implements
1302 ISO-2022-JP as ISO-2022-JP-1 since it had X0212 support.
1303! lib/Encode/Supported.pod
1304 Further pod fixes
1305! Encode.xs
1306 Avoid core-dump in Encode with PERLIO=mmap by NI-S
1307 Message-Id: <20020324104139.1326.7@bactrian.ni-s.u-net.com>
1308! CN/CN.pm
1309! JP/JP.pm
1310! KR/KR.pm
1311! TW/TW.pm
1312! lib/Encode/Suppoted.pod
1313 pod fixes to replace F<http://...> to L<http://...>,
1314 as suggested by Autrijius in:
1315 Message-Id: <20020324083943.GA14901@not.autrijus.org>
1316! lib/Encode/Suppoted.pod
1317 fixes and enhancements by Anton
1318 Message-Id: <10632060120.20020324103753@motor.ru>
1319! lib/Encode/Alias.pm
1320 > define_alias( qr/^GB[- ]?(\d+)$/i => '"gb$1"' );
1321 added. Suggested by Anton then deobfuscated by Autrijius
1322 Message-Id: <20020324064455.GA3667@not.autrijus.org>
1323! compile
1324 Further fix by Nicholas Clark
1325 Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
1326- lib/EncodeFormat.pod
1327+ lib/Encode/EncFormat.pod
1328! MANIFEST
1329 File renamed as suggested by Autrijius
1330! Encode.pm
1331! lib/Encode/Details.pod
1332! lib/Encode/Supported.pod Sun Mar 24 13:29:35 2002
1333! Encode.pm Sun Mar 24 13:43:47 2002
1334 pod fixes by Autrijius.
1335 Message-Id: <20020324062804.GA3595@not.autrijus.org>
1336 Message-Id: <20020324075627.GB11986@not.autrijus.org>
1337! t/Alias.t
1338! lib/Encode/Alias.pm
1339! Encode.pm
1340 now more EBCDIC conscious;
1341 %ExtModules on EBCDIC system excludes CJK so that you don't
1342 have to worry about the matched alias resulting cloaking.
1343 t/Alias.t also revised to reflect changes. Verified by jhi
1344 Message-Id: <20020324022929.D22596@alpha.hut.fi>
1345
071db25d
JH
13460.97 Sun Mar 24 2002
1347! CN/CN.pm
1348! KR/KR.pm
1349! TW/TW.pm
1350 EBCDIC detection mechanism installed as in JP/JP.pm
1351 Message-Id: <20020323211847.G19148@alpha.hut.fi>
1352! Byte/Makefile.PL
1353! CN/Makefile.PL
1354! EBCDIC/Makefile.PL
1355! JP/Makefile.PL
1356! KR/Makefile.PL
1357! Symbol/Makefile.PL
1358! TW/Makefile.PL
1359 Now all table files used by compile are postfixed '_t' to avoid
1360 namespace collisions in case insensitive file systems once for all!
1361 inspired by:
1362 Message-ID: <58290227735.20020323195659@familiehaase.de>
1363! t/Aliases.t
1364 Since the Encode::JP is unsupported under EBCDIC we
1365 cannot run this test (aliases as such should work fine) -- jhi
1366 Message-Id: <20020323202119.D19148@alpha.hut.fi>
1367! Byte/Makefile.PL
1368 duplicate occurance of ascii.ucm and 8859-1.ucm
1369 causes MacOS X dlyd to cloak
1370! t/CN.t
1371! t/Encode.t
1372! t/JP.t
1373! t/TW.t
1374! t/Tcl.t
1375 < chdir 't' if -d 't';
1376 ---
1377 > if (! -d 'blib' and -d 't'){ chdir 't' };
1378 When you are "make test"-ing on Encode/ directory, you must not
1379 change $ENV{PWD}. t/JP.t has been fixed before but others somehow
1380 remain unchanced. Also the situation detection was made simpler
1381 in t/JP.t, which was originally;
1382 > chdir 't' if -d 't' and $ENV{PWD} !~ m,/Encode[^/]*$,o;
1383! Encode.pm
1384 "Use of uninitialized value in string eq at Encode.pm line 96."
1385! Symbol/Makefile.PL
1386! EBCDIC/Makefile.PL
1387! AUTHOR
1388 -- Problem on case insensitive file systems
1389 "coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible"
1390 Message-ID: <88254111953.20020323095503@familiehaase.de>
1391! compile
1392! AUTHOR
1393 "So I think it's a bug in gcc, not perl. But it still needs to be
1394 worked around."
1395 Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
1396 Message-Id: <20020323170509.C96475@plum.flirble.org>
1397
5129552c
JH
13980.96 Sat Mar 23 2002
1399! TW/TW.pm
1400! lib/Encode/Encoding.pm
1401! lib/Encode/Alias.pm
1402! lib/Encode/Supported.pod
1403! KR/KR.pm
1404 Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
1405 Message-ID: <20020322073908.GB10539@blackrider>
1406! Makefile.PL
1407! Encode.pm
1408 "...I think we should include ISO 8859-1 as well." -- NI-S
1409 Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
1410! JP/JP.pm
1411! CN/CN.pm
1412! KR/KR.pm
1413! TW/TW.pm
1414! lib/Encode/Alias.pm
1415 alias definitions relocated to Encode::Alias so module autoloading
1416 works for aliases also.
1417! Encode.pm
1418 encodings() now accepts args to check ExtModules.
1419+ Byte/Byte.pm
1420+ Byte/Makefile.PL
1421+ EBCDIC/EBCDIC.pm
1422+ EBCDIC/Makefile.PL
1423+ Symbol/Makefile.PL
1424+ Symbol/Symbol.pm
1425! Encode.pm
1426! Encode.xs
1427 Latin and single byte encodings are reorganized so they are
1428 demand-loaded like Encode::XX. Now only ascii is compiled into
1429 Encode itself.
1430! lib/Encode/Alias.pm
1431 for my $k (keys %hash){ delete $hash{$k}; }
1432 is depreciated; fixed.
1433
14340.95 Fri Mar 22 2002
5d030b67
JH
1435 In this update, pod rewrites and alias fixes are the main issues
1436+ lib/Encode/Supported.pod
1437 Describes supported encodings
1438! Makefile.PL
1439 streamlined compiled-in encodings.
1440! lib/Encode/Description.pod -> lib/Encode/Details.pod
1441 Renamed.
1442+ Encode/ibm-125?.ucm
1443 Added from icu distibution with any occurance of
1444 "IBM-125?" to "cp125?". Filenames remain unchanged to pay
1445 some respect to icu staff, however.
1446+ lib/Encode/Alias.pm
1447! Encode.pm
1448 Alias difinitions in Encode.pm relocated.
1449! AUTHORS
1450! Encode.xs
1451 packWARN patch from Paul Marquess via jhi
1452 Message-Id: <20020321010101.O28978@alpha.hut.fi>
1453 Paul added to AUTHORS as a result.
1454! t/CJKalias.t -> t/Aliases.t
1455 Renamed. Checks even more aliases and alias overloading
1456! Encode.pm
1457! CN/CN.pm
1458 duplicate alias for ujis => euc-jp removed (Encode::JP has one)
1459 gbk => cp936 relocated to CN.pm
1460! t/CJKalias.t
1461 Test::More with plans (by jhi)
5129552c 1462
1b2c56c8
JH
14630.94 Thu Mar 21 2002
1464+ lib/Encode/Description.pod
1465! lib/Encode/Encoding.pm
1466 Now the pod in Encode.pm is abridged as programming references.
1467 lib/Encode/Description.pod contains the original, detailed description
1468 and Encode::Encoding explains how to write your own module to
1469 add new encodings. So far, lib/Encode/Description.pod contains
1470 the whole pod once in Encode.pm. This is intentional.
1471! Encode.pm
1472 Pod revisions by Anton Tagunov
1473 Message-Id: <517178431.20020320174824@motor.ru>
1474! lib/Encode/Tcl.pm
1475 all occrance of Encode::Tcl::Extended removed including pod
1476! t/CJKalias.t
1477 test now checks $encoding->name only; $encoding->{name} are
1478 no longer check to find the canonical name.
1479! lib/Encode/JP/JIS.pm
1480! lib/Encode/JP/ISO_2022_JP.pm
1481 ->name() added to be more compliant with API
1482! CN/CN.pm
1483! JP/JP.pm
1484! KR/KR.pm
1485! TW/TW.pm
1486! t/CJKalias.t
1487 Patch by Autrijus to add aliases to TW and fixes to POD
1488 Message-Id: <20020320090619.GA24774@not.autrijus.org>
1489! AUTHORS
1490 SADAHIRO Tomoyuki added as should. My apologies.
1491
fab31126
JH
14920.93 Wed Mar 20 2002
1493* First release to be uploaded to CPAN. For prehistoric changes,
1494 please see Changes file of perl distibution as well as
1495 perl-unicode@perl.org archive, available at:
1496 http://archive.develooper.com/perl-unicode@perl.org/
1497
1498 Changes Since 0.92 includes;
1499+ Changes
1500+ AUTHORS
1501! Encode.pm
1502! README
1503 + Mention to perl-unicode@perl.org added
1504! JP/JP.pm
1505 + Encoding aliases added so you can feed locale names
1506 and MIME Charset="" directly.
1507 - Mention to JISX0212 removed because it's fixed
1508! CN/CN.pm
1509! KR/KR.pm
1510 + Encoding aliases added. Note TW is left untouched because
1511 euc-tw is not implemented in TW but in Encode::HanExtra.
1512 Autrijus, you may fix Encode::HanExtra.
1513+ t/CJKalias.t
1514 + to test encode aliases added