| 1 | # Revision history for Perl extension Encode.
|
|---|
| 2 | #
|
|---|
| 3 | # $Id: Changes,v 2.12 2005/09/08 14:17:17 dankogai Exp dankogai $
|
|---|
| 4 | #
|
|---|
| 5 | $Revision: 2.12 $ $Date: 2005/09/08 14:17:17 $
|
|---|
| 6 | ! Encode.xs Encode.pm t/fallback.t
|
|---|
| 7 | Now accepts coderef for CHECK!
|
|---|
| 8 | ! ucm/8859-7.ucm
|
|---|
| 9 | Updated to newer version at unicode.org
|
|---|
| 10 | http://rt.cpan.org/NoAuth/Bug.html?id=14222
|
|---|
| 11 | ! lib/Encode/Supported.pod
|
|---|
| 12 | More POD typo fixed.
|
|---|
| 13 | <[email protected]>
|
|---|
| 14 | ! encoding.pm
|
|---|
| 15 | More POD typo leftover fixed.
|
|---|
| 16 | Message-Id: <[email protected]>
|
|---|
| 17 |
|
|---|
| 18 | 2.11 2005/08/05 10:58:25
|
|---|
| 19 | ! AUTHORS CHANGES
|
|---|
| 20 | To reflect changes below
|
|---|
| 21 | ! Encode.pm encoding.pm
|
|---|
| 22 | lib/Encode/Alias.pm lib/Encode/PerlIO.pod lib/Encode/Supported.pod
|
|---|
| 23 | Typo fixed by Piotr Fusik in Change 25261 & 25266
|
|---|
| 24 | Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
|
|---|
| 25 | ! Encode.xs
|
|---|
| 26 | Addresses "BUG REPORT: panic in Encode.xs".
|
|---|
| 27 | Message-Id: <[email protected]>
|
|---|
| 28 | + lib/Encode/MIME/Header/ISO_2022_JP.pm mime_header_iso2022jp.t
|
|---|
| 29 | ! lib/Encode/MIME/Header.pm lib/Encode/Config.pm
|
|---|
| 30 | Encoding 'MIME-Header-ISO_2022_JP' is introduced by Makamaka
|
|---|
| 31 | Message-Id: <[email protected]>
|
|---|
| 32 | ! Encode/encode.h Encode.pm Encode.xs
|
|---|
| 33 | PerlIO's "encoding(utf-8-strict)" got a problem w/ partial character.
|
|---|
| 34 | Found and addressed by KONNO Hiroharu <[email protected]>
|
|---|
| 35 | See also ext/PerlIO/encoding/encoding.pm
|
|---|
| 36 | Message-Id: <[email protected]>
|
|---|
| 37 |
|
|---|
| 38 | 2.10 2005/05/16 18:46:36
|
|---|
| 39 | ! Encode.pm
|
|---|
| 40 | fixed decode_utf8() accordingly to RT#8872
|
|---|
| 41 | http://rt.cpan.org/NoAuth/Bug.html?id=8872
|
|---|
| 42 | ! Encode.xs AUTHORS
|
|---|
| 43 | s/SvIVX/SvIV_set/ by Steve Peters.
|
|---|
| 44 | Message-Id: <[email protected]>
|
|---|
| 45 | ! AUTHORS
|
|---|
| 46 | GAAS was missing!
|
|---|
| 47 | ! Encode.pm
|
|---|
| 48 | New Pod section: "UTF-8 vs utf8"; explains utf-8-strict
|
|---|
| 49 | + t/utf8strict.t
|
|---|
| 50 | Tests utf-8-strict, accordingly to
|
|---|
| 51 | UTF-8 decoder capability and stress test" by Markus Kuhn
|
|---|
| 52 | http://smontagu.damowmow.com/utf8test.html
|
|---|
| 53 | Note that malformed and overlong sequences are not test here
|
|---|
| 54 | because perl already does that for you, utf-8-strict or not.
|
|---|
| 55 | ! Encode.pm Encode/encode.h t/fallback.t
|
|---|
| 56 | Addressed "encode(..., Encode::LEAVE_SRC) does not work".
|
|---|
| 57 | Now FB_(PERLQQ|HTMLCREF|XMLCREF) implies LEAVE_SRC so
|
|---|
| 58 | you can (en|de)code constant strings with these fallbacks.
|
|---|
| 59 | http://rt.cpan.org/NoAuth/Bug.html?id=8736
|
|---|
| 60 | ! Encode.pm Encode.xs lib/Encode/Alias.pm t/Aliases.t
|
|---|
| 61 | Make Encode.pm support the real UTF-8, by GAAS
|
|---|
| 62 | Message-Id: <[email protected]>
|
|---|
| 63 | Message-Id: <[email protected]>
|
|---|
| 64 | ! Encode.pm Encode.xs
|
|---|
| 65 | post-2.09 comment patches from GAAS applied.
|
|---|
| 66 | Message-Id: <[email protected]>
|
|---|
| 67 | Message-Id: <[email protected]>
|
|---|
| 68 |
|
|---|
| 69 | 2.09 2004/12/03 19:16:53
|
|---|
| 70 | ! Encode.pm Encode.xs
|
|---|
| 71 | Addressed " :encoding(utf8) broken in perl-5.8.6".
|
|---|
| 72 | Message-Id: <[email protected]>
|
|---|
| 73 | ! Encode.pm
|
|---|
| 74 | Addressed "(de|en)code($valid_encoding, undef) does not warn".
|
|---|
| 75 | http://rt.cpan.org/NoAuth/Bug.html?id=8723
|
|---|
| 76 | ! Encode.pm t/Encode.t
|
|---|
| 77 | Addressed "Can't encode URI". When a reference is fed to (en|de)code,
|
|---|
| 78 | Encode now stringifies instead of returning undef.
|
|---|
| 79 | http://rt.cpan.org/NoAuth/Bug.html?id=8725
|
|---|
| 80 | ! Encode.xs t/fallback.t
|
|---|
| 81 | Addressed "FB_HTMLCREF and FB_XMLCREF for the UTF-8 decoder".
|
|---|
| 82 | http://rt.cpan.org/NoAuth/Bug.html?id=8694
|
|---|
| 83 | ! Encode.pm
|
|---|
| 84 | Addressed "s/digit/number/".
|
|---|
| 85 | http://rt.cpan.org/NoAuth/Bug.html?id=8695
|
|---|
| 86 | ! Encode.pm
|
|---|
| 87 | Addressed "while (defined(read )) { ... } is an infinite loop".
|
|---|
| 88 | http://rt.cpan.org/NoAuth/Bug.html?id=8696
|
|---|
| 89 | ! Encode.pm
|
|---|
| 90 | Addressed "What the heck is UCM?".
|
|---|
| 91 | Document fixed so that it no longer contains "UCM-Based Encodings".
|
|---|
| 92 | http://rt.cpan.org/NoAuth/Bug.html?id=8697
|
|---|
| 93 |
|
|---|
| 94 | 2.08 2004/10/24 13:00:29
|
|---|
| 95 | ! Encode.xs lib/Encode/Encoding.pm Unicode/Unicode.{pm,xs}
|
|---|
| 96 | Resolved the issue that was raised by 2.07 -- Encode::utf8 fallbacks
|
|---|
| 97 | that was introduce messed up PerlIO::encoding.
|
|---|
| 98 | * To do so, ->renew() is renewed and ->renewed() was introduced to
|
|---|
| 99 | tell whether the caller is PerlIO or not.
|
|---|
| 100 | Message-Id: <[email protected]>
|
|---|
| 101 |
|
|---|
| 102 | 2.07 2004/10/22 19:35:52
|
|---|
| 103 | ! lib/Encode/Encoding.pm
|
|---|
| 104 | "Remove Carp from warnings.pm" that influences Encode, by Tels.
|
|---|
| 105 | Message-Id: <[email protected]>
|
|---|
| 106 | ! Encode.xs AUTHORS t/fallback.t
|
|---|
| 107 | Now Encode::utf8's fallbacks are compliant to Encode standard.
|
|---|
| 108 | Thank Bjoern Hoehrmann for persistently convincing me.
|
|---|
| 109 | Message-Id: <[email protected]>
|
|---|
| 110 | ! Encode.pm
|
|---|
| 111 | POD further revised.
|
|---|
| 112 |
|
|---|
| 113 | 2.06 2004/10/22 06:23:11
|
|---|
| 114 | ! ucm/mac*
|
|---|
| 115 | RT #8083 reports that MacThai mapping was obsolete
|
|---|
| 116 | Updated all mac* encodings accordingly to the URI below.
|
|---|
| 117 | One remaining mystery is that MacRomanian vs. MacRumanian.
|
|---|
| 118 | MacRumanian is not found in unicode.org...
|
|---|
| 119 | http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
|
|---|
| 120 | ! Encode.pm t/Encode.t
|
|---|
| 121 | Fixed RT #8081: "decode(..., bless{},'x') segfault"
|
|---|
| 122 | Two more tests added to test that.
|
|---|
| 123 | http://rt.cpan.org/NoAuth/Bug.html?id=8081
|
|---|
| 124 | ! Encode.pm
|
|---|
| 125 | POD revised accordingly to RT #7966
|
|---|
| 126 | http://rt.cpan.org/NoAuth/Bug.html?id=7966
|
|---|
| 127 | ! Unicode/Unicode.pm
|
|---|
| 128 | POD updated explaining why Encode::Unicode always croaks on error
|
|---|
| 129 | rather than giving users choices.
|
|---|
| 130 | http://rt.cpan.org/NoAuth/Bug.html?id=7892
|
|---|
| 131 |
|
|---|
| 132 | 2.05 2004/10/19 04:55:01
|
|---|
| 133 | ! encoding.pm
|
|---|
| 134 | "unnuke" jhi's patch in bleedperl, with minor correction by dankogai.
|
|---|
| 135 | Message-ID: <[email protected]>
|
|---|
| 136 | Message-ID: <20041018233442.7418113f@r2d2>
|
|---|
| 137 | Message-Id: <[email protected]>
|
|---|
| 138 |
|
|---|
| 139 | 2.04 2004/10/16 21:22:44
|
|---|
| 140 | ! Makefle.PL
|
|---|
| 141 | From: [email protected]
|
|---|
| 142 | Subject: [PATCH ext/Encode/Makefile.PL] make Encode.c dependency explicit
|
|---|
| 143 | Message-Id: <[email protected]>
|
|---|
| 144 |
|
|---|
| 145 | 2.03 2004/10/06 05:07:20
|
|---|
| 146 | ! lib/Encode/Alias.pm
|
|---|
| 147 | Resolved some alias case sensitivity glitches reported via RT.
|
|---|
| 148 | http://rt.cpan.org/NoAuth/Bug.html?id=7835
|
|---|
| 149 | ! bin/piconv
|
|---|
| 150 | Resolved Win32 glitches reported via RT.
|
|---|
| 151 | (Fixed by dankogai and tested by Steve Hay)
|
|---|
| 152 | http://rt.cpan.org/Ticket/Display.html?id=7831
|
|---|
| 153 | ! JP/JP.pm lib/Encode/Alias.pm lib/Encode/Supported.pod AUTHORS
|
|---|
| 154 | /\bwindows-31j$/i is now an alias of CP932, by Steve Hay.
|
|---|
| 155 | http://rt.cpan.org/NoAuth/Bug.html?id=6695
|
|---|
| 156 |
|
|---|
| 157 | 2.02 2004/08/31 10:55:34
|
|---|
| 158 | ! ucm/big5-hkscs.ucm AUTHORS t/big5-hkscs.enc t/big5-hkscs.utf
|
|---|
| 159 | New map submitted by Deng Liu and Autrijus. Test data needed
|
|---|
| 160 | to be upgrade as well, done by dankogai
|
|---|
| 161 | Message-Id: <[email protected]>
|
|---|
| 162 | ! bin/ucmsort
|
|---|
| 163 | Now works for characters U+10000 and above. This fix was needed
|
|---|
| 164 | to "tidy" the original map that was submitted.
|
|---|
| 165 | ! bin/enc2xs
|
|---|
| 166 | "ucmsort" now mentioned in pod
|
|---|
| 167 |
|
|---|
| 168 | 2.01 2004/05/25 16:27:14
|
|---|
| 169 | ! bin/enc2xs AUTHORS
|
|---|
| 170 | From: [email protected]
|
|---|
| 171 | Subject: [PATCH] Correct statistics from enc2xs
|
|---|
| 172 | <[email protected]>
|
|---|
| 173 | <[email protected]>
|
|---|
| 174 | ! lib/Encode/Alias.pm
|
|---|
| 175 | Addressed "False [] range "\s-" in regex;" in Encode::Alias.pm
|
|---|
| 176 | <[email protected]>
|
|---|
| 177 |
|
|---|
| 178 | 2.01 2004/05/25 16:27:14
|
|---|
| 179 | ! lib/Encode/CN/HZ.pm lib/Encode/Unicode/UTF7.pm
|
|---|
| 180 | "If someone thinks utf8::upgrade($1) should be croaked like
|
|---|
| 181 | chom?p($1),please try the following patch for Encode.pm."
|
|---|
| 182 | -- sadahiro-san
|
|---|
| 183 | <[email protected]>
|
|---|
| 184 |
|
|---|
| 185 | 2.0 2004/05/16 20:55:15
|
|---|
| 186 | * version updated to 2.00
|
|---|
| 187 | -- sorry, no big feature change. I just hate version 1.100 :)
|
|---|
| 188 | ! lib/Encode/Guess.pm
|
|---|
| 189 | Unicode/Unicode.pm
|
|---|
| 190 | addressed UTF-(8|32LE) + BOM misguessing
|
|---|
| 191 | https://rt.cpan.org/Ticket/Display.html?id=6279
|
|---|
| 192 | ! Encode.pm
|
|---|
| 193 | s/is_utif8/is_utf8/ in POD
|
|---|
| 194 | ! Encode/lib/Encode/CN/HZ.pm
|
|---|
| 195 | Fixes "make test" failure after the patch to pp_hot.c
|
|---|
| 196 | by Sadahiro-san
|
|---|
| 197 | Message-Id: <[email protected]>
|
|---|
| 198 | ! bin/piconv
|
|---|
| 199 | From: [email protected]
|
|---|
| 200 | Subject: [PATCH] "piconv -C 512" badly broken
|
|---|
| 201 | Message-Id: <1072870210.769.5.camel@localhost>
|
|---|
| 202 |
|
|---|
| 203 | 1.99 2003/12/29 02:47:16
|
|---|
| 204 | ! Unicode/Unicode.xs
|
|---|
| 205 | find_encoding("UTF-16BE")->encode("abc") now null terminates
|
|---|
| 206 | http://www.mail-archive.com/[email protected]/msg69766.html
|
|---|
| 207 | ! Encode.pm
|
|---|
| 208 | prototype bug in decode_utf8() fixed
|
|---|
| 209 | Message-Id: <[email protected]>
|
|---|
| 210 | ! Encode.pm /MANIFEST encoding.pm lib/Encode/Supported.pod
|
|---|
| 211 | t/at-cn.t t/at-tw.t t/gsm0338.t ucm/gsm0338.ucm
|
|---|
| 212 | + t/gsm0338.t
|
|---|
| 213 | Merged from maintperl@21987
|
|---|
| 214 |
|
|---|
| 215 | 1.98 2003/08/20 11:15:31
|
|---|
| 216 | ! lib/Encode/MIME/Header.pm AUTHORS t/mime-header.t
|
|---|
| 217 | Dave Evans has found and corrected a bug in Encode::MIME::Header.
|
|---|
| 218 | Test suite added by Dan Kogai.
|
|---|
| 219 | Message-Id: <[email protected]>
|
|---|
| 220 | ! encoding.pm
|
|---|
| 221 | Typo fixes rolled back in from bleedperl
|
|---|
| 222 | ! t/at-cn.t t/at-tw.t
|
|---|
| 223 | v-strings, now depreciated in perl 5.8.1, is replaced by sadahiro
|
|---|
| 224 | Message-Id: <[email protected]>
|
|---|
| 225 | ! bin/enc2xs
|
|---|
| 226 | argv case nit for VMS by Craig
|
|---|
| 227 | Message-ID: <[email protected]>
|
|---|
| 228 | ! t/enc_eucjp.t t/enc_utf8.t AUTHORS
|
|---|
| 229 | Encode test fixes for VMS by Peter Prymmer
|
|---|
| 230 | Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
|
|---|
| 231 | ! lib/Encode/Alias.pm t/Aliases.t
|
|---|
| 232 | koi-8 aliases bug detected and patched by sadahiro.
|
|---|
| 233 | Further fix and test suite by dankogai
|
|---|
| 234 | Message-Id: <[email protected]>
|
|---|
| 235 |
|
|---|
| 236 | 1.97 2003/07/08 21:52:14
|
|---|
| 237 | ! encoding.pm lib/Encode/Guess.pm lib/Encode/Alias.pm
|
|---|
| 238 | lib/Encode/JP/JIS7.pm lib/Encode/Encoder.pm Encode.pm
|
|---|
| 239 | $DEBUG replaced with DEBUG() so perl optimizes better,
|
|---|
| 240 | by Rafael with further fixes by dankogai
|
|---|
| 241 | Message-Id: <[email protected]>
|
|---|
| 242 | ! lib/Encode/Aliases.pm
|
|---|
| 243 | Was: define_alias( qr/\bGB[-_ ]?2312(?:\D.*$|$)/i => '"euc-cn"' );
|
|---|
| 244 | Now: define_alias( qr/\bGB[-_ ]?2312(?!-?raw)/i => '"euc-cn"' );
|
|---|
| 245 | So new hash seeding introduced in bleedperl works.
|
|---|
| 246 | Message-Id: <[email protected]>
|
|---|
| 247 | ! lib/Encode/Guess.pm
|
|---|
| 248 | $Encode::Guess::NoUTFAutoGuess is added so you can turn off
|
|---|
| 249 | automatic utf(8|16|32) guessing -- originally by Autrijus
|
|---|
| 250 | Message-Id: <[email protected]>
|
|---|
| 251 | ! Encode.pm
|
|---|
| 252 | Addressed the following;
|
|---|
| 253 | Subject: [perl #22835] FB_QUIET doesn't work with Encode::encode
|
|---|
| 254 | Message-Id: <[email protected]>
|
|---|
| 255 |
|
|---|
| 256 | 1.96 2003/06/18 09:29:02
|
|---|
| 257 | ! lib/Encode/JP/JP.pm t/guess.t
|
|---|
| 258 | m/(...)/ in void context then $1 is considered a Bad Thing
|
|---|
| 259 | Message-Id: <[email protected]>
|
|---|
| 260 | ! Encode.pm
|
|---|
| 261 | Mentions in POD that as of perl 5.8.1 utf8::is_utf8() is
|
|---|
| 262 | also available.
|
|---|
| 263 | ! encengine.c
|
|---|
| 264 | More typecast from maintperl@19739
|
|---|
| 265 | Message-Id: <[email protected]>
|
|---|
| 266 | ! t/perlio.t
|
|---|
| 267 | Tests 37 & 38 failed on Win32 -- yet another CRLF issue
|
|---|
| 268 | Message-Id: <[email protected]>
|
|---|
| 269 | ! t/Encode.t
|
|---|
| 270 | Now skips for EBCDIC platform.
|
|---|
| 271 | Message-Id: <[email protected]>
|
|---|
| 272 | ! t/perlio.t
|
|---|
| 273 | Craig's patch applied that addresses "Many systems (DOS, VMS) cannot
|
|---|
| 274 | have more than one C<.> in their filenames." -- perlport.
|
|---|
| 275 | Message-Id: <[email protected]>
|
|---|
| 276 | ! bin/piconv
|
|---|
| 277 | Found and fixed the back that -p,--perlqq does not work.
|
|---|
| 278 | Induced by the change from Getopt::Std to Getopt::Long.
|
|---|
| 279 | ! encoding.pm
|
|---|
| 280 | Addressed [cpan #2629] Wrong assumption in numeric comparison
|
|---|
| 281 | Message-Id: <[email protected]>
|
|---|
| 282 | ! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs
|
|---|
| 283 | lib/Encode/Encoding.pm t/perlio.t
|
|---|
| 284 | ! API Change: ->new_sequence() => ->renew()
|
|---|
| 285 | + Encode::Unicode makes use of it so it can handle BOM on PerlIO
|
|---|
| 286 | + Encode::XS and Encode::utf8 now supports ->renew()
|
|---|
| 287 | + Encode::Encoding now documents this with examples
|
|---|
| 288 | - Non-XS (en|de)code stripped out of Encode::Unicode
|
|---|
| 289 | Message-Id: <[email protected]>
|
|---|
| 290 |
|
|---|
| 291 | 1.95 2003/05/21 08:41:11
|
|---|
| 292 | ! ucm/8859-*.ucm
|
|---|
| 293 | Since bogus entries were found in iso-8859-6, all entries are
|
|---|
| 294 | re-generated once again out of
|
|---|
| 295 | http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-*.TXT
|
|---|
| 296 | Thank David Graff <[email protected]> for the discovery
|
|---|
| 297 | Message-Id: <[email protected]>
|
|---|
| 298 | + lib/Encode/Unicode/UTF7.pm
|
|---|
| 299 | ! lib/Encode/Config.pm lib/Encode/Alias.pm Unicode/Unicode.pm t/Unicode.t
|
|---|
| 300 | lib/Encode/Supported.pod
|
|---|
| 301 | UTF-7 support is now added. With this Encode now has all transcoding
|
|---|
| 302 | methods in Unicode::String.
|
|---|
| 303 |
|
|---|
| 304 | 1.94 2003/05/10 18:13:59
|
|---|
| 305 | ! lib/Encode/MIME/Header.pm
|
|---|
| 306 | A more sophisticated solution for double-encoding by dankogai
|
|---|
| 307 | ! lib/Encode/MIME/Header.pm AUTHORS
|
|---|
| 308 | Two bugs fixed by Bjoern Jacke
|
|---|
| 309 | * "Double Encoding" was not possible
|
|---|
| 310 | i.e. encode("MIME-B" => "=?UTF-8?B?w4RwZmVs?=")
|
|---|
| 311 | * encode("MIME-Q") had UTF-8 flag on
|
|---|
| 312 | Message-Id: <[email protected]>
|
|---|
| 313 | ! lib/Encode/MIME/Header.pm AUTHORS
|
|---|
| 314 | Two occurances of "croak ()" fixed as "croak qq()".
|
|---|
| 315 | Simon Cozens is added to AUTHORS as a result.
|
|---|
| 316 | Message-Id: <[email protected]>
|
|---|
| 317 | ! bin/piconv
|
|---|
| 318 | POD fixes that reflect enhancements by jhi
|
|---|
| 319 | ! bin/piconv
|
|---|
| 320 | Two enhancements by jhi.
|
|---|
| 321 | + Now uses Getopt::Long so it accepts long name options
|
|---|
| 322 | (--from for -f, for example)
|
|---|
| 323 | + New option: -r,--resolve
|
|---|
| 324 | Message-Id: <[email protected]>
|
|---|
| 325 | ! MANIFEST META.yml
|
|---|
| 326 | META.yml added upon request of Schwern
|
|---|
| 327 | Message-Id: <[email protected]>
|
|---|
| 328 | ! AUTHORS
|
|---|
| 329 | Enache Adrian removed upon request -- to live longer than Encode
|
|---|
| 330 | and/or FreeBSD (toy-)?thread :)
|
|---|
| 331 | Message-Id: <[email protected]>
|
|---|
| 332 | ! t/enc_module.t
|
|---|
| 333 | "close STDOUT unless $^O eq 'freebsd';" once again relocated
|
|---|
| 334 | to keep VMS happy in which case "$^O eq 'freebsd'" is required
|
|---|
| 335 | to keep FreeBSD+thread happy. Sigh.
|
|---|
| 336 | Message-Id: <[email protected]>
|
|---|
| 337 |
|
|---|
| 338 | 1.93 2003/04/24 17:43:16
|
|---|
| 339 | ! t/enc_eucjp.t
|
|---|
| 340 | added "no warnings 'pack'" in for loop to keep bleedperl from
|
|---|
| 341 | complaining "Character in 'C' format wrapped in pack".
|
|---|
| 342 | ! Makefile.PL
|
|---|
| 343 | More elegant perl core detection inspired by Ilya Zakharevich
|
|---|
| 344 | (but further elaborated for general cases).
|
|---|
| 345 | ! lib/Encode/Encoding.pm lib/Encode/PerlIO.pod
|
|---|
| 346 | POD fixes.
|
|---|
| 347 | ! t/euc-jp.ucm
|
|---|
| 348 | like cp9??, \x80-\x9F (control + 0x80) are zapped so they
|
|---|
| 349 | are less likely to be confused w/ ISO-8859-*
|
|---|
| 350 | ! t/CJKT.t
|
|---|
| 351 | RT tests added (vendor encodings are exemplified)
|
|---|
| 352 | -- that successfully found a flaw on iso-2022-kr before the patch.
|
|---|
| 353 | ! lib/Encode/CJKConstants.pm lib/Encode/KR/2022_KR.pm
|
|---|
| 354 | decode("ISO-2022-KR") has been buggy but no one ever sited
|
|---|
| 355 | that since no one seems to be using it. Bugs discovered by
|
|---|
| 356 | SADAHIRO-san
|
|---|
| 357 | Message-Id: <[email protected]>
|
|---|
| 358 | ! lib/Encode/CN/HZ.pm t/perlio.t
|
|---|
| 359 | HZ is now perlio_ok, thanks to SADAHIRO-san. perlio.t modified
|
|---|
| 360 | so it adds test for HZ.
|
|---|
| 361 | Message-Id: <[email protected]>
|
|---|
| 362 | ! lib/Encode/Guess.pm
|
|---|
| 363 | Now guesses UTF-(16|32)(BE|LE) when the string contains \x00.
|
|---|
| 364 | So long as the string contains \x{00}-\x{ff} it does not fail.
|
|---|
| 365 | See perldoc for details.
|
|---|
| 366 | Message-Id: <[email protected]>
|
|---|
| 367 |
|
|---|
| 368 | 1.92 2003/03/31 03:27:27
|
|---|
| 369 | ! ucm/big5-eten.ucm ucm/big5-hkscs.ucm
|
|---|
| 370 | Extraneous single-byte chars in range \x80-\xA0 and \xFA-\xFF
|
|---|
| 371 | removed. FYI, IBM's ICU has none of these for java-Big5-1.3_P.ucm
|
|---|
| 372 | but glibc-BIG5-2.1.2.ucm does.
|
|---|
| 373 | Message-Id: <[email protected]>
|
|---|
| 374 | ! ucm/cp932.ucm ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm
|
|---|
| 375 | Maps regenerated again but this time based upon
|
|---|
| 376 | http://oss.software.ibm.com/cvs/icu/charset/data/ucm/
|
|---|
| 377 | (But where is THE DOCUMENT by MICROSOFT?)
|
|---|
| 378 | ! t/enc_module.t AUTHORS
|
|---|
| 379 | failure with threaded Perl on FreeBSD addressed.
|
|---|
| 380 | Enache Adrian <[email protected]> is added to AUTHORS for this.
|
|---|
| 381 | Message-Id: <[email protected]>
|
|---|
| 382 | ! lib/Encode/Guess.pm
|
|---|
| 383 | Some POD fixes.
|
|---|
| 384 | ! t/CJKT.t
|
|---|
| 385 | Change 18989: Make the :bytes conditional on PerlIO.
|
|---|
| 386 | further Modified by Dan Kogai
|
|---|
| 387 | <[email protected]>
|
|---|
| 388 | ! t/enc_module.t
|
|---|
| 389 | Chnage 18966: another fix for failing test on windows ("use encoding"
|
|---|
| 390 | puts STDIN in :raw mode, so chomp() wasn't stripping the CR), by gsar
|
|---|
| 391 | Message-Id: <[email protected]>
|
|---|
| 392 | ! t/CJKT.t
|
|---|
| 393 | Change 18970: Hopefully this works also in Win32, by jhi
|
|---|
| 394 | Message-Id: <[email protected]>
|
|---|
| 395 | Change 18965: fix CJKT.t failures on windows due to incorrect
|
|---|
| 396 | binmode(), by gsar
|
|---|
| 397 | Message-Id: <[email protected]>
|
|---|
| 398 |
|
|---|
| 399 | 1.91 2003/03/09 20:07:37
|
|---|
| 400 | ! encoding.pm
|
|---|
| 401 | even more proofread by jhi.
|
|---|
| 402 | Message-Id: <[email protected]>
|
|---|
| 403 | ! t/enc_module.t
|
|---|
| 404 | -use lib 't';
|
|---|
| 405 | +use lib qw(t ext/Encode/t ../ext/Encode/t);
|
|---|
| 406 | Message-Id: <[email protected]>
|
|---|
| 407 | ! AUTHORS
|
|---|
| 408 | s/Hirohito/Hiroto/ig; Sorry, Hiroto-san.
|
|---|
| 409 | Message-Id: <[email protected]>
|
|---|
| 410 | ! encoding.pm
|
|---|
| 411 | s/logner/longer/
|
|---|
| 412 | Message-Id: <[email protected]>
|
|---|
| 413 |
|
|---|
| 414 | 1.90 2003/03/09 17:32:43
|
|---|
| 415 | ! encoding.pm
|
|---|
| 416 | + t/enc_data.t
|
|---|
| 417 | Inaba-san has added a patch for perl 5.8.1 or later that makes
|
|---|
| 418 | encoding.pm work for <DATA> filehandle. t/enc_data.t is to test
|
|---|
| 419 | that. POD is further revised.
|
|---|
| 420 | Message-Id: <[email protected]>
|
|---|
| 421 | ! encoding.pm t/enc_module.t
|
|---|
| 422 | encoding vs. ${^UNICODE} resolved. POD revised accordingly.
|
|---|
| 423 | Message-Id: <[email protected]>
|
|---|
| 424 |
|
|---|
| 425 | 1.89 2003/02/28
|
|---|
| 426 | ! Encode.xs
|
|---|
| 427 | signed vs. unsigned issue discovered by Craig on OpenVM
|
|---|
| 428 | Message-Id: <a05200f12ba81fe9d6298@[172.16.52.1]>
|
|---|
| 429 | ! encoding.pm AUTHORS
|
|---|
| 430 | + t/Mod_EUCJP.pm t/enc_module.enc t/enc_module.t
|
|---|
| 431 | Because binmode() stacks layers instead of overwrite, you have to
|
|---|
| 432 | ":raw :encoding()" in encoding.pm or your are in trouble when you
|
|---|
| 433 | call encoding.pm multiple times. There are several workarounds
|
|---|
| 434 | but Inaba-san's idea is in. SUGAWARA Hajime <[email protected]>,
|
|---|
| 435 | who was the first to address this problem was added to AUTHORS.
|
|---|
| 436 | The test suites was added for this, which is a modified version
|
|---|
| 437 | of SUGAWARA-san's scripts
|
|---|
| 438 | Message-Id: <[email protected]>
|
|---|
| 439 |
|
|---|
| 440 | 1.88 2003/02/20 14:42:34
|
|---|
| 441 | ! Encode.xs
|
|---|
| 442 | one signedness nit for Encode by jhi
|
|---|
| 443 | <[email protected]>
|
|---|
| 444 | ! ucm/viscii.ucm
|
|---|
| 445 | VISCII map was incorrect; fixed by Sadahiro-san
|
|---|
| 446 | Message-Id: <[email protected]>
|
|---|
| 447 | ! t/enc_eucjp.t t/enc_utf8.t AUTHORS
|
|---|
| 448 | You can't unlink files that are opened in cygwin but the last
|
|---|
| 449 | file handle opened in t/enc_*.t left open. Patch submitted
|
|---|
| 450 | by Yitzchak and he was added to AUTHORS.
|
|---|
| 451 | Message-Id: <[email protected]>
|
|---|
| 452 | ! t/CJKT.t
|
|---|
| 453 | now works with 'LC_ALL=en_US.UTF-8 PERL_UTF8_LOCALE=1'
|
|---|
| 454 | Message-Id: <[email protected]>
|
|---|
| 455 | ! Unicode/Unicode.xs
|
|---|
| 456 | For 1.88: Unicode.xs =~ s/regog/recog/ -- jhi
|
|---|
| 457 | Message-Id: <[email protected]>
|
|---|
| 458 |
|
|---|
| 459 | 1.87 2003/02/06 01:52:11
|
|---|
| 460 | ! AUTHORS
|
|---|
| 461 | * Inaba "Sensei" Hirohito added (I thought I have done so a long
|
|---|
| 462 | ago but apparently I did not).
|
|---|
| 463 | * SUZUKI Norio added for verious and useful bug reports.
|
|---|
| 464 | ! Byte/Byte.pm KR/KR.pm Unicode/Unicode.pm
|
|---|
| 465 | lib/Encode/Encoder.pm lib/Encode/CJKConstants.pm
|
|---|
| 466 | podchecked so all warnings are gone except for L<http://>.
|
|---|
| 467 | ! encoding.pm t/enc_eucjp.t
|
|---|
| 468 | * t/uni/tr_utf8.t now t ok on maintperl (sorry, jhi)
|
|---|
| 469 | * Filter option overhaul
|
|---|
| 470 | * POD revision
|
|---|
| 471 | ! Encode.pm Encode.xs encengine.c Encode/encode.h
|
|---|
| 472 | lib/Encode/Encoding.pm lib/Encode/JP/JIS7.pm
|
|---|
| 473 | Merged inaba-san's patch that fixes "use encoding 'shiftjis'"
|
|---|
| 474 | without filter. podchecked by Dan Kogai.
|
|---|
| 475 | Message-Id: <[email protected]>
|
|---|
| 476 | ! lib/Encode/Alias.pm
|
|---|
| 477 | decode('alias', $1) went wild because of local $_ in find_alias()
|
|---|
| 478 | the evil local $_ is eradicated but that changes find_alias()
|
|---|
| 479 | format for coderef aliasing. See Encode::Alias for details
|
|---|
| 480 | Message-Id: <[email protected]>
|
|---|
| 481 |
|
|---|
| 482 | 1.86 2003/01/22 03:29:07
|
|---|
| 483 | ! encoding.pm
|
|---|
| 484 | * Don't forget to canonize when you attempt an exact match!
|
|---|
| 485 | Message-Id: <[email protected]>
|
|---|
| 486 | * ${^ENCODING} exception is off for $] > 5.008
|
|---|
| 487 | Message-Id: <[email protected]>
|
|---|
| 488 | ! t/enc_utf8.t
|
|---|
| 489 | $] check commented out so it runs on 5.8.0
|
|---|
| 490 |
|
|---|
| 491 | 1.85 2003/01/21 22:19:14
|
|---|
| 492 | ! encoding.pm
|
|---|
| 493 | ${^ENCODING} exception is now explicit rather than handled by regex.
|
|---|
| 494 | + t/enc_eucjp.t t/enc_utf8.t
|
|---|
| 495 | Test suite for the better "encoding" pragma support for bleedperl.
|
|---|
| 496 | On 5.8.0, they will just be skipped.
|
|---|
| 497 |
|
|---|
| 498 | 1.84 2003/01/10 12:00:16
|
|---|
| 499 | ! encoding.pm
|
|---|
| 500 | ${^ENCODING} is no longer set for utf so encoding is no longer fun :)
|
|---|
| 501 | (That is to prevent duplicate encoding first by IO then ${^ENCODING})
|
|---|
| 502 | Message-Id: <[email protected]>
|
|---|
| 503 | ! Unicode/Unicode.xs
|
|---|
| 504 | %_ fixes saves the resulting .so .05% smaller, by NC
|
|---|
| 505 | Message-Id: <[email protected]>
|
|---|
| 506 | ! Encode.pm
|
|---|
| 507 | Silence Encode on undef, by Andreas
|
|---|
| 508 | Message-Id: <[email protected]>
|
|---|
| 509 | Message-Id: <[email protected]>
|
|---|
| 510 | ! Unicode/Unicode.xs
|
|---|
| 511 | s/regognised/recognised/ . British spelling left intact to pay
|
|---|
| 512 | respect to two British Nicks :)
|
|---|
| 513 | Message-Id: <[email protected]>
|
|---|
| 514 |
|
|---|
| 515 | 1.83 2002/11/18 17:28:49
|
|---|
| 516 | ! Encode.xs lib/Encode/JIS7.pm
|
|---|
| 517 | Even more patches from Inaba-san has been applied. With this
|
|---|
| 518 | patch t/uni/tr_7jis.t and t/uni/t_utf8.t of bleedperl will work.
|
|---|
| 519 | Message-Id: <[email protected]>
|
|---|
| 520 |
|
|---|
| 521 | 1.82 2002/11/14 23:06:12
|
|---|
| 522 | ! Encode.xs
|
|---|
| 523 | Encode::utf8 (XS Version) assertion botch first found in Cygwin,
|
|---|
| 524 | later found in perls w/ -Dusemymalloc was fixed by NC.
|
|---|
| 525 | Message-Id: <[email protected]>
|
|---|
| 526 |
|
|---|
| 527 | 1.81 2002/11/08 18:29:27
|
|---|
| 528 | ! Encode.pm Encode.xs
|
|---|
| 529 | Non-XS version of Encode::utf8 is back (with XS being default).
|
|---|
| 530 | Encode::predefine_encodings(0) to turn off XS.
|
|---|
| 531 | This is primarily to cope w/ Cygwin smoke but Sadahiro-san has
|
|---|
| 532 | found that it was Test::More causing the problem, not Encode.
|
|---|
| 533 | But I have already made it configurable so it may be useful in
|
|---|
| 534 | some rare cases....
|
|---|
| 535 | Message-Id: <[email protected]>, et al.
|
|---|
| 536 | ! bin/enc2xs
|
|---|
| 537 | The ingenious patch by Nicholas Clark that reduces shlib sizes by
|
|---|
| 538 | 50% with no penalty and backward compatibility preserved, is in.
|
|---|
| 539 | Message-Id: <[email protected]>
|
|---|
| 540 |
|
|---|
| 541 | 1.80 2002/10/21 20:39:09
|
|---|
|
|---|