diff --git a/code/unidata.lisp b/code/unidata.lisp
index bf8808f6fd105c439dfb41def2ef503c9f8acc88..dc487ea05c7f072c140ef2c246cab2bf43d3232f 100644
--- a/code/unidata.lisp
+++ b/code/unidata.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;; 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unidata.lisp,v 1.15 2010/09/18 20:47:51 rtoy Exp $")
+(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/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
diff --git a/i18n/unidata.bin b/i18n/unidata.bin
index 45602edb8895dae7ec6f134571d97fc851b84c0c..f34fb4c55c5d4770f25d7b6c515e9e2582f3a101 100644
Binary files a/i18n/unidata.bin and b/i18n/unidata.bin differ