|
|
Up |
|
|
  |
Author: jidannijidanni Date: Dec 29, 2007 13:00
Could veranda, which I don't use, be putting a character in a illegal
position, as often Microsoft might do, masking a bug? Can you try
again with a different font.
|
| |
|
| | 6 Comments |
|
  |
Author: Eduard BlochEduard Bloch Date: Dec 29, 2007 14:20
#include
* jidanni@jidanni.org [Sun, Dec 30 2007, 04:25:50AM]:
> Could veranda, which I don't use, be putting a character in a illegal
> position, as often Microsoft might do, masking a bug? Can you try
> again with a different font.
Just tried with
TitleFontNameXft="Bitstream Vera Sans:size=8"
still getting the accents in window titles.
Eduard.
|
| |
|
| | 5 Comments |
|
  |
Author: jidannijidanni Date: Dec 29, 2007 15:30
E> TitleFontNameXft="Bitstream Vera Sans:size=8"
Yes. OK, the challenge: please give a non-proprietary solution to show
both the Chinese and the accents, in the title when browsing the
following HTML under iceweasel. Thanks.
" http://www.w3.org/TR/html4/strict.dtd">
"text/html; charset=utf-8">
ç©ä¸¹å°¼ Société
ç©ä¸¹å°¼ Société
|
| |
| no comments |
|
  |
Author: Eduard BlochEduard Bloch Date: Dec 30, 2007 10:20
#include
* jidanni@jidanni.org [Sun, Dec 30 2007, 06:57:04AM]:
>> TitleFontNameXft="Bitstream Vera Sans:size=8"
> Yes. OK, the challenge: please give a non-proprietary solution to show
> both the Chinese and the accents, in the title when browsing the
> following HTML under iceweasel. Thanks.
>
>
> " http://www.w3.org/TR/html4/strict.dtd">
>
>
>
>
> "text/html; charset=utf-8">
>
> ç©ä¸¹å°¼ Société
>
> ...
|
| Show full article (1.55Kb) |
| no comments |
|
  |
Author: Marko MacekMarko Macek Date: Dec 30, 2007 11:40
Eduard Bloch wrote:
> #include
> * jidanni@jidanni.org [Sun, Dec 30 2007, 06:57:04AM]:
>
>>> TitleFontNameXft="Bitstream Vera Sans:size=8"
>> Yes. OK, the challenge: please give a non-proprietary solution to show
>> both the Chinese and the accents, in the title when browsing the
>> following HTML under iceweasel. Thanks.
>>
>>
>> " http://www.w3.org/TR/html4/strict.dtd">
>>
>>
>>
>>
>> "text/html; charset=utf-8">
>>
>> ç©ä¸¹å°¼ Société ...
|
| Show full article (1.87Kb) |
| 2 Comments |
|
  |
Author: jidannijidanni Date: Dec 30, 2007 20:50
TitleFontNameXft="sans-serif,Bitstream Vera Sans" works! Thanks.
(Perhaps document it in the FAQ: I want to see Chinese and European accents...)
|
| |
| no comments |
|
  |
|
|
  |
Author: jidannijidanni Date: Dec 30, 2007 21:00
Of course one needs at least
QuickSwitchFontNameXft="sans-serif,Bitstream Vera Sans"
NormalTaskBarFontNameXft="sans-serif,Bitstream Vera Sans"
ActiveTaskBarFontNameXft="sans-serif,Bitstream Vera Sans"
TitleFontNameXft="sans-serif,Bitstream Vera Sans"
and maybe all of
perl -nwle 'next unless/(\w+Font.*Xft)/;
print $1.q(="sans-serif,Bitstream Vera Sans")' /etc/X11/icewm/preferences
|
| |
| no comments |
|
RELATED THREADS |
  |
|
|
|
|
|