GNU bug report logs - #6705
w32 cmdproxy.c pass args to cygwin; erroneous charset conversion (problem description, solution/suggestion)

Previous Next

Package: emacs;

Reported by: Laimonas Vėbra <laimonas.vebra <at> gmail.com>

Date: Thu, 22 Jul 2010 12:32:01 UTC

Severity: normal

Tags: moreinfo

Merged with 6546

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Laimonas Vėbra <laimonas.vebra <at> gmail.com>
Cc: 6705 <at> debbugs.gnu.org
Subject: bug#6705: w32 cmdproxy.c pass args to cygwin; erroneous charset conversion (problem description, solution/suggestion)
Date: Sat, 24 Jul 2010 23:33:19 +0300
> Date: Sat, 24 Jul 2010 00:53:41 +0300
> From: Laimonas Vėbra <laimonas.vebra <at> gmail.com>
> CC: 6705 <at> debbugs.gnu.org
> 
> M-x eval-expression
> (setq coding-system-for-write 'utf-8)
> M-x grep
> test.exe "Šešios žąsys su šešiais žąsyčiais" >> out.txt
> 
> M-x eval-expression
> (setq coding-system-for-write 'cp1257)
> M-x grep
> test.exe "Šešios žąsys su šešiais žąsyčiais" >> out.txt
> 
> 
> M-x eval-expression
> (setq coding-system-for-write 'utf-8)
> M-x grep
> test.exe "С новым годом Ели Заретски!" >> out.txt
> 
> 
> M-x eval-expression
> (setq coding-system-for-write 'cp1251)
> M-x grep
> test.exe "С новым годом Ели Заретски!" >> out.txt
> 
> 
> M-x eval-expression
> (setq coding-system-for-write 'utf-8)
> M-x grep
> test.exe "Χρήση εθνικών και ειδικών χαρακτήρων" >> out.txt
> 
> M-x eval-expression
> (setq coding-system-for-write 'iso-8859-7)
> M-x grep
> test.exe "Χρήση εθνικών και ειδικών χαρακτήρων" >> out.txt

If all you want is to pass raw bytes to programs that will be unable
to interpret them _except_ as raw bytes, then where's the problem?
The above already works in Emacs, doesn't it?

> File 'out.txt' attached.

Try visiting it, and you will see what I mean.





This bug report was last modified 3 years and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.