X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=974f9fa232289dac2bf4abb3f019fc434be2a398;hb=095564c28a259002c7e34fd1d861f5bbd0a959b6;hp=8d00b7563bf41d7cc596326d3e0834cea490a9b1;hpb=208e7b3072e383a2b2555ee259c9691e45cac3d6;p=sbcl.git diff --git a/NEWS b/NEWS index 8d00b75..974f9fa 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,12 @@ changes in sbcl-0.8.17 relative to sbcl-0.8.16: - * the system now has rudimentary external-format support; the - primary user-visible change at this time is that characters with - the high bit set (such as lower-case-e-acute) will print correctly - to a terminal in a UTF-8 environment. + * new feature: a build-time option (controlled by the :SB-UNICODE + keyword feature, enabled by default) for building the system with + support for the entire 21-bit character space defined by the + Unicode consortium. + * new feature: the system now has rudimentary external-format + support; the primary user-visible change at this time is that + characters with the high bit set (such as lower-case-e-acute) will + print correctly to a terminal in a UTF-8 environment. * minor incompatible change: BASE-CHAR no longer names a class; however, CHARACTER continues to do so, as required by ANSI. * minor incompatible change: SB-DEBUG:*DEBUG-PRINT-FOO* variables