BurntSushi / ucd-generate

A command line tool to generate Unicode tables as source code.
Apache License 2.0
93 stars 21 forks source link

Fix bug in output of title case mapping #40

Closed wezm closed 3 years ago

wezm commented 3 years ago

The case-mapping sub-command introduced in #17 outputs the upper-case mapping for the TITLE table instead of the title-case mapping. This PR fixes the bug.