[mythtv-commits] Ticket #1742: Power Search does not work correctly with non-ASCII characters
MythTV
mythtv at cvs.mythtv.org
Thu Apr 27 15:44:01 UTC 2006
#1742: Power Search does not work correctly with non-ASCII characters
------------------------------+---------------------------------------------
Reporter: niels at dybdahl.dk | Owner: gigem
Type: defect | Status: new
Priority: minor | Milestone:
Component: mythtv | Version:
Severity: low |
------------------------------+---------------------------------------------
I have created a power search that searches for:
program.title LIKE "%NØRD%"
The test button in the power search dialog would show match with "Lille
NØRD!" and "Store NØRD" and the list of upcoming episodes in the following
dialog would show the same matches, but these two recordings would not be
set to be recorded anyway.
When I change the search pattern to "%N%RD%", the test button will show
both the NØRD shows and three other shows like "Lægens bord", while the
upcoming shows button will only show the two NØRD shows, but all 5 shows
will be set to be recorded.
So apparently there are three different algorithms built into the
scheduling as they give different results and only the first of them works
as expected.
I am running mythtv-suite-0.19-57.at which is:
[root at pc133 ~]# rpm -q --changelog mythtv | head -20
* man apr 10 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
- Update to latest svn fixes (r9656).
Niels Dybdahl
--
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1742>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list