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

Announcing ApacheCon @Home 2020

2020-06-29 Thread Rich Bowen
Hi, Apache enthusiast! (You’re receiving this because you’re subscribed to one or more dev or user mailing lists for an Apache Software Foundation project.) The ApacheCon Planners and the Apache Software Foundation are pleased to announce that ApacheCon @Home will be held online, September 29

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