Skip to content

Cannot handle (understand) charset of address. #6

Description

@quite

I have UTF-8 in my vobject source files. Non-ascii characters in FN and N comes through okay when vobject parses and I print in my python program.

For ADR, that doesn't work out. I only get question marks instead of č, ö, ç and so on. Have tried to massage the address value (class Address) in different ways but to no avail.

In Address.__str__ we have: return ascii(out) , could that be related? Removing ascii() causes further problems, and I can't say I'm well versed in the python character encoding situation. python 2.7.9 here.

Thanks for continuing development of the python vobject.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions