commit 8bfe7529c025a55ccb71254422680746d041c242 from: Omar Polo date: Sat Nov 27 21:07:10 2021 UTC mention that we're expecting an UTF-8 environment. commit - 84892515ec94204f7208e7492a31439f8c0f82e3 commit + 8bfe7529c025a55ccb71254422680746d041c242 blob - 8b9c34d96c95ead2cf74029371b16035470a57e7 blob + 0aaa82462cd996ce532522244fdfb6f3e1f6f2c2 --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2021-11-27 Omar Polo + + * telescope.1: mention that we're expecting an UTF-8 environment. + 2021-11-26 Omar Polo * configure.ac: add HOSTCC and HOSTFLAGS to aid cross-compiling since pagebundler needs to be built with the host compiler. Reported and tested by Nikolay Korotkiy, thanks! blob - 0f1159851b403d778d102e3dfc0ce96215941607 blob + d4b7facb6eb2a8e381d03dca6598c47da780493c --- telescope.1 +++ telescope.1 @@ -957,5 +957,11 @@ The .Nm program was written by .An Omar Polo Aq Mt op@omarpolo.com . +.Sh CAVEATS +.Nm +assumes a UTF-8 environment and doesn't do anything to cope with other +encodings. +This can cause weird rendering issues if you're lucky, or possibly +worst things depending on your locale and terminal emulator. .Sh BUGS There's no UI for out-of-band certificates validation.