Python Forum

Full Version: Exchange2org - Charmap Encode issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am getting below error when i fetch information from the Exchange server. Please give me some idea/input/suggestion to fix this charmap issue.

Issue: return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u29bf' in position
277: character maps to <undefined>

Our Goal is connect the exchange server and get the free/busy available meeting rooms presently we are using the exchange2 org python.

link: https://github.com/novoid/exchange2org

Thanks
please, post full traceback in error tags.
which python version do you use?