am e57bed36: am 371e7d70: Merge "Make the arrobase sign a space stripper." into jb-mr1-dev
* commit 'e57bed3610b34d56573f957ad8e9f013c011571e': Make the arrobase sign a space stripper.main
commit
00d8ba8e57
|
@ -23,9 +23,9 @@
|
||||||
<!-- Symbols that should be swapped with a weak space -->
|
<!-- Symbols that should be swapped with a weak space -->
|
||||||
<string name="weak_space_swapping_symbols">.,;:!?)]}\"</string>
|
<string name="weak_space_swapping_symbols">.,;:!?)]}\"</string>
|
||||||
<!-- Symbols that should strip a weak space -->
|
<!-- 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 -->
|
<!-- 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 -->
|
<!-- Symbols that do NOT separate words -->
|
||||||
<string name="symbols_excluded_from_word_separators">\'-</string>
|
<string name="symbols_excluded_from_word_separators">\'-</string>
|
||||||
<!-- Word separator list is the union of all symbols except those that are not separators:
|
<!-- Word separator list is the union of all symbols except those that are not separators:
|
||||||
|
|
Loading…
Reference in New Issue