/[suikacvs]/markup/html/whatpm/Whatpm/Charset/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/Charset/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Sun May 18 03:46:30 2008 UTC revision 1.14 by wakaba, Sun Sep 14 01:51:08 2008 UTC
# Line 1  Line 1 
1    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DecodeHandle.pm (CharString): New class.
4            (Encode read): Don't remove read string from |{char_buffer}|,
5            to decease the number of string operations and to enable
6            |manakai_getc_until| ungetc'ing without any string operation.
7            (manakai_getc_until): New method.
8    
9            * UnicodeChecker.pm (getc): Don't |read| more than one
10            character, to prevent characters being bufferred
11            such that mixture of |getc| and |manakai_getc_until|
12            calls does not make the result broken.
13    
14    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
15    
16            * UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the
17            number of string copies and method calls, first round.
18    
19    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
20    
21            * UnicodeChecker.pm, DecodeHandle.pm: Tentative support
22            for |read| method.
23    
24    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
25    
26            * UnicodeChecker.pm: New module.
27    
28    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DecodeHandle.pm: Set error levels.
31    
32            * WebLatin1.pm: Support for |us-ascii| and |iso-8859-5|
33            charsets (this module no longer for Latin1, but for Latin*
34            encodings).
35    
36            * WebThai.pm: Support for |tis-620| charset.
37    
38    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
39    
40            * WebThai.pm, WebLatin1.pm: New modules.
41    
42            * DecodeHandle.pm: Support for fallback character mappings,
43            used for WebLatin1 and WebThai encodings.
44    
45    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
46    
47            * DecodeHandle.pm (ShiftJIS): \xF0-\xFC should be considered
48            as part of double-byte characters for more user-friendly error
49            recovery.
50    
51  2008-05-18  Wakaba  <wakaba@suika.fam.cx>  2008-05-18  Wakaba  <wakaba@suika.fam.cx>
52    
53          * DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified.          * DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.14

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24