Files
rust/library/std/src
Shane Murphy 1293c17205 Fix bug in utf16_to_utf8 for zero length strings
This fixes the behavior of sending EOF by pressing Ctrl+Z => Enter in a
windows console.

Previously, that would trip the unpaired surrogate error, whereas now we
correctly detect EOF.
2023-05-31 17:25:53 -07:00
..
2023-04-16 06:49:27 +00:00
2023-05-19 19:41:41 -05:00
2023-05-15 15:04:45 +01:00
2023-04-27 15:56:57 +02:00
2023-05-03 15:47:11 +03:00
2023-05-03 22:09:33 -07:00
2023-04-29 19:04:16 +08:00