[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Converting control characters to printable symbol
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Converting control characters to printable symbols |
Date: |
Sun, 15 Feb 2009 22:34:06 +0100 |
User-agent: |
KMail/1.9.9 |
Hi,
Adam Nielsen asked:
> I vaguely recall the glyphs the standard PC video BIOS uses for
> control characters being available elsewhere in the Unicode character
> set, so if I'm remembering correctly is there any way to map these
> control characters to the appropriate glyphs using iconv?
Not using iconv. I also remember this initial character set of graphics
cards, with its small triangle at code 0x7f. It is not supported by
iconv, because
- Most software nowadays has a character output layer that handles
control characters. Hardly any software uses the x86 16-bit 'INT'
calls that produces these fancy glyphs.
- Even when you have software that produces these fancy glyphs for
screen output, as soon as you redirect output to a file and view
the file with another program, the glyphs won't appear.
Bruno