switch to utf8 encoding of all files

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-13 08:53:55 +00:00
parent bdc4cdf254
commit e172367898
1065 changed files with 3304 additions and 3304 deletions

View File

@@ -1,55 +1,55 @@
2008-07-15 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-07-15 Love Hörnquist Åstrand <lha@kth.se>
* Makefile.am: Try to do depencies better.
2008-07-15 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-07-15 Love Hörnquist Åstrand <lha@kth.se>
* Makefile.am: add punycode_examples.[ch] to built files.
2008-06-01 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-06-01 Love Hörnquist Åstrand <lha@kth.se>
* Add utf8 <-> utf16 support.
2008-05-31 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-05-31 Love Hörnquist Åstrand <lha@kth.se>
* generate files into the source tree
2008-05-31 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-05-31 Love Hörnquist Åstrand <lha@kth.se>
* Support utf8 to utf16 conversion.
2008-05-30 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-05-30 Love Hörnquist Åstrand <lha@kth.se>
* idn-lookup.c: Drop <stdint.h>
* wind.h: Use <krb5-types.h>
2008-05-23 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@kth.se>
2008-05-23 Love Hörnquist Åstrand <lha@kth.se>
* windlocl.h: Include <krb5-types.h> to get fixed int types.
2008-04-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-04-20 Love Hörnquist Åstrand <lha@it.su.se>
* stringprep.c: Use <string.h> instead of <strings.h>.
2008-04-14 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-04-14 Love Hörnquist Åstrand <lha@it.su.se>
* wind.h: Make wind_stringprep match prototype in .c file. pointed
out by David Rosenstrauch.
2008-04-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-04-08 Love Hörnquist Åstrand <lha@it.su.se>
* test-normalize.c: include roken.h
2008-02-26 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-26 Love Hörnquist Åstrand <lha@it.su.se>
* Add more built files so they are distributed.
2008-02-24 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-24 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: Add LIB_com_err.
2008-02-23 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-23 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: Add more built files.
@@ -67,13 +67,13 @@
* ldap.c (_wind_ldap_case_exact_attribute): case exact matching.
2008-02-12 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-12 Love Hörnquist Åstrand <lha@it.su.se>
* rename wind_punycode_toascii to wind_punycode_label_toascii
* stringprep.c: Move else to make it work again.
2008-02-11 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-11 Love Hörnquist Åstrand <lha@it.su.se>
* Add partial support for LDAP-prep Insignificant Character Handling
@@ -82,32 +82,32 @@
* gen-normalize.py, test-normalize.c: use generated constant for length
2008-02-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-05 Love Hörnquist Åstrand <lha@it.su.se>
* utf8.c: Make wind_utf8ucs4_length() work again.
* test-utf8.c: Test wind_utf8ucs4_length().
2008-02-03 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-03 Love Hörnquist Åstrand <lha@it.su.se>
* utf8.c: Fix overaggressive checks, fix comments.
* Add UCS-2 reading and writing functions
2008-02-01 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2008-02-01 Love Hörnquist Åstrand <lha@it.su.se>
* Add and use com_err error codes
* libwind from Assar. stringprep library supporting nameprep,
saslprep and ldapprep. Added libwind to Heimdal repository.
2007-01-17 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2007-01-17 Love Hörnquist Åstrand <lha@it.su.se>
* test-utf8.c: spelling
* utf8.c: Add wind_ucs4toutf8
2006-10-08 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
2006-10-08 Love Hörnquist Åstrand <lha@it.su.se>
* test-utf8.c: Add test for wind_ucs4toutf8.

View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

2
lib/wind/gen-bidi.py Executable file → Normal file
View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

2
lib/wind/gen-combining.py Executable file → Normal file
View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

2
lib/wind/gen-errorlist.py Executable file → Normal file
View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

2
lib/wind/gen-map.py Executable file → Normal file
View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

2
lib/wind/gen-normalize.py Executable file → Normal file
View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

2
lib/wind/gen-punycode-examples.py Executable file → Normal file
View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004, 2008 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004, 2008 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, 2006, 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004, 2006, 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2008 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2008 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, 2006, 2007, 2008 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004, 2006, 2007, 2008 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -3,7 +3,7 @@
# $Id$
# Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
# Copyright (c) 2004 Kungliga Tekniska Högskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<EFBFBD>gskolan
* Copyright (c) 2004 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*