Utfmb4 instead of utf8mb3? (#442)

after adding "charset": "utf8mb4", to tutor/auth.json at v12.0.1 Β· overhangio/tutor Β· GitHub I’m able to set :man_technologist: as my full name. However I don’t see a place to set this for notes


OK should be this line: tutor-notes/tutor.py at master Β· overhangio/tutor-notes Β· GitHub


Now I can add β€œ:woman_factory_worker:πŸ§‘β€πŸ­:man_factory_worker::woman_technologist:πŸ§‘β€πŸ’»:man_technologist::woman_office_worker:πŸ§‘β€πŸ’Ό:man_office_worker::woman_mechanic:πŸ§‘β€πŸ”§:man_mechanic::woman_scientist:πŸ§‘β€πŸ”¬:man_scientist::woman_artist:πŸ§‘β€πŸŽ¨:man_artist::woman_firefighter:πŸ§‘β€πŸš’:man_firefighter::woman_pilot:πŸ§‘β€βœˆ:man_pilot::woman_astronaut:πŸ§‘β€πŸš€:man_astronaut:” to notes


BTW, when looking into the dumped mysql, I noticed the commands at tutor/local.rst at v12.0.1 Β· overhangio/tutor Β· GitHub will dump mysql internal tables like information_schema as well, which may not be desirable. What do you think? I’d be happy to make a PR.