Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent transliterated slugs exceeding length limit #137

Merged
merged 1 commit into from Jul 18, 2019

Conversation

thebaer
Copy link
Member

@thebaer thebaer commented Jul 11, 2019

Transliteration during slug generation can cause slugs to exceed their 80-character limit. This fixes that by making a second truncation pass on the slug.

Originally reported on the forum.

Transliteration during slug generation can cause slugs to exceed their
80-character limit. This fixes that by making a second truncation pass
on the slug during generation.

Originally reported on the forum:
https://discuss.write.as/t/title-convert-to-url-function-bug-under-chinese/723
@thebaer thebaer added this to the 0.11 milestone Jul 11, 2019
@thebaer thebaer merged commit 22c1fab into develop Jul 18, 2019
@thebaer thebaer deleted the fix-long-slugs-chinese branch July 18, 2019 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant