blob: 1be5cf88836c05d316bef333928e4866cad5ce8e [file] [log] [blame]
Ken Wakasa2fa36932013-12-13 17:09:16 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2013, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21 <!-- TODO: these settings depend on the language. They should be put either in the dictionary
22 header, or in the subtype maybe? -->
23 <!-- Symbols that are suggested between words -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090024 <string name="suggested_punctuations">!,?,\\,,:,;,\",(,),\',-,/,@,_</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090025 <!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090026 <string name="symbols_preceded_by_space">([{&amp;</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090027 <!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090028 <string name="symbols_followed_by_space">.,;:!?)]}&amp;</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090029 <!-- Symbols that separate words -->
30 <!-- Don't remove the enclosing double quotes, they protect whitespace (not just U+0020) -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090031 <string name="symbols_word_separators">"&#x0009;&#x0020;&#x000A;&#x00A0;"()[]{}*&amp;&lt;&gt;+=|.,;:!?/_\"</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090032 <!-- Word connectors -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090033 <string name="symbols_word_connectors">\'-</string>
Ken Wakasa2fa36932013-12-13 17:09:16 +090034 <!-- The sentence separator code point, for capitalization -->
35 <!-- U+002E: "." FULL STOP ; 2Eh = 46d -->
Tadashi G. Takaokaa95e3062014-03-26 19:05:29 +090036 <integer name="sentence_separator">46</integer>
Ken Wakasa2fa36932013-12-13 17:09:16 +090037 <!-- Whether this language uses spaces between words -->
38 <bool name="current_language_has_spaces">true</bool>
39</resources>