oddmuse icon indicating copy to clipboard operation
oddmuse copied to clipboard

Emojis as usernames don't work

Open AlexDaniel opened this issue 7 years ago • 1 comments

I tried using 🐄 as a username on oddmuse.org but it got replaced with “Anonymous”. Seems to be a fairly old issue because on one of my private wikis there's an identical issue.

AlexDaniel avatar May 24 '18 12:05 AlexDaniel

We definitely need a better regular expression for valid page names. That’s the main problem. And we don’t want to allow just anything since user names = page names = file names. So we need to look at limitations of the system. No slashes, no null bytes. Ideally, we would use something like “all printable characters” for the Unix family of file systems (ext3, ext4) and relegate problematic filesystems to modules like HFS issues which got relegated to mac.pl. Then we no longer have to worry about forbidden characters and directory separators in NTFS and HFS and all that.

kensanata avatar May 24 '18 15:05 kensanata