Internal reader class for ICU data file uprops.icu containing
Unicode codepoint data.
This class simply reads uprops.icu, authenticates that it is a valid
ICU data file and split its contents up into blocks of data for use in
com.ibm.icu.impl.UCharacterProperty.
uprops.icu which is in big-endian format is jared together with this
package.
Unicode character properties file format see
(ICU4C)/source/tools/genprops/store.c
author: Syn Wee Quek since: release 2.1, February 1st 2002 |