From 6af9ebd945c9c29a5fdadfe01a7f49af29b00593 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 19 Jan 2007 18:32:21 +0000 Subject: resonse --- doc/bugs/i18n_characters_in_post_title.mdwn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/bugs/i18n_characters_in_post_title.mdwn b/doc/bugs/i18n_characters_in_post_title.mdwn index 1b45f71ec..92603c506 100644 --- a/doc/bugs/i18n_characters_in_post_title.mdwn +++ b/doc/bugs/i18n_characters_in_post_title.mdwn @@ -1,4 +1,10 @@ It seems that I can't use Polish characters in post title. When I try to do it, then I can see error message: "Błąd: bad page name". -I hope it's a bug, not a feature and you fix it soon :) --Pawel \ No newline at end of file +I hope it's a bug, not a feature and you fix it soon :) --Pawel + +> ikiwiki only allows a very limited set of characters raw in page names, +> this is done as a deny-by-default security thing. All other characters +> need to be encoded in __code__ format, where "code" is the character +> number. This is normally done for you, but if you're adding a page +> manually, you need to handle it yourself. --[[Joey]] -- cgit v1.2.3