Andy
Andy
I made this suggestion a while back #208. I think it would help to more easily tell which player is talking, especially if the colours were preserved for each seat...
I worked on a bunch more and cleaned up the ones from before so they look better on a dark grey background. Check em out: JaCard = NeinCard = ...
Oops, I changed it in photoshop but forgot to export before uploading. Here's an alternative as well:   I also did these extra ones heyLibs =  heyFas =...

Hey, so I decided to have a go at implementing this. I put a branch up here if you want to check it out: https://github.com/andy013/secret-hitler/tree/emotes It works fine, but since...
Oh yeah, sure. I didn't know if it was appropriate to do a PR for something like this (that I'm not sure will be included in the main branch).
I've seen a bunch with no width characters in the middle of the name, but maybe you can just remove those? Compare only letters and numbers and remove everything else...
@ParzivalWolfram can you give an example? Couldn't you just covert from unicode to ascii and then remove all bytes that aren't letters and numbers?
I don't see how that would create any problems with something like: ``` Convert names of everyone to alphanumeric string. When someone joins, convert their name and compare it to...
I had a little look at the ICU API for Unicode strings. I think there is a way to do what I said previously. You need to do something like:...