orf / simple

Simple is a clone of Obtvse written in Python running on Flask.
MIT License
505 stars 280 forks source link

fix CJK url problems in 6b6ad99440 #27

Closed yin8086 closed 11 years ago

yin8086 commented 11 years ago

Because you have fix the slug type back to string, the old support for CJK characters won't work again. So I fix it.

By the way, the new DISQUS comment system is very good.

orf commented 11 years ago

I will test this and merge it later tonight, thanks!

yin8086 commented 11 years ago

You can test with a title like

And you can see the example in my blog. It works in yin8086/simple@7eb533daa75ec7ebaa675bf798dfffb5be62df5c with Chinese translation.

orf commented 11 years ago

Thanks for this, it all appears to work correctly. I haven't merged this directly but I have added your changes.