diff options
Diffstat (limited to 'python/python-unicodecsv/README')
-rw-r--r-- | python/python-unicodecsv/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-unicodecsv/README b/python/python-unicodecsv/README new file mode 100644 index 0000000000..65f114ab66 --- /dev/null +++ b/python/python-unicodecsv/README @@ -0,0 +1,2 @@ +Python2's stdlib csv module is nice, but it doesn't support unicode. +This module is a drop-in replacement which *does*. |