]> arthur.barton.de Git - netatalk.git/commit
New default character conversion wrt NOT hexencoding '/'
authorFrank Lahm <franklahm@googlemail.com>
Wed, 28 Mar 2012 15:31:35 +0000 (17:31 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 28 Mar 2012 15:31:35 +0000 (17:31 +0200)
commitf03f4b3ee3b8c423f1b48e3fd5a226db95ce428f
tree621fba2787b13aae889ef23ff78c2f0128f18ce9
parent99d3499c904929254278d951c517a2db9204fe29
New default character conversion wrt NOT hexencoding '/'
* '/' is just translated to ':'
* by default CAP encodings of existing files is not decoded but used as is
* this means eg folders created in Netalk 2.2.x named "my/folder" which
  were saved as "my:2ffolder" on the server with Netatalk 3.y will
  appear as "my:2ffolder"
* uniconv can be used to convert the CAP encoding
libatalk/unicode/charcnv.c
libatalk/util/netatalk_conf.c