rails / journey

A router for rails
221 stars 57 forks source link

Support encoded UTF-8 paths #14

Closed pwim closed 12 years ago

pwim commented 12 years ago

URLs can contain percent-encoded utf-8 text as per RFC 3986. Journey did not allow of defining routes containing utf-8 text, as the scanner improperly considered each % to a separate token.