+[12 years ago]vasilakisFiLhey guys +[12 years ago]vasilakisFiLin the blockquote plugin if I add a long quote and I break the line (to fit it in my vim screen actually) the line also breaks in the html output +[12 years ago]vasilakisFiLit this makes sense ? +[12 years ago]vasilakisFiLwouldn't be better to have the same markdowb rules for the quote ? +[12 years ago]vasilakisFiLdoes it make sense*
+[12 years ago]Anandawardhanahello folks is there a way I can use unicode characters in Octopress categories ? In other words it means having some unicode characters in the URLs as well. I have to migrate a blog from blogspot that has lables that has unicode characters +[12 years ago]Anandawardhana*labels that has unicode characters * +[12 years ago]Anandawardhanawhen I migrate it the normal way it ends up converting unicode into English, here's where I tested it http://notes.alochana.net/blog/categories/niveedn/ +[12 years ago]pontikiAnandawardhana: most softwares don't yet deal with high-byte and multi-byte characters in URLs, which is unfortunate, as the spec has been out for ages and ages. +[12 years ago]pontikithe stringex utility used in octopress (and jekyll) extends the .to_url method into String, and it does the conversion to ASCII, instead of doing the correct multi-byte correction