| Author |
Message |
menno
Guest
|
Posted: Sat 27 Aug 2005, 05:00 Post subject:
How can I display PC8 characters in RXVT? |
|
Does someone know how to change RXVT so it wil display the PC8 characters . I know its done by NCURSES but I thing that to big . I readed from some articals that it's quit hard to do . I know that it can be done in console mode by sending a escape code 'ESC ( U' . Knows someone how to do it in RXVT . Or is it posseble in ATERM ? .
|
|
Back to top
|
|
 |
menno
Guest
|
Posted: Tue 06 Sep 2005, 18:26 Post subject:
in other words |
|
I like to have code page 852 (that same as pc8) display in rxvt .
How to do that ?
|
|
Back to top
|
|
 |
menno
Guest
|
Posted: Wed 14 Sep 2005, 14:21 Post subject:
Barry's news 12-sept |
|
The problem you see is that what I want to get . MP use ncurses and Bash not allows ncurses so all the extended char are mapped to the ISO standard .
To get it working , without ncurses , We need to know a way to get a other code page (character map) working in rxvt .
|
|
Back to top
|
|
 |
puppian

Joined: 18 Jul 2005 Posts: 538 Location: PuppyLand
|
Posted: Wed 14 Sep 2005, 15:19 Post subject:
|
|
Do you mean this?
rxvt-unicode
rxvt-unicode-lite
rxvt-unicode-ml
_________________ Puppylinux.org - Community home page of Puppy Linux hosted by Barry (creator of Puppy), created and maintained by the Puppy Linux Foundation since 2005
|
|
Back to top
|
|
 |
menno
Guest
|
Posted: Wed 14 Sep 2005, 17:21 Post subject:
|
|
As far I read in all kind of articals it's not compateble with a uni code .
They talk all about setting the TERM to vt100 (they are in usr/share/terminfo/v/)
but I do not know how to use it . It sames to be a ANSI X3.64 norm .
Will go on reading . Greatings Menno .
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6855 Location: Perth, Western Australia
|
Posted: Wed 14 Sep 2005, 21:58 Post subject:
|
|
I just discovered this thread.
I was puzzling over this same problem, and discussed it in another thread.
I didn't know it is a codepage problem.
I can't find my original post ...it has disappeared, but GuestToo and Alienx
have solved it:
response here:
http://www.murga.org/~puppy/viewtopic.php?t=2237
and here:
http://www.murga.org/~puppy/viewtopic.php?t=2240
|
|
Back to top
|
|
 |
menno
Guest
|
Posted: Fri 16 Sep 2005, 07:09 Post subject:
pc850 or ibm850 in rxvt |
|
There is a Debian packet 'xfonts-terminus-dos-4.12-2_all.deb' in which are a lot of old dos fonts . Also the 850 fonts . (You can see it with TKzip) . I picked out of it the 'ter-uXXX_ibm850.pcf.gz' XXX is for size(12,14,16,20) and font (b=bold , n=normal) . There is also a font.alias look at it and copy the one's you need to the font.alias in /usr/X11R6/lib/font/misc/font.alias . Then you have to add the files into font.dir . X11 seems to know how to handle a *.pcf.gz there are a lot smaller then the *.pcf. If done this all you have to restart X11 (go to console and say xwin) . You can change those long alias names into some beter names. But beaware of that the rigth side of file.alias and file.dir for a given alias are the same !
Start a rxvt and start a other one as 'rxvt -fn aliasnameofibm850-size' .
If it says 'cann't load font' then there is a mismatch between file.alias and file.dir OR you have forgotten to adjust the filenumber at the beginning of file.dir .
Hopefully somebody understands my bad english , but it works .
Greatings Menno .
|
|
Back to top
|
|
 |
menno
Guest
|
Posted: Fri 16 Sep 2005, 12:42 Post subject:
|
|
I saw that , what Barry ask for , all the graphic character or NOT in 850 but you have to use 860 that is the original PC8 code as far I know .
|
|
Back to top
|
|
 |
|