Re: [screen-devel] [PATCH] fix UTF-8 characters with more than 2 bytes

2019-03-17 Thread Amadeusz Sławiński
On Fri, 22 Feb 2019 13:29:17 +0100 Stefan Assmann wrote: > Characters are stored as uint32 nowadays. Looking at the lower bytes > only seems to be an oversight from the fontx clean up. > > Fixes: f18f5d0da1d4 get rid of fontx > --- > src/display.c | 1 - > 1 file changed, 1 deletion(-) > > dif

[screen-devel] [PATCH] fix UTF-8 characters with more than 2 bytes

2019-02-22 Thread Stefan Assmann
Characters are stored as uint32 nowadays. Looking at the lower bytes only seems to be an oversight from the fontx clean up. Fixes: f18f5d0da1d4 get rid of fontx --- src/display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/display.c b/src/display.c index 0e2844815b10..3bfa12add6eb 1006