diff options
author | 2012-09-14 02:18:52 -0700 | |
---|---|---|
committer | 2012-09-14 02:18:52 -0700 | |
commit | e57bed3610b34d56573f957ad8e9f013c011571e (patch) | |
tree | 77c740e15e19bfb6d601a5873f2ca8678a19640d | |
parent | b89bdb0fdea0162ddaa2e8f8fd503d6b4b2fd11f (diff) | |
parent | 371e7d702d8f4635e29358ff068583a4b1560e29 (diff) | |
download | latinime-e57bed3610b34d56573f957ad8e9f013c011571e.tar.gz latinime-e57bed3610b34d56573f957ad8e9f013c011571e.tar.xz latinime-e57bed3610b34d56573f957ad8e9f013c011571e.zip |
am 371e7d70: Merge "Make the arrobase sign a space stripper." into jb-mr1-dev
* commit '371e7d702d8f4635e29358ff068583a4b1560e29':
Make the arrobase sign a space stripper.
-rw-r--r-- | java/res/values/donottranslate.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/donottranslate.xml b/java/res/values/donottranslate.xml index 0970aeee0..9e07b2248 100644 --- a/java/res/values/donottranslate.xml +++ b/java/res/values/donottranslate.xml @@ -23,9 +23,9 @@ <!-- Symbols that should be swapped with a weak space --> <string name="weak_space_swapping_symbols">.,;:!?)]}\"</string> <!-- Symbols that should strip a weak space --> - <string name="weak_space_stripping_symbols">"	 \n/_\'-"</string> + <string name="weak_space_stripping_symbols">"	 \n/_\'-"@</string> <!-- Symbols that should convert weak spaces into real space --> - <string name="phantom_space_promoting_symbols">([*&@{<>+=|</string> + <string name="phantom_space_promoting_symbols">([*&{<>+=|</string> <!-- Symbols that do NOT separate words --> <string name="symbols_excluded_from_word_separators">\'-</string> <!-- Word separator list is the union of all symbols except those that are not separators: |