diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 14:16:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-28 14:16:18 +0000 |
commit | bb2bcf10609daf216bedc767a5867f53123734c0 (patch) | |
tree | 6cb71fa9f045d1c5bf828235aee28ba1775b4c79 /doc/bugs | |
parent | 2af8a8d1fee73b54fcf28b1ef894010cc169be3e (diff) |
web commit by http://getopenid.com/ptecza: * Add pointers to modified UTF7
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/i18n_characters_in_post_title.mdwn | 8 |
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 f5ed4deee..f89d25c81 100644 --- a/doc/bugs/i18n_characters_in_post_title.mdwn +++ b/doc/bugs/i18n_characters_in_post_title.mdwn @@ -38,6 +38,14 @@ I hope it's a bug, not a feature and you fix it soon :) --Pawel joey@kodama:~>perl -MIkiWiki -le 'print IkiWiki::titlepage(shift).".mdwn"' "Błąd" B__197____130____196____133__d.mdwn +>>>>> Thanks for the hint! It's good for me, but rather not for common users :) + >>>> 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]] + +>>>>> The modified form of UTF7 is defined in [RFC 2060](http://www.ietf.org/rfc/rfc2060.txt) +>>>>> for IMAP4 protocol (please see section 5.1.3 for details). + +>>>>> There is a Perl [Unicode::IMAPUtf7](http://search.cpan.org/~fabpot/Unicode-IMAPUtf7-2.01/lib/Unicode/IMAPUtf7.pm) +>>>>> module at the CPAN, but probably it hasn't been debianized yet :( --Pawel |