Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread Thomas Dickey
On Fri, Dec 15, 2023 at 05:41:10PM -0700, David Snyder wrote: > Not the correct solution, but I was able to get vile to work on macOS > Sonoma with this change: > > $ git diff > diff --git a/eightbit.c b/eightbit.c > index f5b0b158..24e9f617 100644 > --- a/eightbit.c > +++ b/eightbit.c > @@

Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread David Snyder
Not the correct solution, but I was able to get vile to work on macOS Sonoma with this change: $ git diff diff --git a/eightbit.c b/eightbit.c index f5b0b158..24e9f617 100644 --- a/eightbit.c +++ b/eightbit.c @@ -616,6 +616,7 @@ vl_get_encoding(char **target, const char *locale) } else {

Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread David Snyder
Not surprisingly, installing vile via Homebrew produces the same results. ==> Downloading https://ghcr.io/v2/homebrew/core/vile/manifests/9.8y # 100.0% ==> Fetching vile ==> Downloading

Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread David Snyder
Hi Thomas, Thanks for your reply. I was hoping that would work, but no luck so far: $ LC_ALL=en_US.UTF-8 vile Cannot setup translation from to UTF-8 It seems odd that vl_narrow_enc.encoding is *empty* in the error message above. For locale, I see the same as you: $ locale -a | wc -l 203