Mercurial > hg > webaudioevaluationtool
diff python/comment_parser.py @ 2957:ca1abc3d8ef6
UTF-8 encoding comment and survey analysis scripts
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Tue, 21 Nov 2017 10:40:22 +0100 |
parents | 24b139760292 |
children |
line wrap: on
line diff
--- a/python/comment_parser.py Thu Nov 02 14:44:37 2017 +0000 +++ b/python/comment_parser.py Tue Nov 21 10:40:22 2017 +0100 @@ -85,7 +85,7 @@ valuestr = '' # anonymous comments: - #writer.writerow([commentstr]) # .encode("utf-8") + # writer.writerow([commentstr.encode("utf-8")]) # comments with (file) name: writer.writerow([file[:-4]] + [valuestr] + [commentstr.encode("utf-8")])