summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2023-03-22 10:24:11 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2023-03-22 10:24:11 +0000
commit6763f45e77b130fdcecd244440552095b5ee23b5 (patch)
treea69567aade0f7a2eece3383b370db633d8c51c87 /ChangeLog
parent9bd477dce9a5887d42a5365aaf8906ac1f118510 (diff)
downloadzsh-6763f45e77b130fdcecd244440552095b5ee23b5.tar.gz
zsh-6763f45e77b130fdcecd244440552095b5ee23b5.zip
58586: print "%s" with invalid multibyte character
Treat each byte that is invalid or part of an incopmlete set as a single byte.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec32f1029..c575a0b3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-03-22 Peter Stephenson <p.stephenson@samsung.com>
+
+ * 51586: Src/builtin.c: When printf "%s" encounters a byte
+ that's not part of a vaild multibyte character it should handle
+ it a single byte at a time.
+
2023-03-16 Oliver Kiddle <opk@zsh.org>
* 51583: Completion/Unix/Command/_git: update completion of