Skip to content

Normalize the use of unicode strings #26

@tcalmant

Description

@tcalmant

Currently, javaobj is loading Java strings as str objects. This is OK in Python 3, but wrong in Python 2.
All strings loaded from a Java serialized file should be of type unicode in Python 2.

Important note: this can break some existing code...

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions