diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-19 18:32:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-19 18:32:21 +0000 |
commit | 6af9ebd945c9c29a5fdadfe01a7f49af29b00593 (patch) | |
tree | 7dc9b968e2da9fccfdad7037fb458b9c56bc85f6 /doc/bugs | |
parent | bc59e1b72e2812155414b85e1052cdd6a60ac554 (diff) |
resonse
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/i18n_characters_in_post_title.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
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]] |