futokb/java/res/values-iw/donottranslate-more-keys.xml
Ken Wakasa 09c677f56a Replace UTF-8 string resources with their hex representations
bug: 5988656
Change-Id: Ifc3c3a2eccfc23d75b4066c2c9c02c48dacda55b
2012-02-11 23:05:23 +09:00

72 lines
4.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2011, 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">
<!-- \u2605: "★" BLACK STAR -->
<string name="more_keys_for_star">\u2605</string>
<!-- \u00b1: "±" PLUS-MINUS SIGN
\ufb29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
<string name="more_keys_for_plus">\u00b1,\ufb29</string>
<!-- The all letters need to be mirrored are found at
http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt -->
<!-- 0x0029: ")" RIGHT PARENTHESIS -->
<integer name="keycode_for_left_parenthesis">0x0029</integer>
<!-- 0x0028: "(" LEFT PARENTHESIS -->
<integer name="keycode_for_right_parenthesis">0x0028</integer>
<string name="more_keys_for_left_parenthesis">[|],{|},&lt;|&gt;</string>
<string name="more_keys_for_right_parenthesis">]|[,}|{,&gt;|&lt;</string>
<!-- 0x003e: ">" GREATER-THAN SIGN -->
<integer name="keycode_for_less_than">0x003e</integer>
<!-- 0x003c: "<" LESS-THAN SIGN -->
<integer name="keycode_for_greater_than">0x003c</integer>
<!-- \u2264: "≤" LESS-THAN OR EQUAL TO
\u2265: "≥" GREATER-THAN EQUAL TO
\u00ab: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
\u00bb: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
\u2039: "" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
\u203a: "" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
The following characters don't need BIDI mirroring.
\u2018: "" LEFT SINGLE QUOTATION MARK
\u2019: "" RIGHT SINGLE QUOTATION MARK
\u201a: "" SINGLE LOW-9 QUOTATION MARK
\u201b: "" SINGLE HIGH-REVERSED-9 QUOTATION MARK
\u201c: "“" LEFT DOUBLE QUOTATION MARK
\u201d: "”" RIGHT DOUBLE QUOTATION MARK
\u201e: "„" DOUBLE LOW-9 QUOTATION MARK
\u201f: "‟" DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
<string name="more_keys_for_less_than">\u2264|\u2265,\u00ab|\u00bb,\u2039|\u203a</string>
<string name="more_keys_for_greater_than">\u2265|\u2264,\u00bb|\u00ab,\u203a|\u2039</string>
<!-- 0x005d: "]" RIGHT SQUARE BRACKET -->
<integer name="keycode_for_left_square_bracket">0x005d</integer>
<!-- 0x005b: "[" LEFT SQUARE BRACKET -->
<integer name="keycode_for_right_square_bracket">0x005b</integer>
<!-- 0x007d: "}" RIGHT CURLY BRACKET -->
<integer name="keycode_for_left_curly_bracket">0x007d</integer>
<!-- 0x007b: "{" LEFT CURLY BRACKET -->
<integer name="keycode_for_right_curly_bracket">0x007b</integer>
<!-- Note: Neither DroidSans nor Roboto have a glyph for DOUBLE HIGH-REVERSED-9 QUOTATION MARK. -->
<!-- <string name="more_keys_for_double_quote">\u201c,\u201d,\u201e,\u201f,\u00ab,\u00bb</string> -->
<!-- The 4-more keys will be displayed in order of "3,1,2,4". -->
<string name="more_keys_for_double_quote">\u201d,\u00ab|\u00bb,\u201c,\u00bb|\u00ab</string>
<!-- Note: Neither DroidSans nor Roboto have a glyph for DOUBLE HIGH-REVERSED-9 QUOTATION MARK. -->
<!-- <string name="more_keys_for_tablet_double_quote">\u201c,\u201d,\u201e,\u201f,\u00ab,\u00bb,\u2018,\u2019,\u201a,\u201b</string> -->
<!-- The 8-more keys with maxMoreKeysColumn=4 will be displayed in order of "3,1,2,4|7,5,6,8". -->
<string name="more_keys_for_tablet_double_quote">\u201d,\u00ab|\u00bb,\u201c,\u00bb|\u00ab,\u2019,\u201a,\u2018,\u201b</string>
</resources>