FileDocCategorySizeDatePackage
XResources_zh_TW.javaAPI DocJava SE 6 API2726Tue Jun 10 00:23:12 BST 2008com.sun.org.apache.xml.internal.utils.res

XResources_zh_TW

public class XResources_zh_TW extends XResourceBundle
The Chinese(Taiwan) resource bundle.
xsl.usage
internal

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Object[][]getContents()
Get the association list.

return
The association list.

    return new Object[][]
  {
    { "ui_language", "zh" }, { "help_language", "zh" }, { "language", "zh" },
    { "alphabet", new CharArrayWrapper(
      new char[]{ 0xff21, 0xff22, 0xff23, 0xff24, 0xff25, 0xff26, 0xff27,
                  0xff28, 0xff29, 0xff2a, 0xff2b, 0xff2c, 0xff2d, 0xff2e,
                  0xff2f, 0xff30, 0xff31, 0xff32, 0xff33, 0xff34, 0xff35,
                  0xff36, 0xff37, 0xff38, 0xff39, 0xff3a }) },
    { "tradAlphabet", new CharArrayWrapper(
      new char[]{ 'A", 'B", 'C", 'D", 'E", 'F", 'G", 'H", 'I", 'J", 'K", 'L",
                  'M", 'N", 'O", 'P", 'Q", 'R", 'S", 'T", 'U", 'V", 'W", 'X",
                  'Y", 'Z" }) },

    //language orientation 
    { "orientation", "LeftToRight" },

    //language numbering    
    { "numbering", "multiplicative-additive" },
    { "multiplierOrder", "follows" },

    // largest numerical value
    //{"MaxNumericalValue", new Integer(100000000)},
    //These would not be used for EN. Only used for traditional numbering   
    { "numberGroups", new IntArrayWrapper(new int[]{ 1 }) },

    // simplified chinese 
    { "zero", new CharArrayWrapper(new char[]{ 0x96f6 }) },

    //These only used for mutiplicative-additive numbering 
    { "multiplier", new LongArrayWrapper(new long[]{ 100000000, 10000, 1000, 
        100, 10 }) },
    { "multiplierChar", new CharArrayWrapper(
      new char[]{ 0x5104, 0x842c, 0x4edf, 0x4f70, 0x62fe }) },
    { "digits", new CharArrayWrapper(
      new char[]{ 0x58f9, 0x8cb3, 0x53c3, 0x8086, 0x4f0d, 0x9678, 0x67d2,
                  0x634c, 0x7396 }) }, { "tables", new StringArrayWrapper(
                      new String[]{ "digits" }) }
  };