Commit Diff
Commit:
b240cdbb259a3f9751861686a980e75166404074
From:
Omar Polo <op@omarpolo.com>
Date:
Thu Jan 13 17:36:51 2022 UTC
Message:
add to CAVEATS a note about the naive text-wrapping algorithm
commit - bb5abe9f9e45c59086d3406f99f67bb1a763b752
commit + b240cdbb259a3f9751861686a980e75166404074
blob - 81834c274f2a7e715d8ac3a2488c6294c15cceed
blob + c988de8562e1345e873883ba0a00fa36de0fb512
--- 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