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

non-ascii UTF8 characters don't work in user names #6693

Closed
jpeach opened this issue Aug 14, 2013 · 2 comments
Closed

non-ascii UTF8 characters don't work in user names #6693

jpeach opened this issue Aug 14, 2013 · 2 comments
Labels
Bug broken, incorrect, or confusing behavior Duplicate Duplicate of another issue or PR - will be closed
Milestone

Comments

@jpeach
Copy link
Contributor

jpeach commented Aug 14, 2013

Attempt to create a user:

james:
  user.present:
    - fullname: 'James Hedström'

This will fail with a serialization error. It would be very helpful is salt fully supported UTF8.

@basepi
Copy link
Contributor

basepi commented Aug 14, 2013

Yes, there's an existing issue with the way msgpack deals with (or, in this case, doesn't deal with) unicode: #3436

There's little we can do until msgpack fixes its unicode issues. =\

@basepi basepi closed this as completed Aug 14, 2013
@jpeach
Copy link
Contributor Author

jpeach commented Aug 14, 2013

I read most of the really depressing msgpack thread and they are never going to fix this. I think that it's important for salt to have unicode support, so you really should consider working around it in some way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior Duplicate Duplicate of another issue or PR - will be closed
Projects
None yet
Development

No branches or pull requests

2 participants