Skip to content

to add support for non-Latin letters. #2

@beshkin

Description

@beshkin

I am using the library for deserializing strings with not only Latin letters.
The problem is, that php encode non-Latin letters by bytes count, but not by letters count.
I fixed in my setup as following:
this.inputLength = input.getBytes().length;

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