llagy009
cb8bc71ff8
fix(whatsapp): elide auto-reply text on UTF-16 boundary ( #96580 )
...
elide truncated text with String.slice(0, limit) on a UTF-16 code-unit
index, so an astral character straddling the limit was cut into a lone
surrogate; the truncated-char count was also computed from the fixed
limit rather than the actual kept length.
Truncate with truncateUtf16Safe so a surrogate pair is never split, and
derive the truncated-char count from the kept length so the annotation
stays accurate.
Adds tests asserting no lone surrogate when the limit lands inside an
emoji and that a complete astral character is kept when it fits.
2026-06-27 09:31:16 -07:00
..
2026-06-26 21:41:14 -05:00
2026-06-22 19:33:21 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:47:07 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:30:32 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:00 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 18:29:56 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-19 00:33:04 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:19:30 -07:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:36:23 +08:00
2026-06-25 16:37:47 +08:00
2026-06-24 19:08:22 -05:00
2026-06-25 14:32:53 -04:00
2026-06-24 10:57:37 -04:00
2026-06-26 07:08:30 -04:00
2026-06-26 12:09:38 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-24 11:51:14 +08:00
2026-06-25 14:46:09 -04:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:00:36 -07:00
2026-06-25 22:11:57 -05:00
2026-06-27 08:11:10 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 16:05:36 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 08:34:38 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 21:14:28 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:27:38 +08:00
2026-06-24 12:19:53 -07:00
2026-06-24 11:51:14 +08:00
2026-06-26 16:16:12 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 16:19:14 +08:00
2026-06-25 14:32:53 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:30:26 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 07:40:36 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 03:31:42 +01:00
2026-06-24 16:36:48 -05:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:48:42 +08:00
2026-06-26 07:08:30 -04:00
2026-06-26 08:02:00 +10:00
2026-06-24 19:08:22 -05:00
2026-06-24 19:08:22 -05:00
2026-06-04 21:02:07 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 08:47:33 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:30:52 -07:00
2026-06-25 13:40:07 -04:00
2026-06-25 03:42:44 +02:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-25 21:30:44 -07:00
2026-06-24 12:19:53 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-04 21:02:07 -04:00
2026-06-24 19:08:22 -05:00
2026-06-27 09:14:14 -07:00
2026-06-24 11:51:14 +08:00
2026-06-24 19:08:22 -05:00
2026-06-04 21:02:07 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 01:29:58 +01:00
2026-06-24 11:51:14 +08:00
2026-06-25 13:52:36 -04:00
2026-06-26 07:08:30 -04:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-27 09:31:16 -07:00
2026-06-24 11:51:14 +08:00
2026-06-27 10:02:57 -06:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-24 11:51:14 +08:00
2026-06-06 18:34:54 +02:00
2026-06-19 01:20:06 +08:00
2026-06-06 18:34:54 +02:00