Fix tested and working. Thanks!
--
problems when "cd" to Directories with german umlauts and "_"
https://launchpad.net/bugs/81621
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
** Changed in: mc (Ubuntu)
Status: Fix Committed => Fix Released
--
problems when "cd" to Directories with german umlauts and "_"
https://launchpad.net/bugs/81621
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Format: 1.7
Date: Sat, 17 Feb 2007 21:26:54 -0500
Source: mc
Binary: mc
Architecture: source
Version: 1:4.6.1-6ubuntu1
Distribution: feisty
Urgency: low
Maintainer: Ubuntu MOTU Developers
Changed-By: Daniel T Chen <[EMAIL PROTECTED]>
Description:
mc
Same thing here. Is threr any workarounds?
--
problems when "cd" to Directories with german umlauts and "_"
https://launchpad.net/bugs/81621
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I can confirm that with Spanish accents. Looks like an UTF-8 conversion
problem to me. Maybe multibyte constants are not handled correctly
somewhere in the shell code?
This error is very annoying, specially because it means that no shell
command can be executed from the command line (the "can't ch
Hi,
after a little debugging
Error message comes from src/subshell.c ( around line 810)
1.
Change in a subdirectory that contains no german umlauts and/or a "_" mc
never go to
if(subshell_alive) { ... } in function
void
do_subshell_chdir () {
}
and there
string subshell_cwd
and