Rewrite all the packing stuff so that it converts 'f' strings to CP850
authorMartin Pool <mbp@samba.org>
Sat, 9 Nov 2002 01:47:54 +0000 (01:47 +0000)
committerMartin Pool <mbp@samba.org>
Sat, 9 Nov 2002 01:47:54 +0000 (01:47 +0000)
commit2480d385db0527b71cc5cd23c4fab4655df84485
tree06837a75a7df2a3f1d6580d6f0726066f5427fb7
parent488e985caa0b0e3e2a6665eb2515a2c99745d861
Rewrite all the packing stuff so that it converts 'f' strings to CP850
on encoding.  (Tough luck if your Samba codepage is not 850.)  It's
much cleaner and possibly more efficient now too: just build one big
list of strings, then zip it up at the end.

Still need to do this for unpacking.
source/python/py_tdbpack.c