Skip to content

sholderbach/unicode_measurements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measuring the width of unicode graphemes on terminal outputs

Testing the behavior of different unicode graphemes in terminals and checking if the assumed length is fitting to the printed representation. Uses the unicode_width crate for the width estimates. Also check for potential interactions with ANSI coloring.

Automated measurements

To make it feasible to check many terminal emulators and platforms automate the counting of columns. Assumes the examples are fitting well into a row of a standard terminal (e.g. 80x24). Supports both check without ansi additions (default) and with ansi background and foreground color changed (--full). Manual checking is possible via --manual

About

Testing of unicode behavior in terminals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages