ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
590 stars 359 forks source link

Cannot use Unicode characters outside of BMP for slide names #7728

Open martinthomson opened 2 months ago

martinthomson commented 2 months ago

Describe the issue

In setting the title of slides for upload, I received this message....

"The title contains characters outside the Unicode BMP, which is not currently supported"

This is not necessary. Please remove this check.

Code of Conduct

rjsparks commented 2 months ago

Likely a holdover from when we were on a version of mysql that could only store BMP - will verify and relax the restriction if it went away with the move to a modern postgresql.