Correctly add double quote to the space strippers
This is a format error >.> Bug: 7531719 Change-Id: I34b4c496192a32862c1ecb85bb6f6f38a06d6c61main
parent
fac619a34c
commit
af7264abb7
|
@ -21,7 +21,7 @@
|
|||
<!-- Symbols that should be swapped with a magic space -->
|
||||
<string name="weak_space_swapping_symbols">.,\")]}</string>
|
||||
<!-- 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 -->
|
||||
<string name="phantom_space_promoting_symbols">;:!?([*&@{<>+=|</string>
|
||||
<!-- Symbols that do NOT separate words -->
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<!-- 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>
|
||||
<!-- Symbols that do NOT separate words -->
|
||||
|
|
Loading…
Reference in New Issue