Skip to content

Use url.PathEscape() instead of having dataurl.Escape #5

@MagicalTux

Description

@MagicalTux

The only difference is that uri.PathEscape will also escape ( and ) which while not required is acceptable according to rfc2396. Data uri tend to be used in places where escaping ()s can be useful (css, etc) and as such, golang's implementation makes more sense.

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