Date: Saturday, September 18, 2010 @ 17:10:42 Author: rtoy Path: /project/cmucl/cvsroot/src
Modified: code/unidata.lisp i18n/unidata.bin
code/unidata.lisp: o Update constants to Unicode version 5.2.0.
i18n/unidata.bin: o Regenerated using Unicode version 5.2.0.
-------------------+ code/unidata.lisp | 6 +++--- i18n/unidata.bin | <<Binary file>> 2 files changed, 4 insertions(+), 3 deletions(-)
Index: src/code/unidata.lisp diff -u src/code/unidata.lisp:1.15 src/code/unidata.lisp:1.16 --- src/code/unidata.lisp:1.15 Sat Sep 18 16:47:51 2010 +++ src/code/unidata.lisp Sat Sep 18 17:10:42 2010 @@ -4,7 +4,7 @@ ;;; This code was written by Paul Foley and has been placed in the public ;;; domain. ;;; -(ext:file-comment "$Header: /project/cmucl/cvsroot/src/code/unidata.lisp,v 1.15 2010-09-18 20:47:51 rtoy Exp $") +(ext:file-comment "$Header: /project/cmucl/cvsroot/src/code/unidata.lisp,v 1.16 2010-09-18 21:10:42 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -18,7 +18,7 @@
(defconstant +unidata-path+ #p"ext-formats:unidata.bin")
-(defvar *unidata-version* "$Revision: 1.15 $") +(defvar *unidata-version* "$Revision: 1.16 $")
(defstruct unidata range @@ -57,7 +57,7 @@ ;; The expected Unicode version. This needs to be synced with ;; build-unidata.lisp. (defconstant +unicode-major-version+ 5) -(defconstant +unicode-minor-version+ 1) +(defconstant +unicode-minor-version+ 2) (defconstant +unicode-update-version+ 0)
;;; These need to be synched with tools/build-unidata.lisp Index: src/i18n/unidata.bin <<Binary file>>