Created
September 30, 2013 02:31
-
-
Save narration-sd/6758732 to your computer and use it in GitHub Desktop.
some Chinese for CMS testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here's the offending Chinese title: | |
4 這是 | |
It comes out as path/slug: | |
blog/4 | |
Here's a Korean one that works: | |
3 번 | |
Which comes out properly: | |
blog/3-번 | |
Removing the space between number and Chinese makes no difference. | |
Here's some more Chinese - the two lines are different; there's a (ficticious) word-space in the second one | |
我們使我們的工藝方式 | |
我們使我 們的工藝方式 | |
Here's some more Korean, in case it's useful (maybe other characters don't work as well?) - also more meaningful...says I forgot nearly all... | |
이제 한국어는 정말 거의 모든 잊고있다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment