Currently, the platform can create document slugs with Unicode characters, but our pattern-recognizer still only recognizes Latin alphanumerics.
Need to change 0-9a-zA-Z- to \p{L}\p{N}%-.
However! We're blocked by the platform's oEmbed endpoint, which currently chokes on them.
Currently, the platform can create document slugs with Unicode characters, but our pattern-recognizer still only recognizes Latin alphanumerics.
Need to change
0-9a-zA-Z-to\p{L}\p{N}%-.However! We're blocked by the platform's oEmbed endpoint, which currently chokes on them.