Skip to content

Unable to encode single quotes ' #25

@kumarmanishc

Description

@kumarmanishc

Hello Team
First of all Thank you for this package this helped a lot.

However I found one issue here it's not able to encode single quotes string.

import { encode } from "urlencode";
const response = encode("Stad aan 't Haringvliet");

Output: Stad%20aan%20't%20Haringvliet
Expected Output: This should encode that single quotes as well with possible output Stad%20aan%20%27t%20Haringvliet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions