From 4163ebf4c7388cc7afd46e2d3d58fc8570f337ac Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 27 Nov 2013 15:56:44 +0000 Subject: 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). --- Completion/Unix/Command/_cdrdao | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_cdrdao') 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 -- cgit v1.2.3