]> git.kaiwu.me - quickjs.git/commit
Improve unicode table handling (#286)
authorCharlie Gordon <github@chqrlie.org>
Sun, 5 May 2024 10:10:24 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 10:10:24 +0000 (12:10 +0200)
commit1402478d8d280a1a62dfb76327dd569d6307a025
treee9f4f938b677b069db88d1004f3dcb4ab3d88755
parent3b45d155c77bbdfe9177b1e03db830d2aff0b2a8
Improve unicode table handling (#286)

- Document table and index formats
- Add size statistics
- Fix UBSAN issue in `get_le24()`

Fixes #285
libunicode-table.h
libunicode.c
unicode_gen.c