Nick Wellnhofer
69b83bb68e
encoding: Detect truncated multi-byte sequences with ICU
...
Unlike iconv or the internal converters, ICU consumes truncated multi-
byte sequences at the end of an input buffer. We currently check for a
non-empty raw input buffer to detect truncated sequences, so this fails
with ICU.
It might be possible to inspect the pivot buffer pointers, but it seems
cleaner to implement a `flush` flag for some encoding and I/O functions.
After flushing, we can check for U_TRUNCATED_CHAR_FOUND with ICU, or
detect remaining input with other converters.
Also fix detection of truncated sequences for HTML, XML content and
DTDs with iconv.
2025-03-13 22:15:10 +01:00
..
2024-01-10 15:58:23 +01:00
2024-01-10 15:58:23 +01:00
2024-01-02 19:48:23 +01:00
2023-12-21 15:02:24 +01:00
2023-12-21 15:02:24 +01:00
2023-12-21 15:02:24 +01:00
2020-02-11 17:36:43 +01:00
2016-05-23 15:01:07 +08:00
2016-05-23 15:01:07 +08:00
2020-02-11 17:36:43 +01:00
2016-05-23 15:01:07 +08:00
2016-05-23 15:01:07 +08:00
2023-08-29 18:43:10 +02:00
2023-08-29 18:43:10 +02:00
2023-08-29 18:41:05 +02:00
2025-03-01 15:18:20 +01:00
2025-03-01 15:18:20 +01:00
2025-03-01 15:18:20 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2022-12-23 22:11:18 +01:00
2022-12-23 22:11:18 +01:00
2022-12-23 22:11:18 +01:00
2020-02-11 17:36:43 +01:00
2017-06-01 14:31:28 +02:00
2004-06-14 19:58:20 +00:00
2020-02-11 17:36:43 +01:00
2017-06-01 14:31:28 +02:00
2004-06-14 19:58:20 +00:00
2005-07-06 22:48:41 +00:00
2020-02-11 17:36:43 +01:00
2005-07-06 22:48:41 +00:00
2005-07-06 22:48:41 +00:00
2024-01-02 15:42:03 +01:00
2024-01-02 15:42:03 +01:00
2024-01-02 15:42:03 +01:00
2023-09-29 12:43:08 +02:00
2023-09-29 12:43:08 +02:00
2023-09-29 12:43:08 +02:00
2023-09-29 12:43:08 +02:00
2023-09-29 12:43:08 +02:00
2023-09-29 12:43:08 +02:00
2023-12-21 15:02:24 +01:00
2023-12-21 15:02:24 +01:00
2023-12-21 15:02:24 +01:00
2020-02-11 17:36:43 +01:00
2019-05-20 13:38:22 +02:00
2019-05-20 13:38:22 +02:00
2024-01-10 15:58:23 +01:00
2024-01-10 15:58:23 +01:00
2007-08-01 07:49:06 +00:00
2024-01-02 19:48:23 +01:00
2024-01-02 19:48:23 +01:00
2024-01-02 19:48:23 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2025-02-02 11:15:45 +01:00
2024-10-28 20:26:55 +01:00
2024-10-28 20:26:55 +01:00
2024-10-28 20:26:55 +01:00
2024-03-12 20:02:52 +01:00
2024-03-12 20:02:52 +01:00
2024-03-12 20:02:52 +01:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2022-02-20 21:49:04 +01:00
2023-12-11 22:13:05 +01:00
2023-12-11 22:13:05 +01:00
2023-12-11 22:13:05 +01:00
2012-07-23 14:15:40 +08:00
2023-12-25 23:38:40 +01:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2022-02-07 20:54:07 +01:00
2022-02-07 20:54:07 +01:00
2022-02-07 20:54:07 +01:00
2025-03-01 15:18:20 +01:00
2025-03-01 15:18:20 +01:00
2025-03-01 15:18:20 +01:00
2020-02-11 17:36:43 +01:00
2017-06-17 16:34:23 +02:00
2017-06-17 16:34:23 +02:00
2023-11-26 15:18:09 +01:00
2023-11-26 15:18:09 +01:00
2023-11-26 15:18:09 +01:00
2020-02-11 17:36:43 +01:00
2006-10-15 20:32:53 +00:00
2004-06-14 19:58:20 +00:00
2023-12-28 16:47:41 +01:00
2023-12-29 01:20:08 +01:00
2023-12-29 01:20:08 +01:00
2023-12-29 01:20:08 +01:00
2024-01-05 20:39:40 +01:00
2024-01-05 20:39:40 +01:00
2024-01-05 20:39:40 +01:00
2024-01-05 20:39:40 +01:00
2023-10-06 12:47:24 +02:00
2023-10-06 12:47:24 +02:00
2023-10-06 12:47:24 +02:00
2024-05-15 17:58:48 +02:00
2024-04-23 18:36:15 +02:00
2024-04-23 18:36:15 +02:00
2020-02-11 17:36:43 +01:00
2022-12-23 22:10:39 +01:00
2023-08-29 18:43:10 +02:00
2023-08-29 18:43:10 +02:00
2023-08-29 18:43:10 +02:00
2024-01-04 15:28:57 +01:00
2024-01-04 15:28:57 +01:00
2024-01-04 15:28:57 +01:00
2025-03-13 22:15:10 +01:00
2025-03-13 22:15:10 +01:00
2025-03-13 22:15:10 +01:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2023-08-29 20:06:43 +02:00
2024-09-02 19:29:39 +02:00
2024-09-02 19:29:39 +02:00
2024-09-02 19:29:39 +02:00
2023-08-29 18:43:10 +02:00
2023-08-29 18:43:10 +02:00
2022-12-04 23:34:19 +01:00
2023-08-29 18:43:10 +02:00
2023-08-29 18:43:10 +02:00
2022-12-04 23:34:19 +01:00