Just tested 14.0-BETA5 and the issue is no longer present.
My gratitude to Mark and all involved.
--- Original Message ---
On Monday, September 25th, 2023 at 12:12 PM, Mark Johnston
wrote:
> Yes. I've been traveling for the past couple of weeks and so haven't been
> committing patches
I typed "stty iutf8" after updating to the latest world and kernel and the
backspace key still seems to erase only one byte when erasing Russian
letters. For example, I compile this program:
#include
#include
int main()
{
std::cout << "Enter something: ";
std::string sentence;
I just updated my current sources and did a buildworld and buildkernel.
This warning was spit out, although it didn't result in buildkernel
failing:
In file included from /usr/src/sys/teken/teken.c:70:
/usr/src/sys/teken/teken_wcwidth.h:128:1: warning: unused function
'teken_utf8_bytes_to_codepoi