/[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.4 by wakaba, Mon Nov 19 12:18:27 2007 UTC revision 1.20 by wakaba, Sun Sep 14 11:57:41 2008 UTC
# Line 1  Line 1 
1    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
2    
3            * DecodeHandle.pm (CharString onerror): New method.
4    
5            * UnicodeString.pm (read): New.
6            (getc): Removed.
7            (manakai_read_until): Checking operation implemented.
8    
9    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
10    
11            * DecodeHandle.pm: Merge the ShiftJIS class into the Encode class.
12    
13    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
14    
15            * DecodeHandle.pm: Merge the EUCJP class into the Encode class.
16    
17    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
18    
19            * DecodeHandle.pm: EUCJP class reimplemented using |read|-centric
20            model.
21    
22    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
23    
24            * DecodeHandle.pm: Typo fixed.
25    
26    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
27    
28            * DecodeHandle.pm, UnicodeChecker.pm: Change |manakai_getc_until|
29            to |manakai_read_until| to reduce the number of string copies.
30    
31    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
32    
33            * DecodeHandle.pm (CharString): New class.
34            (Encode read): Don't remove read string from |{char_buffer}|,
35            to decease the number of string operations and to enable
36            |manakai_getc_until| ungetc'ing without any string operation.
37            (manakai_getc_until): New method.
38    
39            * UnicodeChecker.pm (getc): Don't |read| more than one
40            character, to prevent characters being bufferred
41            such that mixture of |getc| and |manakai_getc_until|
42            calls does not make the result broken.
43    
44    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
45    
46            * UnicodeChecker.pm, DecodeHandle.pm: Try to reduce the
47            number of string copies and method calls, first round.
48    
49    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
50    
51            * UnicodeChecker.pm, DecodeHandle.pm: Tentative support
52            for |read| method.
53    
54    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
55    
56            * UnicodeChecker.pm: New module.
57    
58    2008-09-10  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DecodeHandle.pm: Set error levels.
61    
62            * WebLatin1.pm: Support for |us-ascii| and |iso-8859-5|
63            charsets (this module no longer for Latin1, but for Latin*
64            encodings).
65    
66            * WebThai.pm: Support for |tis-620| charset.
67    
68    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
69    
70            * WebThai.pm, WebLatin1.pm: New modules.
71    
72            * DecodeHandle.pm: Support for fallback character mappings,
73            used for WebLatin1 and WebThai encodings.
74    
75    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
76    
77            * DecodeHandle.pm (ShiftJIS): \xF0-\xFC should be considered
78            as part of double-byte characters for more user-friendly error
79            recovery.
80    
81    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
82    
83            * DecodeHandle.pm (getc): Ignore BOM if BOM pattern is specified.
84    
85    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
86    
87            * DecodeHandle.pm (ByteBuffer): New class.
88    
89    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
90    
91            * CharDet.pm (detect): Catch an error in detection function.
92    
93  2007-11-19  Wakaba  <wakaba@suika.fam.cx>  2007-11-19  Wakaba  <wakaba@suika.fam.cx>
94    
95          * Makefile: New file.          * Makefile: New file.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.20

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24