Add partial support for LDAP-prep Insignificant Character Handling

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22582 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-02-11 20:43:50 +00:00
parent 98807b31c1
commit 7705b6ddef
6 changed files with 60 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
2008-02-11 Love H<>rnquist <20>strand <lha@it.su.se>
* Add partial support for LDAP-prep Insignificant Character Handling
* normalize.c: use generated constant for length, check for
overruns, dont use gcc/c99 extentions
* gen-normalize.py, test-normalize.c: use generated constant for length
2008-02-05 Love H<>rnquist <20>strand <lha@it.su.se>
* utf8.c: Make wind_utf8ucs4_length() work again.