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)
commit5fabbb0573095d05695ab4904683f6939d6d9e37
tree60410d5079ea27cd42a8a65c389d2dad29a2f9c7
parentcc9b6ef9cadf31b576609308d24657e921c644d1
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.
(This used to be commit 2480d385db0527b71cc5cd23c4fab4655df84485)
source3/python/py_tdbpack.c