Re: Re: Determining "file system encoding" from Python

2020-06-29 Thread Yasuhito FUTATSUKI
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

Determining "file system encoding" from Python

2020-06-29 Thread Manuel Jacob
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

Re: Determining "file system encoding" from Python

2020-06-29 Thread Manuel Jacob
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