public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Using German Umlauts with bash
@ 2001-01-01 11:02 lw
  0 siblings, 0 replies; 4+ messages in thread
From: lw @ 2001-01-01 11:02 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]

 >I'm using the latest cygwin 1.1.6 for Windows NT 4.0 SP5 and i have installed it with the latest
 >setup.exe.
 >
 >What must i do so bash can display correctly the German umlauts like äöüÄÖÜß if they
 >occur in filenames?

I have version 1.1.7 installed. All umlauts display ok with this version.

 >What to do so i can type German umlauts on the bash-command-line?

Don't know, this does not work yet.
IMO you should avoid using umlauts in filenames. This often
causes problems, not only concerning cygwin...

 >Another key i wish to work was the 'del'-key: It should delete to right. Backspace correctly deletes
 >to left.

I created a file '.inputrc' in my home directory which contains
the following one line, beginning at row 1:

"\e[3~": delete-char

After restarting bash now, the [Del]-key works perfectly.

 >Is there any description or manual how to configure such things?

I found the [Del]-key stuff in the mail archives, for example.
http://cygwin.com/ml/cygwin

schöne Grüße nach München

- Lars


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Using German Umlauts with bash
  2001-01-04 22:02 ` Christopher Abbey
@ 2001-01-05 14:14   ` Gerrit P. Haase
  0 siblings, 0 replies; 4+ messages in thread
From: Gerrit P. Haase @ 2001-01-05 14:14 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

<5 Jan 2001, 0:00 Uhr wars, als Christopher Abbey folgendes schrub:>
< Re: AW: Using German Umlauts with b >

> Tomorrow, Gerrit P. Haase wrote:
> > $ ls -N
> > siebenschlaefer  ????????
>
> Check what font you're using for the window, and/or the console
> codepage depending on how you're starting bash. The best test
> I've found to date is to start a raw command / cmd shell and
> make sure you can display the characters with dir, then run cygwin.bat
> in that shell and ls -N al of a sudden worked. :) For me it was the
> font... but if all you get is '?' it might be the codepage.
>

No, we got it, fileutils (ls) 4.0 is different, with new options.

 ls --show-control-chars

this is a new one, and with this option it works fine:)

$ ls --show-control-chars
siebenschlaefer  üöäÜÅÄÖÜ

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c
Comment: =^..^=

iQA/AwUBOlY5nzBeUmEooFE3EQLARwCg648qQZsitG+15o002jMmcY1FBrsAoKD0
+D+xkJkesVBSBZDy6T4QVhwK
=E0KE
-----END PGP SIGNATURE-----

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Using German Umlauts with bash
  2001-01-02  2:51 AW: " klaus.berndl
@ 2001-01-02  4:59 ` Gerrit P. Haase
  0 siblings, 0 replies; 4+ messages in thread
From: Gerrit P. Haase @ 2001-01-02  4:59 UTC (permalink / raw)
  To: cygwin

<2 Jan 2001, 11:48 Uhr wars, als klaus.berndl@sdm.de folgendes schrub:>
< AW: Using German Umlauts with bash >

> > I have version 1.1.7 installed. All umlauts display ok with 
> > this version.
> 
> Ok, i have installed latest Cygwin 1.1.7 and i have created a ~/.inputrc
> with the following contents:
> 
> set meta-flag on
> set convert-meta off
> set output-meta on
> #set show-all-if-ambiguous on

$ perl -MCPAN -e shell
Warning [/home/siebenschlaefer/.inputrc line 2]:
  Invalid value `on' for variable `meta-flag'.
  Choose from [On Off].
Warning [/home/siebenschlaefer/.inputrc line 3]:
  Invalid value `off' for variable `convert-meta'.
  Choose from [On Off].
Warning [/home/siebenschlaefer/.inputrc line 4]:
  Invalid value `on' for variable `output-meta'.
  Choose from [On Off].

I don't know, if it makes a differenc, but cases should be different in 
sight of perl.

Ciao,
-- 
=^..^=
Gerrit Peter Haase
ID: 0x28A05137
FP: 875C 745E 01CF 8A34 2767  BE39 305E 5261 28A0 5137

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Using German Umlauts with bash
@ 2001-01-01  8:37 klaus.berndl
  0 siblings, 0 replies; 4+ messages in thread
From: klaus.berndl @ 2001-01-01  8:37 UTC (permalink / raw)
  To: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 794 bytes --]

I´m using the latest cygwin 1.1.6 for Windows NT 4.0 SP5 and i have installed it with the latest
setup.exe.

What must i do so bash can display correctly the German umlauts like äöüÄÖÜß if they
occur in filenames?
What to do so i can type German umlauts on the bash-command-line?

Another key i wish to work was the 'del'-key: It should delete to right. Backspace correctly deletes
to left.

Is there any description or manual how to configure such things?

Many thanks in advance,
Klaus




-- 
Klaus Berndl			mailto: klaus.berndl@sdm.de
sd&m AG			http://www.sdm.de
software design & management	
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-01-05 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-01 11:02 Using German Umlauts with bash lw
  -- strict thread matches above, loose matches on Subject: below --
2001-01-04 15:58 AW: " Gerrit P. Haase
2001-01-04 22:02 ` Christopher Abbey
2001-01-05 14:14   ` Gerrit P. Haase
2001-01-02  2:51 AW: " klaus.berndl
2001-01-02  4:59 ` Gerrit P. Haase
2001-01-01  8:37 klaus.berndl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).