Follow up to Ie2416ccd

space &#x0020 got lost in some parsing process

Change-Id: I36f5a9ca7172013ce049041886b9cd98659d38f9
main
Ken Wakasa 2012-02-15 08:23:34 +09:00
parent cadce1f5a7
commit 95dc18a7c4
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="magic_space_swapping_symbols">.,\")]}</string>
<!-- Symbols that should strip a magic space -->
<string name="magic_space_stripping_symbols">&#x0009;&#x0020;\'\n-/_</string>
<string name="magic_space_stripping_symbols">"&#x0009;&#x0020;\'\n-/_"</string>
<!-- Symbols that should promote magic spaces into real space -->
<string name="magic_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 magic space -->
<string name="magic_space_swapping_symbols">.,;:!?)]}\"</string>
<!-- Symbols that should strip a magic space -->
<string name="magic_space_stripping_symbols">&#x0009;&#x0020;\n/_\'-</string>
<string name="magic_space_stripping_symbols">"&#x0009;&#x0020;\n/_\'-"</string>
<!-- Symbols that should convert magic spaces into real space -->
<string name="magic_space_promoting_symbols">([*&amp;@{&lt;&gt;+=|</string>
<!-- Symbols that do NOT separate words -->