Skip to content

Missing support for UTF-8 strings #3

@tomazs

Description

@tomazs

We have a few developer fields that can contain non ASCIII values. And with using Garmin's SDK for mobile app, these strings get encoded as UTF8. UTF8 is also specified in the spec - https://developer.garmin.com/fit/protocol/

Unfortunately this library decodes these strings as Unicode (and not UTF8). See

return String.fromCharCode(...result);

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