Ghost
Ghost copied to clipboard
Korean Romanization is Wrong
Issue Summary
ㅊ should be romanized to "ch", but it's romanized to "c"
Steps to Reproduce
- Create New Post
- Use "ㅊ" somewhere in the title
- Open right panel, look for the sluggified URL
- ㅊ should be romanized to "ch", but it's romanized to "c"
Ghost Version
Ghost(Pro)
Node.js Version
Ghost(Pro)
How did you install Ghost?
Ghost(Pro)
Database type
MySQL 5.7
Browser & OS version
No response
Relevant log / error output
No response
Code of Conduct
- [X] I agree to be friendly and polite to people in this repository
I am willing to fix the error (if we can pinpoint the source of error)
Also, why don't we just allow UTF-8 slugs?
https://github.com/TryGhost/SDK/blob/244a9625f2358d52fc095570ff2722a69554c9ea/packages/string/lib/slugify.js#L1
Seems like it's coming from here?