1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/python/samba/gp_parse
Garming Sam 0bcfc550b1 gp_inf: Read/write files with a UTF-16LE BOM in GptTmpl.inf
Regression caused by 16596842a6

[MS-GPSB] 2.2 Message Syntax says that you have to write a BOM which I
didn't do up until this patch. UTF-16 as input encoding was marked much
higher up in the inheritance tree, which got overriden with the Python 3
fixes. I've now marked the encoding much more obviously for this file.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14004

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>

Autobuild-User(master): Gary Lockyer <gary@samba.org>
Autobuild-Date(master): Fri Jul 19 02:20:47 UTC 2019 on sn-devel-184
2019-07-19 02:20:47 +00:00
..
__init__.py python/samba/gp_parse: PY3 file -> open 2018-11-05 20:05:23 +01:00
gp_aas.py gp_aas: Leave a placeholder for the .aas files for now 2018-08-16 23:42:21 +02:00
gp_csv.py py3: io.open takes a numeric buffering argument at index 2 2019-03-12 00:42:20 +00:00
gp_inf.py gp_inf: Read/write files with a UTF-16LE BOM in GptTmpl.inf 2019-07-19 02:20:47 +00:00
gp_ini.py gpo: Parse GPT.INI with Latin-1 2019-03-12 00:42:20 +00:00
gp_pol.py python/samba/gp_parse: PY3 file -> open 2018-11-05 20:05:23 +01:00