Skip to content

Special Character Support? #13

@kenman345

Description

@kenman345

//TODO: Allow for special characters
this.qrText = "WIFI:" +
"T:" + this.auth +
";S:" + this.config.network +
";P:" + this.config.password +
";H:" + this.config.hiddenId +
";";

Hello! I was wanting to ask about special character support, and potentially even help create the change. I just am not sure which characters specifically need to be fixed for QR codes. I believe the change would be to send the strings to functions that escape and return the escaped character versions in the lines here?

If you can provide a list of the characters or documentation to find the characters to concern ourselves with, then I can assist in adding this capability.

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