
mythtv at cvs
Apr 27, 2006, 8:44 AM
Post #1 of 5
(1904 views)
Permalink
|
|
Ticket #1742: Power Search does not work correctly with non-ASCII characters
|
|
#1742: Power Search does not work correctly with non-ASCII characters ------------------------------+--------------------------------------------- Reporter: niels [at] dybdahl | 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] pc13 ~]# rpm -q --changelog mythtv | head -20 * man apr 10 2006 Axel Thimm <Axel.Thimm [at] ATrpms> - Update to latest svn fixes (r9656). Niels Dybdahl -- Ticket URL: <http://cvs.mythtv.org/trac/ticket/1742> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|