Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't handle non-US characters #1

Open
tomsoderlund opened this issue Dec 4, 2013 · 2 comments
Open

Doesn't handle non-US characters #1

tomsoderlund opened this issue Dec 4, 2013 · 2 comments

Comments

@tomsoderlund
Copy link

prompt$ python trello-export.py myproject.json 
Traceback (most recent call last):
  File "trello-export.py", line 76, in <module>
    main()
  File "trello-export.py", line 12, in main
    print_cards(json_object, args.outputfile)
  File "trello-export.py", line 69, in print_cards
    card['desc'], checklist_data(card), labels(card), card['due'], members(card)]) 
UnicodeEncodeError: 'ascii' codec can't encode characters in position 16-17: ordinal not in range(128)

I'll try to fix it if I have time.

Thanks for a great script! I could workaround this issue by search/replace in the json file.

@mlcamilli
Copy link
Owner

yea I can put a fix in for it, I have actually a rather large update that I'll be uploading soon

@mlcamilli
Copy link
Owner

fixed! adding more functionality here soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants