Commit Diff
Commit:
b240cdbb259a3f9751861686a980e75166404074
Date:
Thu Jan 13 17:36:51 2022
UTC
Message:
add to CAVEATS a note about the naive text-wrapping algorithm
--- telescope.1
+++ telescope.1
@@ -978,5 +978,9 @@ weird thing happening depending on your locale and ter
assumes a UTF-8 environment and doesn't try to cope with other encodings.
This can cause strange rendering issues if you're lucky, or possibly
weird thing happening depending on your locale and terminal emulator.
+.Pp
+The algorithm used for text-wrapping is naive and doesn't really work for
+languages that make heavily use of glyphs composed by multiple UNICODE
+codepoints.
.Sh BUGS
There's no UI for out-of-band certificates validation.
Omar Polo