Favo02 / cess-advisor

🐫🚽 Cess Advisor: a webapp to review toilets. Build with OCaml (Restful API) + Javascript (SvelteKit Frontend) + Postgres (Database).
https://cessadvisor.favo02.dev
GNU General Public License v3.0
8 stars 0 forks source link

Special iPhone characters not allowed by regex #14

Open Favo02 opened 6 months ago

Favo02 commented 6 months ago

Some characters are not allowed by the regex used for input validation, like ’•“”«» or emojis.

Favo02 commented 6 months ago

Possible solutions:

Resources: