Ghost icon indicating copy to clipboard operation
Ghost copied to clipboard

Korean Romanization is Wrong

Open anaclumos opened this issue 2 years ago • 3 comments

Issue Summary

ㅊ should be romanized to "ch", but it's romanized to "c"

Steps to Reproduce

  1. Create New Post
  2. Use "ㅊ" somewhere in the title
  3. Open right panel, look for the sluggified URL
  4. ㅊ 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

anaclumos avatar Mar 22 '24 07:03 anaclumos

I am willing to fix the error (if we can pinpoint the source of error)

anaclumos avatar Mar 22 '24 07:03 anaclumos

Also, why don't we just allow UTF-8 slugs?

anaclumos avatar Mar 22 '24 07:03 anaclumos

https://github.com/TryGhost/SDK/blob/244a9625f2358d52fc095570ff2722a69554c9ea/packages/string/lib/slugify.js#L1

Seems like it's coming from here?

anaclumos avatar Mar 22 '24 07:03 anaclumos