Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 726 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