]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/tools/misc/src/com/ibm/icu/dev/tool/translit/rbtTemplate.txt
Added flags.
[Dictionary.git] / jars / icu4j-52_1 / tools / misc / src / com / ibm / icu / dev / tool / translit / rbtTemplate.txt
1 /***********************************************************************
2 * Copyright (c) 2000, International Business Machines Corporation
3 * and others.  All Rights Reserved.
4 ************************************************************************
5 * > THIS FILE WAS MACHINE GENERATED <
6 * >       DO NOT EDIT BY HAND       <
7 * >      RUN TOOL TO REGENERATE     <
8 * Tool: $TOOL
9 * Creation date: $DATE
10 */
11 package com.ibm.text.resources;
12
13 import java.util.ListResourceBundle;
14
15 public class TransliterationRule_$SCRIPTFROM_$SCRIPTTO extends ListResourceBundle {
16     /**
17      * Overrides ListResourceBundle
18      */
19     public Object[][] getContents() {
20         return new Object[][] {
21             { "Rule",
22               $RULES
23             }
24         };
25     }
26 }