20 March: The 2026 staff drive is now CLOSED! If you are selected to move forward, you will be contacted via DMail. Important note: this process takes a long time, usually several weeks. If you would like to know the status of your application after 10 April, feel free to contact me (Rainbow Dash).
24 February: Just as a heads up, we've updated our uploading guidelines to include a new entry. This was added to address a string of bad faith content that was exploiting our very permissive content standards.
We still have a Discord server, come talk to us!
Want to advertise on e621? Click here!
Are you an artist uploading your own art to e621? Get verified now!
kalider
MemberI added an artist tag by using the name from the description and decoding it into it's Unicode entities (and replaced the % with & but maybe _ would be better).
=> ドロマメ -> %u30C9%u30ED%u30DE%u30E1 -> u_30C9_u30ED_u30DE_u30E1 -> u_30C930ED30DE30E1
Basically every artist tag matching this regex ^_u([0-9A-F]{4})+$ would be a Unicode one.
Is this an acceptable strategy to give artists with non-ASCII handles a tag?
see forum discussion
EDIT: _u.... -> _u.... ("_" can't be the first character in any tag.)
------
EDIT2: as discussed in the forum topic (linked above) this is not a useful solution to the problem. Thus I replaced the decoded artist tag with a romanized one.
Updated
Login to respond »