How do I get accented letters to actually work on bash?
问题 My bash installation on cygwin doesn't handle accented letters properly. I tried adding set input-meta on # to accept 8-bit characters set output-meta on # to show 8-bit characters set convert-meta on # to show it as character, not the octal representation to my input rc, but this doesn't quite work yet. Indeed, if I type $ echo ù then before i press enter it is automatically changed to $ echo \303 although the output is right, for I get $ echo \303 ù I get the same result for anyother