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 /Completion/Unix/Command/_cdrdao | |
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 'Completion/Unix/Command/_cdrdao')
-rw-r--r-- | Completion/Unix/Command/_cdrdao | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cdrdao b/Completion/Unix/Command/_cdrdao index ce3742bc7..06b47c9b1 100644 --- a/Completion/Unix/Command/_cdrdao +++ b/Completion/Unix/Command/_cdrdao @@ -277,7 +277,7 @@ _cdrdao-copy () { # Type completion {{{1 __cdrdao-device () { - # Use cdrdao scanbus and also check what OS we’re running under and provide + # Use cdrdao scanbus and also check what OS we're running under and provide # additional stuff, like devices (/dev/sg0) local -a devices |