diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-12-07 18:54:03 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-12-07 18:54:03 +0000 |
commit | 9fb30cf572f7c5ff26e883396a5020da89d9541a (patch) | |
tree | 849916d8a6e1c2a7a044e15bb6e6fa56f0cb4155 /ChangeLog | |
parent | 0c2d823a7955981e88f7cb5b718a7081d97104f0 (diff) | |
download | zsh-9fb30cf572f7c5ff26e883396a5020da89d9541a.tar.gz zsh-9fb30cf572f7c5ff26e883396a5020da89d9541a.tar.xz zsh-9fb30cf572f7c5ff26e883396a5020da89d9541a.zip |
37331: Use a single chracter to represent an MB_INCOMPLETE.
This is as it is likely to appear as a single character in output even if it has multiple octets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f5b0f2ae2..55a917068 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-07 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 37331: Src/utils.c: use a single character to represent an + MB_INCOMPLETE string even if multiple octets. + 2015-12-07 Peter Stephenson <p.stephenson@samsung.com> * 37337: Src/Zle/zle.h, Src/Zle/zle_main.c, |