vixen-project / vixen

ViXeN is a multimedia viewer, metadata extractor and annotator.
https://vixen.readthedocs.io
Other
15 stars 8 forks source link

Fix exporting and importing CSV with unicode. #10

Closed prabhuramachandran closed 6 years ago

prabhuramachandran commented 6 years ago

We now use backports.csv to do this correctly. The application itself can save tags as unicode but when exporting them we were not handling unicode correctly. So for now we export csv into UTF-8 encoded files and import UTF-8 encoded files.

codecov-io commented 6 years ago

Codecov Report

Merging #10 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   88.05%   88.04%   -0.01%     
==========================================
  Files           9        9              
  Lines        1482     1481       -1     
  Branches      253      252       -1     
==========================================
- Hits         1305     1304       -1     
  Misses        116      116              
  Partials       61       61
Impacted Files Coverage Δ
vixen/project.py 91.32% <100%> (-0.02%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ff60fc5...7a69358. Read the comment docs.