Thread: Dictionary FAQ
View Single Post
Old 04-09-2017, 01:45 PM   #101
itfs
Member
itfs began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jul 2016
Device: Kindle Paperwhite
Custom dictionary - are there workarounds for numbers and accented letters?

I have a Kindle Paperwhite and I am making a custom dictionary for it. However, I am meeting some issues and hoping someone can help.
  1. It doesn't work to look up numbers
    Example:
    Code:
    <idx:entry name="french" scriptable="yes" spell="yes">
    <idx:orth>Article 1234</idx:orth>Lorem ipsum</idx:entry>
  2. It can lookup a word with an accented letter, but not two words where both words have accented letters.
    Example:
    Code:
    <idx:entry name="french" scriptable="yes" spell="yes">
    <idx:orth>arrêt de règlement
    <idx:infl>
    <idx:iform value="arrêts de règlement" />
    </idx:infl></idx:orth>Lorem ipsum</idx:entry>

Does anyone know of a workaround for these two issues?
itfs is offline   Reply With Quote