karimsacre / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

.csv won't be imported dute to UnicodeEncodeError #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created a .CSV in Google Spreadsheets
2. Ran the script to import that .csv into my GAFB
3. When updating contact 78 it stops and displays a UnicodeEncodeError

What is the expected output? What do you see instead?
I was expecting to update 179 rich profiles but when it gets to number 78 it 
suddenly displays the following text:

UnicodeEncodeError: 'charmap' codec can't encode character u2018 in position 
46: character maps to undefined.

What version of the product are you using? On what operating system?
1.1.3 -Win32 Windows 7 Proffesional 32 Bit.

Please provide any additional information below.
I checked the .csv file for any funny character and replaced every non-standard 
character but still get the same error, tried to split the file in 2 but It 
shows the same result. Thanks a lot in advance.

Original issue reported on code.google.com by s...@arrobasystem.com on 13 Apr 2012 at 10:22