On Mon, Jul 19, 2010 at 12:58 PM, Pegasus Rider <[email protected]> wrote: > First of, I'd like to thank Uriel and the contributors for the awesome > work they did. IMHO Werc is a CMS of the right kind, the only one I'm > aware of. In fact, some time ago I wanted to deploy a (SSI-based) > thing that would indeed rely on file system, and even thought about > Markdown, but Werc is far superior than anything I can aspire to > write, so I owe you heck lot of time guys, thank you! > I just happened to run into a bug, hence the report: > files with non-Latin names are being ignored by Werc - i. e. they are > not listed alongside their Latin-named counterparts and are not > accessible without their suffices (file name extensions); when > requesting the full name, they are served like they should - without > any processing. > There is also a problem with i18ised site titles, the cure here would > be specifying the character encoding before the title, and that's it. > P. S.: I know I'd better send the patches...
Actually werc only supports a *subset* of ascii in its URLs, this is in part due to security, and due to how insane the URL escaping rules are. Even if this restriction didn't exist, it is good practice to stick to such a subset for your urls. Page titles should already be arbitrary UTF-8 strings and should work fine. Supporting any encoding other than UTF-8 is obviously completely out of the question. uriel > > -- > You received this message because you are subscribed to the Google Groups > "werc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/werc9?hl=en. > > -- You received this message because you are subscribed to the Google Groups "werc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/werc9?hl=en.
