1
Fork 0

FALSE is not 1u8 but 0u8, of cource.

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
OGINO Masanori 2013-07-31 07:13:38 +09:00
parent 436d9fa45d
commit 5ec1d5b69d

View file

@ -17,7 +17,7 @@ pub mod icu {
pub type UChar32 = char;
pub static TRUE : u8 = 1u8;
pub static FALSE : u8 = 1u8;
pub static FALSE : u8 = 0u8;
pub static UCHAR_ALPHABETIC : UProperty = 0;
pub static UCHAR_BINARY_START : UProperty = 0; // = UCHAR_ALPHABETIC