Entering Name With Accents on arXiv

I contacted the arXiv support, here's their reply:

"This is actually something we manually fix later in the process, after you submit. Our legacy perl based system does not handle utf gracefully. If you proceed with the submission as is or with Tom D\"orr we will change it to Tom D\"orr in the metadata so that it will be displayed correctly.

We are also in the process of updating our code base to python/flask that will support utf."


Your image shows that it is being represented as if it was double-encoded in utf-8. I would first ensure your browser isn't misconfigured to show arXiv page as latin-1 despite being utf-8. Then, given that providing the utf-8 characters fail to render properly, I would configure the page as being in windows-1252 (which would show lots of those artifacts) and try sending the name in that encoding (your browser will use the encoding in which the page was served) which, hopefully, might end up correctly encoded (it would still be a serious bug, though)

Howover, since you claim that you tried to input it as D\"orr and it still showed as Dörr, that leads me to think that it may be a local representation problem on your end (maybe some other part of the page produces a stray latin-1 character, which makes the browser conclude the page cannot be in utf-8?).

Note you can always contact arXiv about the error you are receiving.