v.18.14Improvement

Correct Row Width Calculation for Pretty Formats in Terminal

Correct calculation of row width in the terminal for Pretty formats, including strings with hieroglyphs. Amos Bird.
Improved calculation of row width in terminal output for Pretty formats, accurately handling strings containing hieroglyphs and other wide characters.

Why it matters

This feature fixes incorrect alignment and display issues in the Pretty output format when rendering strings with hieroglyphs or multi-width Unicode characters. It ensures that terminal rows have correct width calculations, improving readability and correctness of query results shown in the CLI or terminal.

How to use it

Users do not need to change any settings. The fix is automatically applied for all queries using the Pretty output format when run in terminals that display multi-width Unicode characters.