Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12c2e437 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am d7dbaa9c: am e4958d5c: Merge "Correctly add double quote to the space...

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

* commit 'd7dbaa9c':
  Correctly add double quote to the space strippers
parents 24bf5fe6 d7dbaa9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 -->
+1 −1
Original line number Diff line number Diff line
@@ -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 -->