Ticket #302 (new defect)

Opened 2 years ago

Last modified 3 months ago

XML config file does not support utf8 path for FFStore

Reported by: guyome Assigned to: dev
Priority: major Milestone:
Component: MediaServer Backend FileSystem Version:
Keywords: utf8, xmlconfig Cc:

Description

As I'm French, folders names do not containt only ascii characters. For example, with the following path,

  <content>/home/jess/Vidéos</content>

I get:

Can't enable plugin, : 'ascii' codec can't encode character u'\xe9' in position 14: ordinal not in range(128)! (coherence/base.py:383)

But it works with

  <content>/home/jess/Videos</content>

I added

<?xml version="1.0" encoding="UTF-8"?>

at the beginning of the config file without any improuvement.