latest 8 messages by glokta
+
[2016-09-06T11:18:23Z]
glokta
I am using Jekyll(3.2.1) version and ruby(2.2.5) version
+
[2016-09-06T11:12:32Z]
glokta
I am not sure how to debug further. any direction is appreciated.
+
[2016-09-06T11:12:08Z]
glokta
I looked into the source code and the url is encoded using URI.escape method.
+
[2016-09-06T11:09:02Z]
glokta
The file is saved with the encoding UTF-8 without BOM
+
[2016-09-06T11:08:37Z]
glokta
But the encoded url that I see in the generated site is “%E0%AE%85%E0%AE%B4%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A4-%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%99-%E0%AE%95%E0%AE%B3.html” . This translates to “அழியாத-கோலங-கள”.
+
[2016-09-06T11:08:09Z]
glokta
Now when I copy “அழியாத-கோலங்கள்” and run URI.escape('அழியாத கோலங்கள்',%r{[^a-zA-Z\d\-._~!$&'()*+,;=:@\/]}).encode("utf-8") in the IRB, I get %E0%AE%85%E0%AE%B4%E0%AE%85%E0%AE%B4%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A4%20%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D
+
[2016-09-06T11:06:48Z]
glokta
This is the file name 2016-09-06-அழியாத-கோலங்கள்.markdown.
+
[2016-09-06T11:04:53Z]
glokta
Hi. I am having a problem with jekyll url encoding for devanagari font(tamil language).