On Tue, 20 Jan 2015 09:50:13 +0100
Michael Schnell <[email protected]> wrote:

> As Pagenames seemingly are allowed to contain up to 256 characters with 
> relevant upper/lower case and there are file systems that support only 
> up to 256 characters for file names and there are (silly !!!)  file 
> systems that don't support relevant upper/lower case, something like MD5 
> seems to be the only viable option.
> 
> Of course a file with reference list needs to be provided.

Our Wiki does not have that long page names.
The problem is that non ASCII characters are converted to hex codes,
tripling the length. wikiget could use the actual names instead and
encode them using some sort of UTF-7. 
I implemented the UTF-8 to UTF7W and back functions.

Mattias

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to