SDK icon indicating copy to clipboard operation
SDK copied to clipboard

fix conversion of ㅊ to ch

Open MartinLBeacham opened this issue 1 year ago • 1 comments

Got some code for us? Awesome 🎊!

Please include a description of your change & check your PR against this list, thanks!

  • [ X] There's a clear use-case for this code change
  • [ X] Commit message has a short title & references relevant issues
  • [ X] The build will pass (run yarn test and yarn lint)

More info can be found by clicking the "guidelines for contributing" link above.

MartinLBeacham avatar Apr 06 '24 20:04 MartinLBeacham

fixing reported issue where unidecode erroneously converts "ㅊ" to "c" instead of the correct "ch".

MartinLBeacham avatar Apr 06 '24 20:04 MartinLBeacham