am e4958d5c: Merge "Correctly add double quote to the space strippers" into jb-mr1.1-dev
* commit 'e4958d5c185ecf3a4e953c4a20f0208ac396da56': Correctly add double quote to the space strippersmain
commit
d7dbaa9cb6
|
@ -21,7 +21,7 @@
|
||||||
<!-- Symbols that should be swapped with a magic space -->
|
<!-- Symbols that should be swapped with a magic space -->
|
||||||
<string name="weak_space_swapping_symbols">.,\")]}</string>
|
<string name="weak_space_swapping_symbols">.,\")]}</string>
|
||||||
<!-- Symbols that should strip a magic space -->
|
<!-- Symbols that should strip a magic space -->
|
||||||
<string name="weak_space_stripping_symbols">"	 \'\n-/_"</string>
|
<string name="weak_space_stripping_symbols">	 \'\n-/_\"</string>
|
||||||
<!-- Symbols that should promote magic spaces into real space -->
|
<!-- Symbols that should promote magic 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 -->
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
<!-- 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 -->
|
||||||
|
|
Loading…
Reference in New Issue