Skip to content
Snippets Groups Projects
Commit 1f256e94 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am 66cee1f9: Merge "Revert "Correctly add double quote to the space strippers"" into jb-mr1.1-dev

* commit '66cee1f9':
  Revert "Correctly add double quote to the space strippers"
parents 7acd310d 66cee1f9
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -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">&#x0009;&#x0020;\'\n-/_\"</string> <string name="weak_space_stripping_symbols">"&#x0009;&#x0020;\'\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">;:!?([*&amp;@{&lt;&gt;+=|</string> <string name="phantom_space_promoting_symbols">;:!?([*&amp;@{&lt;&gt;+=|</string>
<!-- Symbols that do NOT separate words --> <!-- Symbols that do NOT separate words -->
......
...@@ -23,7 +23,7 @@ ...@@ -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">&#x0009;&#x0020;\n/_\'-\"@</string> <string name="weak_space_stripping_symbols">"&#x0009;&#x0020;\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">([*&amp;{&lt;&gt;+=|</string> <string name="phantom_space_promoting_symbols">([*&amp;{&lt;&gt;+=|</string>
<!-- Symbols that do NOT separate words --> <!-- Symbols that do NOT separate words -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment