]> git.ipfire.org Git - thirdparty/grub.git/commit
util/import_unicode.py: Ensure output is deterministic
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 1 Jun 2023 07:38:20 +0000 (09:38 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 13 Jun 2023 12:16:08 +0000 (14:16 +0200)
commit4ffe6391ca150c19dd6626dee3a82e86541b531f
tree727ce8ca46f44763448213fb3729a39996bd6eca
parent87648e9c12a32bddb005b899edc44c2c9c63df82
util/import_unicode.py: Ensure output is deterministic

Ensure the generated unidata.c file is deterministic by sorting the
keys of the dict.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/import_unicode.py