diff options
author | 2012-09-14 17:31:46 +0900 | |
---|---|---|
committer | 2012-09-14 17:31:46 +0900 | |
commit | 8d35b203caf811000327c504d7adcb3a62a4d4f9 (patch) | |
tree | 239769426ae9d54b93410e06e9e4628964152a94 /java | |
parent | 33a226f897f20d7cc623ad6facc17bf0382426a1 (diff) | |
download | latinime-8d35b203caf811000327c504d7adcb3a62a4d4f9.tar.gz latinime-8d35b203caf811000327c504d7adcb3a62a4d4f9.tar.xz latinime-8d35b203caf811000327c504d7adcb3a62a4d4f9.zip |
Make the arrobase sign a space stripper.
Gestures offer much more opportunity to enter e-mail user names,
so this should now be the dominant use case for arrobase use. In
this use case, the arrobase sign should be a space stripper.
Bug: 7164981
Change-Id: I736ac56dab81cd2c97275ec80dbb0ec0bc159006
Diffstat (limited to 'java')
-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: |