mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Revert "Correctly add double quote to the space strippers"
This reverts commit af7264abb7
Change-Id: I5673103c4a0e9c48df563187d2188ca6e2f15877
bug: 7561815
This commit is contained in:
parent
06993cb019
commit
f5a194b6af
@ -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
Block a user