diff options
author | 2012-03-19 14:47:38 +0900 | |
---|---|---|
committer | 2012-03-19 18:33:59 +0900 | |
commit | 728d1c884e99e1fd25aa253b5ad30dbdb046ad5f (patch) | |
tree | 007d6c95c0cd28481ddde73dab2acd7a62261479 /java/res/values-en | |
parent | f9c2773b093213b9fc5495b78ab4a6b1a2009050 (diff) | |
download | latinime-728d1c884e99e1fd25aa253b5ad30dbdb046ad5f.tar.gz latinime-728d1c884e99e1fd25aa253b5ad30dbdb046ad5f.tar.xz latinime-728d1c884e99e1fd25aa253b5ad30dbdb046ad5f.zip |
Cleanup proximity related code
Bug: 4343280
Change-Id: I57c0f9e20d9d8911009ea97057251a7f7a81512f
Diffstat (limited to 'java/res/values-en')
-rw-r--r-- | java/res/values-en/additional-proximitychars.xml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/java/res/values-en/additional-proximitychars.xml b/java/res/values-en/additional-proximitychars.xml deleted file mode 100644 index a5ff4a979..000000000 --- a/java/res/values-en/additional-proximitychars.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- -/* -** -** Copyright 2012, The Android Open Source Project -** -** Licensed under the Apache License, Version 2.0 (the "License"); -** you may not use this file except in compliance with the License. -** You may obtain a copy of the License at -** -** http://www.apache.org/licenses/LICENSE-2.0 -** -** Unless required by applicable law or agreed to in writing, software -** distributed under the License is distributed on an "AS IS" BASIS, -** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -** See the License for the specific language governing permissions and -** limitations under the License. -*/ ---> -<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> - - <string-array name="additional_proximitychars"> - <!-- Empty entry terminates the proximity chars array. --> - - <!-- Additional proximity chars for a --> - <item>a</item> - <item>e</item> - <item>i</item> - <item>o</item> - <item>u</item> - <item></item> - <!-- Additional proximity chars for e --> - <item>e</item> - <item>a</item> - <item>i</item> - <item>o</item> - <item>u</item> - <item></item> - <!-- Additional proximity chars for i --> - <item>i</item> - <item>a</item> - <item>e</item> - <item>o</item> - <item>u</item> - <item></item> - <!-- Additional proximity chars for o --> - <item>o</item> - <item>a</item> - <item>e</item> - <item>i</item> - <item>u</item> - <item></item> - <!-- Additional proximity chars for u --> - <item>u</item> - <item>a</item> - <item>e</item> - <item>i</item> - <item>o</item> - <item></item> - </string-array> - -</resources> |