chars/README.md

8 lines
280 B
Markdown
Raw Normal View History

2024-03-08 22:14:04 +00:00
Prints unicode characters to stdout.
2024-03-08 20:57:28 +00:00
2024-03-08 22:14:04 +00:00
Specify which unicode blocks you want by uncommenting them in `src/blocks.rs`.
Do `cargo run` and the codepoint, glyph, and name of every character in the
specified blocks will be printed to stdout, separated by a tab `\t`.
That's it. Enjoy