[mythtv-firehose] mythtv branch master updated by wagnerrp. v0.27-pre2-426-g8fe3824

Git Repo Owner noreply at mythtv.org
Wed Dec 19 09:13:38 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  8fe38245aae3729a1728f43d857a254823102eef (commit)
      from  0d1d143654c2695d74a9e34b952239db35a1b5ea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8fe38245aae3729a1728f43d857a254823102eef
Author:    Raymond Wagner <rwagner at mythtv.org> at Wed, 19 Dec 2012 04:05:06 -0500
Committer: Raymond Wagner <rwagner at mythtv.org> at Wed, 19 Dec 2012 04:05:06 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8fe38245aae3729a1728f43d857a254823102eef

Partially resolve unicode filename issue in ftopen().
This resolves a unicode character issue when trying to use the ftopen()
helper function to access files. The ftopen() function accepts a
standard myth:// URI, and parses it for the necessary information,
however URIs traditionally only accept a limited, safe subset of the
ASCII character set. This adds a temporary work around where by the
various object .open() methods will internally pass the necessary data
in a tuple, bypassing the need to encode and decode about the limited
character set. Myth URIs with unsafe or escaped characters will still
not be handled properly by ftopen().



-----------------------------------------------------------------------

Summary of changes:
 mythtv/bindings/python/MythTV/dataheap.py  |   12 +++++-------
 mythtv/bindings/python/MythTV/mythproto.py |   23 ++++++++++++-----------
 2 files changed, 17 insertions(+), 18 deletions(-)

-- 



More information about the mythtv-firehose mailing list