View Single Post
Old 01-03-2021, 09:25 AM   #9
Owl_
Enthusiastic reader
Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.Owl_ ought to be getting tired of karma fortunes by now.
 
Posts: 424
Karma: 3880485
Join Date: Mar 2017
Location: Italy
Device: Kindle paperwhite3, Kobo aura one, kobo touch 2.0, Kobo Clara HD,Poke2
Quote:
Originally Posted by jhowell View Post
Thanks for that.

I am still looking into the original problem, but one thing I noticed wrong with those files is that "<" and ">" characters in definitions are not being escaped, leading to text being treated as HTML tags. For example:

welcome / make <a person> welcome / receive <a person> with delight.


Added: Actually I did find the problem and it is related to the above issue. In the entry that is failing the closing tag (</idx:entry>) is being lost because the definition is truncated in the middle of text with unescaped characters:

<idx:entry name="word" scriptable="yes">
<b>
<idx:orth>맞다</idx:orth><idx:key key="맞다">
</b></font>
맞다11 [영접하다] meet; go (out) to meet; receive; greet.ㆍ 반가이 ∼ welcome / make <a person> welcome / receive <a person> with delight.ㆍ 따뜻이 ∼ give <a person> a warm reception.ㆍ... (셈을 마치고) All right!2 [적합하다] suit <one's taste>; answer[serve] <the p
</idx:entry>
I will give it a try
Owl_ is offline   Reply With Quote