- Nov 02, 2022
-
-
Raymond Toy authored
-
- Nov 01, 2014
-
-
Raymond Toy authored
* src/pcl/simple-streams/external-formats/aliases: * Remove the :utf alias. * src/general-info/release-21a.txt: * Update.
-
- Apr 25, 2012
-
-
Raymond Toy authored
code.
-
Raymond Toy authored
-
Raymond Toy authored
* src/pcl/simple-streams/external-formats/iso8859-2.lisp: * Fix typo. * src/general-info/release-20d.txt: * Update.
-
Raymond Toy authored
-
- Apr 21, 2012
-
-
Raymond Toy authored
composing external formats. The state BOM marker also needs to indicate how long the BOM is. * src/code/stream.lisp * Handle the BOM marker correctly for composed format. * Handle the new values for the state BOM marker. * src/pcl/simple-streams/external-formats/utf-16.lisp * Change BOM state marker to +2 and -2 instead of 1 and 2 to indicate the length of the BOM. * src/pcl/simple-streams/external-formats/utf-32.lisp * Change BOM state marker to +4 and -4 instead of 1 and 2 to indicate the length of the BOM.
-
- Apr 20, 2012
-
-
Raymond Toy authored
number of octets for surrogate pairs. Two was returned instead of four. * src/pcl/simple-streams/external-formats/utf-16-be.lisp: * src/pcl/simple-streams/external-formats/utf-16-le.lisp: * Return correct number of octets * src/general-info/release-20d.txt * Update.
-
- Apr 19, 2012
-
-
Raymond Toy authored
Douglas Crosher. * src/pcl/simple-streams/external-formats/aliases * Add additional aliases. * src/general-info/release-20d.txt: * Update
-
- Apr 18, 2012
-
-
Raymond Toy authored
utf-32.lisp:: * Fix typo. release-20d.txt:: * Update.
-
- Jan 12, 2012
-
-
Raymond Toy authored
code/extfmts.lisp: * Move the utf-8 implementation to this file * Update %find-external-format to return quickly for :utf-8. code/fd-stream-comp.lisp: * Precompile utf-8 functions. pcl/simple-streams/external-formats/utf-8.lisp: * Add note that this is only used for reference now because it's in the core.
-
- Nov 04, 2011
-
-
Raymond Toy authored
-