diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-10-02 17:05:58 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-10-03 12:18:00 -0300 |
commit | e7c90a407c08ee169ae912db8f62f218531e41a4 (patch) | |
tree | 35b9ce90e40b6ea2623f0caa80b759a3985cf6db /client/pkg/requirements.pip | |
parent | 2d8f79bee0ad18d38f33cd7d6138b6500358e436 (diff) |
Convert to utf8 all the strings before saving them
Diffstat (limited to 'client/pkg/requirements.pip')
-rw-r--r-- | client/pkg/requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index df6ddb94..8733f320 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -20,3 +20,5 @@ oauth # pysqlite should not be a dep, see #2945 pysqlite + +cchardet
\ No newline at end of file |