On Sun, 23 Jun 2002, Jim McDonough wrote: > And if anyone knows how to get some of these characters (accented vowels, > for example) input in bash, please let me know. I haven't been able to do > "net user add testuser --comment=sn��py", for example.
I guess it depends on which locales you have installed and how your bash was built, but all of these work for me: $ LC_CTYPE=en_US bash $ LC_CTYPE=en_US.iso885915 bash $ LC_CTYPE=sv_SE bash ie anything but "C". /Urban
