Nothing is left after transliteration.
日本語- Why:
- ASCII mode can only keep characters that transliterate to ASCII, and a title written entirely in a non-Latin script has none. Returning an empty slug would produce a URL that collides with every other one like it.
- Fix:
- Turn on Unicode mode to keep the original characters. Non-ASCII slugs are legal in URLs and are percent-encoded automatically.