![]() |
2009-02-07
, 06:01
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#2
|
![]() |
2009-02-08
, 07:18
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#3
|
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2009-02-08
, 10:05
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
osso-xterm.launch[15683]: GLIB WARNING ** default - Unable to convert characters from UTF-8 to CP437.
osso-xterm.launch[15683]: GLIB WARNING ** default - Unable to convert characters from UTF-8 to CP437.
osso-xterm.launch[15683]: GLIB WARNING ** default - Unable to convert characters from UTF-8 to CP437.
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2009-02-12
, 06:21
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#5
|
So I rebuilt a VeraMono Bitstream font to correlate the coding inside to match this character table:
CP 437
Using Xterm, if I type this, I get a nice little picture of a diamond symbol, very nice!
echo -e '\0004'|konwert cp437-utf8
However, if I type this, I get nothing... it should be a club symbol.
echo -e '\0005'|konwert cp437-utf8
Also evidenced by this:
Notice all of the missing clubs and display weirdness. It usually shows a "dark shade" most of the time instead of a blank space when it encounters a club symbol.
Anyway, so I created a file with this command inside:
~/.konwert/filters/club
#!/bin/sh
exec trs -e '\5 \342\231\243'
Made it an executable:
chmod +x ~/.konwert/filters/club
Now, when I telnet using the following command, everything works correctly.
filterm ascii-ascii cp437-utf8+club telnet becksbbs.synchro.net
Here's the result:
Problem is, the little tablet can't handle the constant extra executable code and the speed of telnet now chunks down to about 10% of it's normal speed.
Can anyone manually insert the needed coding into Konwert filters so I can enjoy the same speed as before?
Also, are there any other character codes, besides clubs, that konwert isn't handling correctly during translation?
I'm only asking because If you look at both those pictures, you'll see a dark blue shadow graphic that doesn't belong and I don't know why.
Well, I'll honestly be forever grateful if there is someone that can find a resolution to this request.
Many thanks ahead!
VeraMono CP437.zip