Allow 8-bit characters. This is not really complete, it only marks
authorRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 11:06:02 +0000 (11:06 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 2 Jan 2002 11:06:02 +0000 (11:06 +0000)
characters with the highest bit set as HIGHBIT.  We need to expand
this to support the UTF-8 character set properly.  However, this
solves the problem that the character 0x80 (which is common in UTF-8)
gets masked to 0x00.
Patch submitted by "Huang Yuzhen" <huangyuzhen@bj.tom.com>


No differences found