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

Special characters in name attributes are decoded as replacement characters. #8

Open
bramcordie opened this issue Sep 25, 2013 · 2 comments

Comments

@bramcordie
Copy link
Contributor

The attributes common name, surname and given name can contain special characters (eg: ô, é, ë) but are lost when converted to a replacement character because an utf8_decode is applied.

@rmoreas
Copy link
Owner

rmoreas commented Sep 25, 2013

When your app is using UTF-8 character encoding the utf8_decode shouldn't be applied. It's only needed when using ISO-8859-1 character encoding. Any suggestions how to support multiple character encodings?

@bramcordie
Copy link
Contributor Author

It would be nice to make the attribute definitions in the Shibbolth service configurable in the config.yml of the app. I'm going to start out with circumventing the utf decode first and see how far I can get.

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

2 participants