Hi,
On 2020/06/29 20:00, Manuel Jacob wrote:
> On 2020-06-29 12:11, Manuel Jacob wrote:
>> Hi,
>>
>> In a Python application, I want to convert a path (as native Unix
>> bytes) to a file URL (and later probably also other paths between the
>> "file system encoding" and UTF-8). There are functions
Hi,
In a Python application, I want to convert a path (as native Unix bytes)
to a file URL (and later probably also other paths between the "file
system encoding" and UTF-8). There are functions for this in the
Subversion binding. However, for the sake of being able to deal with the
familiar
On 2020-06-29 12:11, Manuel Jacob wrote:
Hi,
In a Python application, I want to convert a path (as native Unix
bytes) to a file URL (and later probably also other paths between the
"file system encoding" and UTF-8). There are functions for this in the
Subversion binding. However, for the sake of