Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

constants group ScriptType


Description
specify the type scipts


Constants

const short LATIN = = 1;
Description
latin characters (english, .. )
const short ASIAN = = 2;
Description
asian characters (japanese, .. )
const short COMPLEX = = 3;
Description
complex characters (arabic, ..)
const short WEAK = = 4;
Description
undefined characters (punctuation, .. )
Top of Page