Hello everybody
i would like some help from you I have a toshiba sattelite laptop in which i m running cygwin under windows xp home edition. This laptop has an american keyboard.
I want to write characters like this (ä ö å œ æ é ). After i found a way to write them with emacs, I m realizing that cygwin replace those characters by a grey square(in my program).
How can make it so that cygwin can understand and print them.
Thanks in advance.
I m sory doctor chill i was really busy try to find out how to sort out this issue, that i didn't read my e-mails and neither visited this web site. Now that the problem is solved, i don't think you still want my Toshiba model.
Here is the way i sort out this problem.
First i updated my cygwin version from 1.3 to 1.7 note because 1.7 is an important update i reinstall the all cygwin in my xp.
secondly i modified my C:\cygwin\Cygwin.bat file,
like this:
1 2 3 4 5 6 7
@echo off
C:
chdir C:\cygwin\bin
set LC_ALL=en_US.CP1252
bash --login -i
Actually i added this line set LC_ALL=en_US.CP1252 to the old .bat file
Now the problem is solved .
Thanks any way for your helps i have learned a lot about font with all your links
You can print unicode with the escape sequence \u, followed by the character code (usually four characters long).
For example, \u1234. That counts as one character.