am 12c2e437: am d7dbaa9c: am e4958d5c: Merge "Correctly add double quote to the space strippers" into jb-mr1.1-dev

* commit '12c2e437949414ce52b7e40ad191f15c844726e9':
  Correctly add double quote to the space strippers
This commit is contained in:
Jean Chalard 2012-11-16 10:36:12 -08:00 committed by Android Git Automerger
commit 2feb6b5b52
2 changed files with 2 additions and 2 deletions

View File

@ -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">"&#x0009;&#x0020;\'\n-/_"</string>
<string name="weak_space_stripping_symbols">&#x0009;&#x0020;\'\n-/_\"</string>
<!-- Symbols that should promote magic spaces into real space -->
<string name="phantom_space_promoting_symbols">;:!?([*&amp;@{&lt;&gt;+=|</string>
<!-- Symbols that do NOT separate words -->

View File

@ -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">"&#x0009;&#x0020;\n/_\'-"@</string>
<string name="weak_space_stripping_symbols">&#x0009;&#x0020;\n/_\'-\"@</string>
<!-- Symbols that should convert weak spaces into real space -->
<string name="phantom_space_promoting_symbols">([*&amp;{&lt;&gt;+=|</string>
<!-- Symbols that do NOT separate words -->