Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display name in AOR issue with utf8 #144

Open
dkelbch opened this issue Jul 13, 2020 · 1 comment
Open

display name in AOR issue with utf8 #144

dkelbch opened this issue Jul 13, 2020 · 1 comment

Comments

@dkelbch
Copy link

dkelbch commented Jul 13, 2020

The display name in AOR encoding bring up problems if space or special characters are used. In this case DQUOTE has been used.

@dkelbch
Copy link
Author

dkelbch commented Jul 13, 2020

Here the changes to solve the problem.

function stringifyAOR(aor) {
return ('"'+aor.name+'"' || '') + ' <' + stringifyUri(aor.uri) + '>'+stringifyParams(aor.params);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant