pull up r22350 from trunk
authorTom Yu <tlyu@mit.edu>
Sun, 24 May 2009 22:50:30 +0000 (22:50 +0000)
committerTom Yu <tlyu@mit.edu>
Sun, 24 May 2009 22:50:30 +0000 (22:50 +0000)
commit78c0e068b96b5473c7d9920c833cc8ba7d71f44a
treebb824ac9a6e1cdee006dfabf6a2fbe9e81134400
parent2fd6b6c82430f8544d01542ba8573f7bf3218bb5
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.

ticket: 6489
version_fixed: 1.7

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22372 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-utf8.h
src/lib/krb5/unicode/ucstr.c
src/util/support/utf8.c