OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

File completion doesn't work for charset GBK #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Change directory to a folder which have Chinese character file name file.
2.File completion when use <Tab> key will not work for file which have wide 
chars
3.For ASCII char only file, <Tab> completion works fine.

What is the expected output? What do you see instead?
File completion should work for all char set.

What version of the product are you using? On what operating system?
mintty version: 0.8-Beta2
OS:Microsoft Windows XP Professional 5.1.2600 Service Pack 2 Build 2600

Please provide any additional information below.

Original issue reported on code.google.com by guanghui...@gmail.com on 24 Jul 2010 at 3:04

Attachments:

GoogleCodeExporter commented 9 years ago
Filename completion is done by the shell running inside mintty (usually bash) 
rather than mintty itself. If you're using Cygwin 1.7, you might want to report 
this to the Cygwin mailing list.

Original comment by andy.koppe on 24 Jul 2010 at 3:13

GoogleCodeExporter commented 9 years ago
ps: This works fine for me on Cygwin 1.7 actually. MSYS and Cygwin 1.5 don't 
properly support anything but ASCII.

Original comment by andy.koppe on 24 Jul 2010 at 3:37