combine all parsed char groups into a single :chars map
This commit is contained in:
parent
6d2909d152
commit
4f39c6b112
|
@ -82,7 +82,7 @@
|
|||
(drop (+ num-basic-char-lines num-ext-char-lines))
|
||||
(partition (inc char-height)))]
|
||||
{:header header
|
||||
:basic-chars (parse-basic-chars header basic-chars)
|
||||
:ext-chars (parse-ext-chars header ext-chars)
|
||||
:other-chars (parse-other-chars header other-chars)})))
|
||||
|
||||
:chars (merge
|
||||
(parse-basic-chars header basic-chars)
|
||||
(parse-ext-chars header ext-chars)
|
||||
(parse-other-chars header other-chars))})))
|
||||
|
|
Loading…
Reference in a new issue