aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-29 10:18:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-01-29 10:18:54 +0000
commitaf6ed8b762ee49d66061bb79fb674452d3cdb1f5 (patch)
tree49129c8f801edbaad9f28dc74734e41e9c7d72e5 /doc/bugs
parentf660b812bc26e15c9e1affb23ce6c5550dc8a979 (diff)
downloadikiwiki-af6ed8b762ee49d66061bb79fb674452d3cdb1f5.tar
ikiwiki-af6ed8b762ee49d66061bb79fb674452d3cdb1f5.tar.gz
web commit by http://getopenid.com/ptecza: * What's your locale?
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/i18n_characters_in_post_title.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/i18n_characters_in_post_title.mdwn b/doc/bugs/i18n_characters_in_post_title.mdwn
index f89d25c81..4704e13a1 100644
--- a/doc/bugs/i18n_characters_in_post_title.mdwn
+++ b/doc/bugs/i18n_characters_in_post_title.mdwn
@@ -40,6 +40,14 @@ I hope it's a bug, not a feature and you fix it soon :) --Pawel
>>>>> Thanks for the hint! It's good for me, but rather not for common users :)
+>>>>>> Interesting... I have another result:
+>>>>>>
+>>>>>> perl -MIkiWiki -le 'print IkiWiki::titlepage(shift).".mdwn"' "Błąd"
+>>>>>> B__179____177__d.mdwn
+>>>>>>
+>>>>>> What's your locale? I have both pl\_PL (ISO-8859-2) and pl\_PL.UTF-8,
+>>>>>> but I use pl\_PL. Is it wrong? --Pawel
+
>>>> Now, as to UTF7, in retrospect, using a standard encoding might be a
>>>> better idea than coming up with my own encoding for filenames. Can
>>>> you provide a pointer to a description to modified-UTF7? --[[Joey]]