[SOLVED] urxvt does not display special characters

Okay so I've been scouring the internet, Googling my face off. I am an intermediate linux user, first-time Arch user (just came over from Mint and love it). Perhaps I'm missing something obvious, but I am unable to get urxvt to display special characters. E.g.:






displays in the terminal as:
Relevant informations...
.Xresources:
!color0 (black) = Black
!color1 (red) = Red3
!color2 (green) = Green3
!color3 (yellow) = Yellow3
!color4 (blue) = Blue3
!color5 (magenta) = Magenta3
!color6 (cyan) = Cyan3
!color7 (white) = AntiqueWhite
!color8 (bright black) = Grey25
!color9 (bright red) = Red
!color10 (bright green) = Green
!color11 (bright yellow) = Yellow
!color12 (bright blue) = Blue
!color13 (bright magenta) = Magenta
!color14 (bright cyan) = Cyan
!color15 (bright white) = White
!foreground = Black
!background = White
!URxvt*termName: rxvt-256color
URxvt*termName: rxvt-unicode
URxvt*transparent: true
URxvt*depth: 32
URxvt*shading: 70
URxvt*saveLines: 12000
URxvt*foreground: #BABABA
URxvt.font: xft:terminus:pixelsize=11:antialias=false
URxvt*scrollBar: false
URxvt*borderLess: false
URxvt*inheritPixmap: true
URxvt.urlLauncher: google-chrome
URxvt.imLocale: en_US.utf8
URxvt*color0: #000000
URxvt*color4: #005577
URxvt*color6: #89b6e2
URxvt*color7: #cccccc
URxvt*color8: #555753
URxvt*color12: #0075A3
URxvt*color14: #46a4ff
URxvt*color15: #ffffff
Output of locale and locale -a:
[dusty] [~]
$ locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=
[dusty] [~]
$ locale -a
C
POSIX
en_US.utf8
I don't believe it's a font issue, as those characters display fine in a text editor using Terminus.
Last edited by rollhax (2012-09-23 01:04:16)

Nisstyre56 wrote:Did you install "rxvt-unicode" or just "rxvt"? I'm sorry, but I have to ask
Yes
stlarch wrote:Check the wiki page for locale.
Read over it ten times. The only thing that looks remotely helpful is the section on "My terminal doesn't support UTF-8" ... it then tells me to use rxvt-unicode, which I am using. Feel free to point out something that may be obvious to you. I'm pretty oblivious at times.

