Skip to content

Does not encode checkmark properly #8

Description

@alanhogan
var btoa = require("btoa")
var atob = require("atob")


btoa('✓'); // "Ew==" (not right, should be "4pyT")
atob(btoa('✓')); // "\u0013" (not right)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions