Ben Gardner c4ab49201b Fix compile warning when appending UTF-8/ASCII strings to ustring16
String constants are (const char *), but UTF-8 strings must be treated as
an array of bytes when fiddling with the bits.

The following comparison fails without this change, as uchar8_t is a
signed char, which cannot be 0xC0:

   const uchar8_t* c2 = other;
   ...
   else if (c2[l] == 0xC0 || c2[l] == 0xC1)
   ...
2023-04-15 09:43:40 +02:00
..
2023-03-14 17:54:08 +01:00
2023-01-02 21:05:07 +01:00
2021-12-29 13:12:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2022-06-01 15:03:52 +02:00
2022-12-23 19:56:21 +01:00
2023-03-24 17:59:06 +01:00
2023-01-02 20:37:18 +01:00
2022-07-20 22:09:07 +02:00
2023-03-11 15:12:05 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-11 15:04:09 +01:00
2023-03-14 17:54:08 +01:00
2023-03-11 15:04:09 +01:00