diff options
author | gbrandl <devnull@localhost> | 2006-12-20 21:14:44 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-20 21:14:44 +0100 |
commit | 1d634b6950bfac268f6d05a673fd48094738f01e (patch) | |
tree | 2788e9f4315a10392eee6371860c6045f8f74e31 /CHANGES | |
parent | 25ad3be9474211bb8a652deadea00677886dadf5 (diff) | |
download | pygments-1d634b6950bfac268f6d05a673fd48094738f01e.tar.gz |
[svn] Improve Unicode handling without encoding.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ Pygments changelog Version 0.6 ----------- -(released Dec XX, 2006) +(codename Zimtstern, released Dec XX, 2006) - Added option for the HTML formatter to write the CSS to an external file in "full document" mode. @@ -33,8 +33,8 @@ Version 0.6 - Support for guessing input encoding added. - Encoding support added: all processing is now done with Unicode - strings, input and output are converted from and to byte strings - (see the ``encoding`` option of lexers and formatters). + strings, input and output are converted from and optionally to + byte strings (see the ``encoding`` option of lexers and formatters). - Some improvements in the C(++) lexers handling comments and line continuations. @@ -49,6 +49,6 @@ Version 0.5.1 Version 0.5 ----------- -(released Oct 30, 2006) +(codename PyKleur, released Oct 30, 2006) - Initial public release. |