View Single Post
Old 06-01-2016, 04:27 PM   #8
taos
Connoisseur
taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.taos can tame squirrels without the assistance of a chair or a whip.
 
Posts: 90
Karma: 11069
Join Date: Feb 2012
Device: Sony PRS-T1, Kobo Glo HD
Quote:

In the same way I tried to change "Extra: " to "Extra::" and now searches from main menu to Extra dictionary are ok ;-)

Spoiler:
<Patch>
patch_name = `Allow searches on Extra dictionary`
patch_enable = `yes`
#
# To allow searches on Extra dictionary change space character at end of "Extra: " to another char (ex: "Extra::")
# The space char causes a non-desired "English - English" when searching on Extra dictionary from main menu.
#
#replace_bytes = BA9478, 20, 3A
find_base_address = `\0E\0x\0t\0r\0a\0:\0\x20`
replace_string = 000d, `\x20`, `:`
</Patch>
Is it possible to use a non-breaking space (\xa0) instead of : or _?
taos is offline   Reply With Quote