libwind from Assar. stringprep library supporting nameprep, saslprep and ldapprep

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22551 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-02-01 16:22:22 +00:00
parent 0fe3af6d65
commit cd3110ea92
46 changed files with 49683 additions and 0 deletions

33
lib/wind/ChangeLog Normal file
View File

@@ -0,0 +1,33 @@
2007-01-17 Love H<>rnquist <20>strand <lha@it.su.se>
* test-utf8.c: spelling
* utf8.c: Add wind_ucs4toutf8
2006-10-08 Love H<>rnquist <20>strand <lha@it.su.se>
* test-utf8.c: Add test for wind_ucs4toutf8.
* wind.h (wind_ucs4toutf8): New function.
* utf8.c (wind_utf8toucs4): allow calculation of length by passing
in NULL as out buffer.
(wind_ucs4toutf8): new function.
2004-12-20 Assar Westerlund <assar@kth.se>
* util.py:
* rfc3454.py:
* generate.py:
* gen-punycode-examples.py:
* gen-normalize.py:
* gen-map.py:
* gen-errorlist.py:
* gen-combining.py:
* gen-bidi.py:
* UnicodeData.py:
Add encoding.
2004-12-20 Assar Westerlund <assar@kth.se>
* First version of stringprep library.