Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Make krb5_ucs2 an unsigned type. Eliminate the need for distinguished
values for ucs2 and ucs4 characters by changing the API of the single-
character conversion routines.


https://github.com/krb5/krb5/commit/ee699ef91ba36719e50ce9dc5d54dd3896740917
Commit By: ghudson
Revision: 22350
Changed Files:
U trunk/src/include/k5-utf8.h
U trunk/src/lib/krb5/unicode/ucstr.c
U trunk/src/util/support/utf8.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22350 from trunk

------------------------------------------------------------------------
r22350 | ghudson | 2009-05-14 18:16:32 +0200 (Thu, 14 May 2009) | 9 lines

ticket: 6489
subject: UCS2 support doesn't handle upper half of BMP
tags: pullup
target_version: 1.7

Make krb5_ucs2 an unsigned type. Eliminate the need for distinguished
values for ucs2 and ucs4 characters by changing the API of the single-
character conversion routines.

https://github.com/krb5/krb5/commit/78c0e068b96b5473c7d9920c833cc8ba7d71f44a
Commit By: tlyu
Revision: 22372
Changed Files:
U branches/krb5-1-7/src/include/k5-utf8.h
U branches/krb5-1-7/src/lib/krb5/unicode/ucstr.c
U branches/krb5-1-7/src/util/support/utf8.c