opoo / opoopress

OpooPress framework is a java based blog aware static site generator.
http://www.opoopress.com/
Apache License 2.0
113 stars 31 forks source link

在 ChineseToPinyinSlugHelper 处理汉语拼音时,未处理 'ü' 的显示方式,导致生成的 slug 不正确 #10

Closed opoo closed 10 years ago

opoo commented 10 years ago

ChineseToPinyinSlugHelper 使用 Pinyin4j 处理汉字转汉语拼音时,如果不设置 VCharType,将默认使用 u: 来显示 ü,但 slug 作为文件名的一部分不能包含:符号。

参考: http://www.cnblogs.com/tomcattd/archive/2013/01/22/2871115.html

opoo commented 10 years ago

Fixed by 4e39ded3a0c30169eb62839f976fd12c0e8b69fd