about summary refs log tree commit diff
path: root/Completion/Unix/Command/_growisofs
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2013-11-27 15:56:44 +0000
committerPeter Stephenson <pws@zsh.org>2013-11-27 15:56:44 +0000
commit4163ebf4c7388cc7afd46e2d3d58fc8570f337ac (patch)
treea4f900ad560c1101f8b112ec4794a4db918d13dd /Completion/Unix/Command/_growisofs
parent7423ac14e58b0ad9b351ebb75b0fbf11524c3895 (diff)
downloadzsh-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/_growisofs')
-rw-r--r--Completion/Unix/Command/_growisofs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_growisofs b/Completion/Unix/Command/_growisofs
index dcccf64a4..36b45d5ba 100644
--- a/Completion/Unix/Command/_growisofs
+++ b/Completion/Unix/Command/_growisofs
@@ -139,8 +139,8 @@ if (( index_of_find > 0 && index_of_find < CURRENT )); then
         [[ $words[CURRENT-1] == -([HLP]|-(help|version)) ]]) ||
        [[ -d $words[CURRENT-1] ]]; then
     # TODO: all $words[index_of_find,CURRENT-1] must be -d.
-    # But we can perhaps assume that the user hasn’t gone back and changed an
-    # argument without thinking about it carefully…otherwise, all previous
+    # But we can perhaps assume that the user hasn't gone back and changed an
+    # argument without thinking about it carefully...otherwise, all previous
     # words of interest will have passed the -d test.
     _arguments \
       $find_paths \