Encode-2.0901
[email protected] (Dan Kogai)
| Newsgroups | perl.unicode,perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On Dec 05, 2004, at 10:56, Dan Kogai wrote: > Thanks, applied in my repository. New tests and documentation fix in > progress. When I am done w/ that, I will release Encode-2.0901 on my > web (not CPAN yet). When cross-checks by porters are done I will > release Encode-2.10. I have made 2.0901 available as follows: http://www.dan.co.jp/~dankogai/Encode-2.0901.tar.gz Here are changes: ! Encode.pm Encode/encode.h t/fallback.t Addressed "encode(..., Encode::LEAVE_SRC) does not work". Now FB_(PERLQQ|HTMLCREF|XMLCREF) implies LEAVE_SRC so you can (en|de)code constant strings with these fallbacks. http://rt.cpan.org/NoAuth/Bug.html?id=8736 ! Encode.pm Encode.xs lib/Encode/Alias.pm t/Aliases.t Make Encode.pm support the real UTF-8, by GAAS Message-Id: <[email protected]> ! Encode.pm Encode.xs post-2.09 comment patches from GAAS applied. Message-Id: <[email protected]> Message-Id: <[email protected]> No test suites on utf-8-strict is added yet; as I reported in the message below it takes patches to perl core to check U+10FFFF and above. > From: [email protected] > Subject: real UTF-8 vs. utf8n_to_uvuni() > Date: December 05, 2004 11:58:54 JST > To: [email protected], [email protected] > Cc: [email protected] > Message-Id: <[email protected]> Dan the Encode Maintainer