Home | History | Annotate | Download | only in translit
      1 /**********************************************************************
      2 * Copyright (C) 2016 and later: Unicode, Inc. and others.
      3 * License & terms of use: http://www.unicode.org/copyright.html#License
      4 ***********************************************************************
      5 ***********************************************************************
      6 * Copyright (c) 2000, International Business Machines Corporation
      7 * and others.  All Rights Reserved.
      8 ***********************************************************************
      9 * > THIS FILE WAS MACHINE GENERATED <
     10 * >       DO NOT EDIT BY HAND       <
     11 * >      RUN TOOL TO REGENERATE     <
     12 * Tool: $TOOL
     13 * Creation date: $DATE
     14 */
     15 package com.ibm.text.resources;
     16 
     17 import java.util.ListResourceBundle;
     18 
     19 public class TransliterationRule_$SCRIPTFROM_$SCRIPTTO extends ListResourceBundle {
     20     /**
     21      * Overrides ListResourceBundle
     22      */
     23     public Object[][] getContents() {
     24         return new Object[][] {
     25             { "Rule",
     26               $RULES
     27             }
     28         };
     29     }
     30 }
     31