<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
Hi all,<br>
<br>
the attached patch takes care of a problem when entering hiragana or
katakana in the search box.<br>
<br>
If you try searching for "ken" and type it in hiragana mode you get
"&#12369;n". When pressing 'Enter' the following search finds nothing. This
patch transforms the string "&#12369;n" to the proper "&#12369;&#12435;" upon pressing
'Enter' so the search actually finds results.<br>
<br>
The problem still exists though when clicking the search button. In
order to get this working too, a (proposed) KRomajiEdit::kanaText might
have to be
written which does this on the fly. Comments?<br>
<br>
Best Regards<br>
Andreas<br>
</body>
</html>