diff options
author | Peter Stephenson <pws@zsh.org> | 2013-11-27 15:56:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-11-27 15:56:44 +0000 |
commit | 4163ebf4c7388cc7afd46e2d3d58fc8570f337ac (patch) | |
tree | a4f900ad560c1101f8b112ec4794a4db918d13dd /ChangeLog | |
parent | 7423ac14e58b0ad9b351ebb75b0fbf11524c3895 (diff) | |
download | zsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.tar.gz zsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.tar.xz zsh-4163ebf4c7388cc7afd46e2d3d58fc8570f337ac.zip |
unposted, see 32054: Rationalise character encoding.
Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e35267a30..701e69291 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2013-11-27 Peter Stephenson <p.stephenson@samsung.com> + + * unposted, see 32054 and thread: + Completion/Unix/Command/_cdrdao, Completion/Unix/Command/_git, + Completion/Unix/Command/_growisofs, Etc/ChangeLog-3.0, + Etc/ChangeLog-3.1, LICENCE, Src/Modules/clone.c, + Src/Modules/example.c, Src/module.c: Rationalise character + encodings: shell functions are strictly ASCII for maximum + portability; other files needed for building and documentation + are ASCII are UTF-8; test files may use ISO-8859-X (we don't + require the Euro symbol) where needed to get single character + input with the top bit set. + 2013-11-25 Peter Stephenson <p.stephenson@samsung.com> * unposted, see 32050, 32051: remove non-ASCII characters in |