Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Filename auto-generation for Chinese #57

Open JuhaS opened 7 years ago

JuhaS commented 7 years ago

We implemented automatic generation of filenames based on the title in #47. While doing that we explored some ways to do that for non-ascii characters, for example 中国 -> zhongguo conversion.

We found a potentially working way for chinese here: https://github.com/Wiredcraft/jekyllpro-cms/issues/47#issuecomment-304420350 .

Doing it for with better accuracy for more languages would require a backend feature since the dataset needed would be multiple megabytes.