joshfrench / rakismet

Easy Akismet and TypePad AntiSpam integration for Rails
MIT License
355 stars 46 forks source link

Unicode URL support. #48

Open buildAI opened 4 years ago

buildAI commented 4 years ago

Right now akismet as a a service supports unicode urls but this gem doesn't support unicode URLs. This is happening because ruby's URI parse supports only ASCII characters

example: blog_url: "https://www.example.com/हिंदीकामकररहेहैंयानहीं"

buildAI commented 4 years ago

@joshfrench I am planning to pick up and work on this. Firstly do you agree with addition of this support? If you say yes. I would like to pick it up.

joshfrench commented 4 years ago

Pull requests welcome! Thank you :)