donnelldebnam / CodeU-Spring-2018-29

CodeByter's Chat Webapp
https://codebyters-203901.appspot.com/
Apache License 2.0
0 stars 9 forks source link

Support unicode for username and chat messages. #4

Open dhgarrette opened 6 years ago

dhgarrette commented 6 years ago

The code has a couple of places that say "Please enter only letters and numbers.". This is ok for users of English, but isn't good for lots of other languages. We should support all languages so we should add support for all unicode characters.

dhgarrette commented 6 years ago

The chat messages technically accept unicode, but they get printed to the screen as garbage, as shown the attached image.

unicode_message_fail