From 11f082c41fbc477ccaa55f08e7d4bdb79ba95be5 Mon Sep 17 00:00:00 2001 From: mete0r Date: Sun, 9 Mar 2014 13:30:10 +0900 Subject: [PATCH] binmodel: enhance HWPTAG_NUMBERING >= 5.0.3.0 TODO: see #147 --- pyhwp/hwp5/binmodel/tagid23_numbering.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyhwp/hwp5/binmodel/tagid23_numbering.py b/pyhwp/hwp5/binmodel/tagid23_numbering.py index 7f7c110a..740be9ed 100644 --- a/pyhwp/hwp5/binmodel/tagid23_numbering.py +++ b/pyhwp/hwp5/binmodel/tagid23_numbering.py @@ -62,4 +62,7 @@ def attributes(cls): ''' 표 33 문단 번호 ''' yield ARRAY(NumberingLevel, 7), 'levels' yield UINT16, 'starting_number' + yield dict(type=ARRAY(UINT32, 7), + name='unknown', + version=(5, 0, 3, 0)) attributes = classmethod(attributes)