Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread David Snyder
619 result = utf_eight; 620 #else 621 if (vl_is_utf8_encoding(locale)) { Target 0: (vile) stopped. (lldb) p (char *) nl_langinfo(0) (char *) 0x00018b435db8 "" Hope this helps you work out a proper solution. On Fri, Dec 15, 2023 at 4:15 PM David Snyder wrote: > Not surpri

Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread David Snyder
iour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). $ vile Cannot setup translation from to UTF-8 On Fri, Dec 15, 2023 at 9:24 AM David Snyder wrote: > Hi Thomas, > > Thanks for your reply. I was hoping that would work, but no luck so far: > > $ LC

Re: Encoding translation error on macOS Sonoma 14.2

2023-12-15 Thread David Snyder
-8" LC_TIME="en_US.UTF-8" LC_ALL="en_US.UTF-8" $ vile Cannot setup translation from to UTF-8 On Thu, Dec 14, 2023 at 6:44 PM Thomas Dickey wrote: > - Original Message - > | From: "David Snyder" > | To: "Vile mailing list" > | Sent:

Encoding translation error on macOS Sonoma 14.2

2023-12-14 Thread David Snyder
After upgrading to macOS Sonoma 14.2 (MacBook Pro with Apple M1 Pro processor), I can't seem to get vile to run. Even after a fresh build, I see the following error: $ vile Cannot setup translation from to UTF-8 Looking at the source I see this function in eightbit.c: static void