Similar Messages

  • Grid does not display special characters (as square boxes)

    SQLD 1.5.1 (54.40):
    We found out, special characters like newline will not shown in data grid in any way. But we need to know, if there are such characters. If there any way to get these characters visible?
    Pls try following case
    create table mytab (mycol varchar2(20));
    insert into mytab(mycol) values('Test'||char(13));
    commit;
    select * from mytab;
    You will not see the appended newline character within the grid, while toad is doing .

    You're right that whitespace doesn't show as squares anymore (I think they did in the past), but everything else seems OK.
    Why don't you try something like this and prove for yourself:
    select '     
    !"#$%&''()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ' from dualRegards,
    K.

  • [Solved] TTY doesn't display special characters correctly

    Hello everyone.
    I want to set my system language to german. I followed this tutorial: https://wiki.archlinux.de/title/Arch_Li … .BCber_HAL
    Everything works good except that my TTY can't display special characters. Example:
    http://i.imgur.com/ZW6kbOS.png
    The is " not showing correctly at the bottom. However, the german umlaut ä works (as you can see).
    I have already searched the arch forum. The only thing i have found is setting DAEMON_LOCALE="yes" in rc.conf. However, these post are already quite old and don't solve the my problem (as öäü are working). Additionally, Arch has stopped using rc.conf.
    So, what causes this problem and how can i solve it?
    Here are my configs:
    /etc/locale.conf
    LANG=de_DE.UTF-8
    LC=
    locale -a
    C
    de_DE.utf8
    en_US.utf8
    POSIC
    locale
    LANG=de_DE.UTF-8
    LC_CTYPE="de_DE.UTF-8"
    LC_NUMERIC="de_DE.UTF-8"
    LC_TIME="de_DE.UTF-8"
    LC_COLLATE="de_DE.UTF-8"
    LC_MONETARY="de_DE.UTF-8"
    LC_MESSAGES="de_DE.UTF-8"
    LC_PAPER="de_DE.UTF-8"
    LC_NAME="de_DE.UTF-8"
    LC_ADDRESS="de_DE.UTF-8"
    LC_TELEPHONE="de_DE.UTF-8"
    LC_MEASUREMENT="de_DE.UTF-8"
    LC_IDENTIFICATION="de_DE.UTF-8"
    LC_ALL=
    /etc/vconsole.conf
    KEYMAP=de-latin1-nodeadkeys
    Note that i am running Arch as guest in a VirtualBox.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by Oznerol256 (2013-11-01 09:49:08)

    I'm pretty sure you have to specify font and font map in vconsole.conf
    like so:
    FONT=Lat2-Terminus16
    FONT_MAP=8859-2
    If that doesn't help it could be this.
    If so try to load settings manually, I can't test German setup, but for Polish I could do this to get national characters:
    loadkeys pl
    setfont Lat2-Terminus16 -m 8859-2
    that requires to be root/sudo
    note that -m 8859-2 part is quite important
    edit:
    actually got all German symbols to be displayed correctly, though I do not know if they are assigned for right keys for obvious reasons
    loadkeys de-latin1-nodeadkeys
    setfont Lat2-Terminus16 -m 8859-2
    read read topic in then link to hopefuly fix why settings are not loaded on boot
    Last edited by nutsh (2013-10-31 02:47:48)

  • DrawString method does not understand special characters

    Hi!
    I would like to send a String to a printer. I have tried the drawString method but my problem is, that it does not understand special charaters. The newline character is not a problem as I can just use the split method and then print the resulting array of strings.
    The big problem is the tab character (\t). Is there any way to make drawString understand this character? Or is there a more simple way to print the text?
    Kind Regards,
    Mikkel

    Thanks for your replies. I have to admit that the problem was a completely different one, a really stupid one!
    The output from the print method looked horrible to say the least (it is basically an array of numbers separated by equals amounts of space). The problem was that the font was not set to be monospaced (!) so you can imagine how the output looked ;)...
    Anyway, thanks for your fast replies. I will look into that class you told about.

  • [Solved]urxvt does not search the font for emojis while gnome-terminal

    Hi, I'm using urxvt and am having some problems setting up fonts. These are my URxvt parameters specifying the fonts
    URxvt*font: xft:Inconsolata-dz for Powerline:style=Semibold:pixelsize=14:antialias=true:hinting=slight, \
    xft:PowerlineSymbols:pixelsize=14:antialias=true:hinting=slight, \
    xft:Symbola:pixelsize=14:antialias=true:hinting=slight
    Now, the emojis from Symbola does not appear and it only appears as a box
    The same thing when opened in Gnome-terminal properly displays the emojis
    Also, I have tried starting urxvt with the following options
    urxvt -fn "xft:Symbola"
    and it works but as you see Symbola is not a font for your terminal.
    What am I doing wrong here? I've check my previous lines and it is right. Do you guys have any ideas? Much appreciated. I have also tried with other posts stating that Urxvt cannot display symbols properly and have tried them all. If I've missed any please let me know. The strange thing is that it works for Gnome-terminal and Urxvt with only Symbola fonts
    Last edited by decryptedepsilon (2014-07-12 02:40:24)

    bch24 wrote:
    Make sure the System Locale is set to utf-8 locale.
    This sometimes is the issue.
    Many thanks for your reply, I've checked the system locale is proper. I think I have found the solution.
    I think the official rxvt-unicode faq and documentation here states that rxvt-unicode drops pixels while showing some fonts because different fonts use different height and width. In this particular case, Symbola font is too wide and the default letterSpace does not allow it to display correct. If -letsp parameter is set to 4, it is displaying but with about a half pixel missing
    The specific parameters for .Xresources
    URxvt*font: xft:Inconsolata-dz for Powerline,xft:Symbola
    URxvt*letterSpace: 4
    And this gives this which technically solves the issue
    The documentation clearly states the following
    All of this requires that fonts do not lie about character sizes, however: Xft fonts often draw glyphs larger than their acclaimed bounding box, and rxvt-unicode has no way of detecting this (the correct way is to ask for the character bounding box, which unfortunately is wrong in these cases).
    I guess the first thing one should do is to check the documentation thoroughly of the official project page rather than searching countless forums where people have discussed stuff based on trial and error. I guess that's a classic rookie mistake and I feel very good that I'm moving past the rookie phase

  • String control not displaying special characters

    In Microsoft Word, I can display special ASCII characters such as ASCII 29 'GS' by using the keypad and holding the alt key while typing the ASCII numerical equivalent alt+029. I want to enter these characters into a string from a string control but I can't figure out if that is possible or if so, what settings to use.

    Hello,
    CVI only uses certain character sets and fonts because at the time that CVI was created, unicode did not exist.  You will have to choose the correct font and character set for the string control that will provide access to the character you are searching for.  For example, if you wanted the character produced from holding ALT + 29 (↔), you could set the string control's character set and font to "symbol".  Pressing ALT + 174 in CVI will then display the ↔ character.
    Regards,
    Shawn S. | NIC
    Instrument Driver/IVI PSE
    National Instruments

  • PDF created in MS Word does not print special characters correctly

    I am having a problem with converting an MS Word document to a PDF. This document contains the Ohm symbol and the greater than or equal to symbol. I am using Word 2007 and Acrobat X Pro.
    I am simply using the insert symbol feature in Word to insert the symbols. They appear fine in Word. When I print to PDF the Ohm symbol turns into an '&' and the greater than or equal to symbol turns into an 'e'.
    A fellow I work with who has the exact same computer and program setup as me does not have this issue.
    What can I do to correct this?
    Thanks!
    Chris

    I tried all of the print/press options and they all do the same thing.
    I have always used the pdf maker button from the MS Word ribbon.
    I just tried using the print dialog and selected Adobe PDF with the 'high quality print' option that I need to use and this time it worked! But it is not really fixed as I make a lot of PDFs every day and need the one-click functionality.
    In the PDFs that work and PDFs where the character fails I tried editing the text and it says that the font is substituted. In MS Word i am using Arial, Acrobat is using some "ArialMT" font that I never heard of.
    The embeded fonts are also listed as ArialMT.

  • ITunes does not display Cyrillic characters correctly in Windows 7 Starter

    I try to copy my songs from iTunes (9.0 running Mac OS X 10.6 Russian interface language) with tags containing Cyrillic characters (song name, artist, etc.) into iTunes 9.1 (russian interface) on netbook running Windows 7 Starter English. I do it via Home sharing option in iTunes.
    Some songs with Russian titles displayed OK, but some of them display wrong characters (see attached screenshot).
    Image: !http://i6.fastpic.ru/big/2010/0419/d8/7540973e9895fba51edef24534154dd8.gif!
    How to overcome that?
    Message was edited by: kultaev
    Message was edited by: kultaev

    I'm waiting for the answer of the same question !

  • Title tag does not display all characters

    Hello,
    I think my question is probably extremely easy, but because I am new, I have no idea..
    I bought a web template and so far all is fine.
    One thing, Each page has a header, body text that is all entered by an xml file.
    The header should be displayed by the title tag content. It looks like this...
    <title>Text Field 2</title>
    But when I look at my browser, some of the characters "Text Field 2" are missing and it displays "e Fed"
    please check this link to see what I mean...
    http://test.familycards.nl/
    Does anyone have any idea why some characters do not appear? I tried caps, numbers,.. they all react the same.
    thank you in advance...

    Thank you for your response and help!
    I did think of that.. Unfortunately the template did not come with .fla files, only a host of xml files. I did look for font info to see if perhaps there
    might be conflicts with fonts or missing fonts. but as far as I can interperate the coding, cant find anything.. I will now include some coding here.
    Perhaps it is helpful?
    This is the beginning of the xml page I am working on to add a header and body text...
    <?xml version="1.0" encoding="utf-8" ?>
    <data>
              <title>Text Page</title>
              <field>
                        <title>Text Field 1</title>    ............        (this is the title tag that I place my header text in. but when it shows in browsers as [e Fed]).. the T, x,i,d,l are all missing..
    <text><![CDATA[body text to come here.....
    This is the global options xml...
    <?xml version="1.0" encoding="utf-8" ?>
    <data>
              <global bg="images/bg1.jpg" logo="images/logo.png">
                        <title>Glance Photo Portfolio</title>
                        <slogan>Best photos</slogan>
                        <copyright>Copyright 2009. All Rights Reserved by BK Rascal Multimedia Productions</copyright>
              </global>
              <graphicslib theme="theme4.swf" />
              <playlist src="options/playlist.xml" />
              <menu startPage="homepage">
                        <item name="HOME PAGE" deeplink="homepage" type="page" content="txt1" location="options/text1.xml" visible="1" />
                        <item name="ABOUT US" deeplink="about" type="menu" content="" location="" visible="1">
                                  <item name="WHAT WE DO?" deeplink="whatwedo" type="page" content="txt2" location="options/text1.xml" visible="1" />
                                  <item name="EXHIBITION" deeplink="exhibition" type="page" content="txt2a" location="options/text1.xml" visible="1" />
                                  <item name="MY PUBLIC FORUM" deeplink="awards" type="page" content="txt1" location="options/text1.xml" visible="1" />
                                  <item name="FOURTH DROP" deeplink="awards" type="page" content="txt1" location="options/text2.xml" visible="1" />
                        </item>
                        <item name="NEWS" deeplink="news" type="page" content="news" location="options/news.xml" visible="1" />
                        <item name="GALLERY" deeplink="gallery" type="menu" content="" location="" visible="1">
                                  <item name="OBJECTS" deeplink="objects" type="page" content="gallery" location="options/gallery3.xml" visible="1" />
                                  <item name="PEOPLE" deeplink="people" type="page" content="gallery2" location="options/gallery2.xml" visible="1" />
                                  <item name="NATURE" deeplink="nature" type="page" content="gallery" location="options/gallery1.xml" visible="1" />
                        </item>
                        <item name="CONTACTS" deeplink="contact" type="menu" content="news" location="options/news.xml" visible="1">
                                  <item name="CONTACT PAGE 1" deeplink="contact1" type="page" content="cform" location="options/contact.xml" visible="1" />
                                  <item name="CONTACT PAGE 2" deeplink="contact2" type="page" content="cform2" location="options/contact.xml" visible="1" />
                        </item>
                        <item name="AURORAFlASH" deeplink="blog" type="link" content="" location="http://auroraflash.org/blog/" visible="1"/>
                        <item name="TEST TAB" deeplink="blog" type="link" content="" location="http://auroraflash.org/blog/" visible="1"/>
              </menu>
    </data
    Thats it...
    I hope this helps. (thanks again!!!)

  • PO Document (View Document) does not display Korean Characters

    Hi,
    We have a situation here. In Production, the asian characters are not being displayed in PO Document
    Navigation: Purchase Orders - > Inquire -> View Document
    Surprisingly, a cloned environment of PROD displays the asian characters fine. Has anyone come across a similar issue?
    This uses the XML Publisher template stylesheets. Both PROD and QA have the same style sheets. The template is setup with language as Korean.
    It would be great if anyone can please guide me troubleshoot this issue and identify the cause.

    Thanks for your response.
    I did check the fonts under $OA_JRE_TOP/jre/lib/fonts and $AF_JRE_TOP/jre/lib/fonts folders in both QA and PROD environments.They are identical and albany fonts do not exist under them. But Korean characters are visible in PDFs generated under QA but not in PROD.
    Is there a profile option set to guide XMLP to a folder for fonts? Please let me know.
    Also, the JDK upgrade happened a couple of weeks before and PROD is pointing to JDK 1.5 but QA is still pointing to JDK 1.4 (cloned from a copy week earlier from PROD upgrade).

  • Titlebar on Solaris does not display Japanese characters

    I have a Java Swing application (running on 1.6.0_06) that sets Japanese characters on the titlebar of Dialogs. The Japanese characters display correctly when the application runs on Windows but displays as ? when run under Solaris.
    Details of the Solaris environment:
    Japanese Solaris (UTF-8 encoding)
    Japanese locale (ja_JP)
    Using an X server that has the required font support (because Japanese characters display correctly everywhere except in the titlebar)
    Using CDE as the session manager (and I think dtwn is the window manager used by CDE)
    The funny thing is that the Japanese characters display correctly when I use the JDE session manager instead of CDE, so the problem exists only with CDE and the Open Look interface as well. I tried setting the required resources for WMShell too but that didn't work.
    I seem to be missing some CDE configuration somewhere as the window manager is not able to figure out that the title is non-C locale.
    Any pointers or help in this regard would be appreciated.

    You're probably viewing the website in the wrong character set.
    Try View > Character Encoding > some Japanese encodings, or UTF8 or 16
    The website itself should specify the encoding. The default encoding - in Options > Content - is only used if the website doesn't specify an encoding. Maybe the website you're looking at specifies the wrong encoding.

  • [Solved] nm-applet does not display in normal user's panel

    I installed Arch Linux yesterday. Today, I am trying to get some of the refinements working. I installed OpenBox as a standalone window manager. I got several things working exactly the way I wanted as root, such as networkmanager, nm-applet, and pypanel. When I startx as root, the nm-applet is properly displayed in the pypanel.
    Then I discovered that I could not run an X application as the normal user without first running "xhost +" as root. At this point, it dawned on me that I am not supposed to run startx as root, but as the normal user. Duh!
    So, I thought I set up everything the same way for the normal user. When I startx as the normal user, OpenBox runs, nm-applet runs, and pypanel runs, but pypanel does not display the nm-applet icon. I can now run my X application as the normal user, so that is good.
    My .config/openbox/autostart file is exactly the same for root and my normal user:
    (sleep 3 && pypanel) &
    (sleep 3 && /usr/bin/nm-applet --sm-disable) &
    nm-applet was started by this code, because ps -ef shows it running and owned by the normal user:
    [tim@(none) ~]$ ps -ef|grep nm-applet
    tim 2311 2306 0 15:27 tty1 00:00:00 /usr/bin/nm-applet --sm-disable
    tim 2332 2327 0 15:27 pts/0 00:00:00 grep nm-applet
    [tim@(none) ~]$ ps -ef|grep networkmanager
    root 497 476 0 14:14 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action eth0
    root 869 476 0 14:30 ? 00:00:00 /sbin/dhcpcd -B -K -L -G -c /usr/lib/networkmanager/nm-dhcp-client.action ra0
    tim 2345 2327 0 15:27 pts/0 00:00:00 grep networkmanager
    Why does pypanel display the nm-applet icon for root but not for the normal user?
    Tim (newbie to Arch but previously ran ArchBang for six months)
    Last edited by ratcheer (2012-05-02 22:34:30)

    I have now switched to tint2 from pypanel, anyway. It is much cleaner and easier to use. At least in my opinion.
    Tim
    Last edited by ratcheer (2012-05-03 02:31:59)

  • Can Apple TV display special characters in movie chapter names?

    I have an Apple TV 2.0.1. I have encoded my own movies with descriptive chapter names, imported them into iTunes 7.6.2.9, and synced them to my Apple TV. Does the Apple TV have the ability to display special characters (ó, û, etc.) in movie chapter names? The movies play fine and in iTunes the chapter names are all displayed correctly. I also have an iPod Touch 1.1.4 and it can display the chapter names with special characters fine as well. When playing the movies on Apple TV, only the chapters that have special characters in them display nothing at all for the chapter name. All the other chapters display fine.

    Welcome to the  Discussion Forums.
    I can't really confirm your observation one way or the other, I don't use chapter names. I suspect though that your observations are correct. Unusual characters can often cause issues in a variety of ways, illegal characters in your filenames for example can cause the video not to be found at all or in some cases simply not play. If you are using ie instead of safari for example the  in my welcome my well not display properly whereas others will clearly see it as an apple symbol.

  • MENU item selection does not display drop down in ITS enabled transaction

    Hello,
    We are experiencing a strange behavior between two portal env.
    1. DEV.
    For example we have transaction MM01 display in the Portal via ITS (integrated). The end user can select the Menu Tab and the System Tab and the drop downs appear as expected.
    2. Prod
    Same  scenario as above. Only this time, end user is unable to select the button. The Menu and System Tab dont appear greyed out but selecting it does not display the drop down.
    Material, Edit GoTo Defaults are some of the links under the Menu tab for MM01.
    Very confusing. And this is the behavior in Prod for all transactions. Any ideas on why this is happening would be greatly appreciated.
    The architectural difference is that DEV has no Web Dispatcher versus Prod has the Web Dispatcher.
    We are on EP 7.0
    Many thanks.
    Regards,
    Sunil

    Thanks. Now, I realise this may cause dismay to some, but I have now solved the problem, and just wanted to share my experience with those even less savvy than myself. In Dreamweaver, the Spry css styles are arranged with little or no hint as to which style controls what. I found that there is a rule in the sub-menu styles that controls the little graphic arrows which indicate that there are dropdown subs under the tabs. I had removed these arrows to make way for my background images. However, the rules that control their positioning by percentage were still there, causing my images to display incorrectly. Of course, there was no way anyone could have spotted this and helped me as the fault was in the external spry css file, not the page code. So many thanks to vw2ureg for looking anyway. Regarding the page code, which you have flagged up, would you mind elaborating on what you see wrong here? I'm none the wiser. Many thanks again.

  • Dynamic Text Field is not displaying foreign characters... HELP!

    I have a dynamic text field that is not displaying foreign characters properly. They appear as boxes.
    Here's what I've tried.
    Under properties for the text field, I clicked on the embed characters button. In there, I pasted all the special characters I would need and clicked okay. Shouldn't this be enough for the text to display properly? What am I missing? Please help...

    More info: I'm noticing that in the actual dynamic text field in my .FLA file, if I type a foreign character like é, it pops up as a block. My family font is set to New Caledonia... is it possible that New Caledonia doesn't have those particular glyphs? The thing that doesn't make sense to me though is, last year when I made this card, it worked fine with New Caledonia... Any help is greatly appreciated!!

Maybe you are looking for

  • HT5622 can I use one apple ID for both iPhone and iPad?

    hello, i just bought a new ipad and want to use the same apple ID that i used in my iphone. is it possible? thank you for helping me

  • HT4623 how can i update my iphone 4 that does not have the update option in the settings?

    How can i update my iphone 4 that does not have the update option in the settings?

  • Pl help in query

    I have a table arm. In that loan_number,change_begin_date and change_end_date are composite primary key.so i want only one data for loan_number as per this condition change_begin_date <= trunc(sysdate, 'mm')-1 and change_end_date >= trunc(sysdate, 'm

  • Balance Sheet Vs. P n L

    Hello Experts, After running both reports i found one difference Profit Period for BS says    : -   6986.89 GBP Profit Period for P n L says:-    7236.92  GBP Can anybody tell why it is throwing difference ? Need to rectify the same asap Cheers !!

  • Cron job error

    I get this message in my local mail: Subject: fcron <systab@morgana> /usr/sbin/run-cron /etc/cron.daily Date: Wed, 21 Dec 2011 00:02:47 +0200 (EET) From: [email protected] (fcron) Status: R col: Invalid or incomplete multibyte or wide character it's