Cannot see special characters

I cant see any specail characters apart from the usal ones like !"£$%^&()_+=#';][/.,\
I have no idea what is wrong.
I can see them in character map, but not whne they are in other applications.
The ones in the image on the right where "JdeLNhiOPjkQRlmSTnoU"

You should have a Unicode locale set at /etc/rc.conf. Check the one you have and if it isn't UTF-8, you should check /etc/locale.gen, uncomment the unicode locale for your language and run locale-gen as root to generate it. Then change the LOCALE at /etc/rc.conf to the same exact name as the one you have uncommented.

Similar Messages

  • [SOLVED] Can't see special characters in terminal

    Hi, sorry for my bad English.
    I installed Arch Linux around 4 days ago and I'm having problems with special characters, such as:
    á, ç, é, ã
    I can type them and see what I type in bash (except when I do between "", like $echo "á", so they automatically become "??").
    When I use ls, my files are also showed as "??", A??, when they should be "Á" and "Aí".
    It would be normal, like a font issue, but here is the weird part:
    When I use the bash auto-complete (TAB) to see files in my current directory, they are showed correctly according to the font I am using,
    for example, the current font still show they wrongly, like "A??" when the file is "Aí", and when I set the font LatArCyrHeb-16, it shows "Aí".
    It looks like bash-completion is the only application affected by setfont.
    Sorry if my explanation is too confuse.
    I can send screenshots if necessary.
    Last edited by guilhermecaldas (2013-06-26 07:07:24)

    I was using LANG=en_GB.UTF-8 in /etc/vconsole.conf, but I was selecting and generating pt_BR.UTF-8 in /etc/locale.gen
    Now, I changed all them to "en_GB.UTF-8" and it's working fine!

  • SOLVED: Cannot see certain characters

    I'm using Firefox 4.0b9 (although I don't think this is the issue) and I have trouble seeing some characters.  Most often it's on my bank's website.  They show up as black diamonds with question marks in it.  The other issue I have is sometimes I get problems with glyphs (don't know what to call them).  It's basically a black outline square that looks like this:
    |0 0|
    |7 F|
    Does my ASCII art impress you?
    Anyway, I have my rc.conf look like this:
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/New_York"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    Not sure what's causing this issue.  Do I need to install more fonts?  Which ones?
    Last edited by TFB (2011-01-23 20:34:41)

    DKnight wrote:Have you tried selecting different encodings from "View->Character Encoding" inside Firefox? maybe try autodetection?
    It doesn't seem to help here.
    Chromium renders it right with the default settings. Using (seemingly) the same settings in firefox doesn't work.
    I don't think it's a big deal though.
    If anybody wants to give it a shot, save this:
    <html>
    <head>
    <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
    <title>Title</title>
    </head>
    <body>
    Can you see me: &#x7f; ?
    </body>
    </html>
    as something.html and open it in firefox. It should render as
    Can you see me: ?
    not
    Can you see me:  ?
    Last edited by karol (2011-01-23 20:16:32)

  • CANNOT VIEW SPECIAL CHARACTERS

    Hello,
    We are working with AS400.
    When we do the run the following using isql the result we get is:
    SELECT * FROM f55451
    PIDSC1
    Hola mañana es mañana
    After we configure Oracle and using SQL*Plus when we do the following the result we get is:
    SELECT * FROM f55451@as400
    PIDSC1
    Hola ma
    As you can see when the special character appears the rest of the line is truncated.
    Help will be very appreciated. Thanks.
    Rajesh Murli

    Which SQL*Plus are you using? GUI or COMMAND LINE?
    Command line for example make sure your CODE PAGE is set correctly and you have choosen a font which can display the character.
    AS soon as the command line window is able to display the character set the NLS_LANG accordingly and give it a try.
    For GUI SQL*Plus make sure NLS_LANG is configured properly and the character can be displayed while inserting/selecting it from an Oracle table. If this does not work you might change the SQL*Plus FONT and the FONT CHARSET.
    As soon as it works, give it another try using the gateway.

  • Cannot see Chinese characters

    sometimes I cannot view the Chinese characters in emails I received from China partners. Please advise how I can solve this problem?

    simon@thinking wrote:
    I am using the Office for Mac 2011.
    The best place to get help with the Office email app is often
    http://answers.microsoft.com/en-us/mac/forum/macoutlook

  • Problem with special characters on Safari

    Hi everyone,
    Once again, I am in desperate need of your help, as I am facing a very annoying issue on Safari (version 5.1)! Indeed, I cannot use special characters such as 'ê' on various websites, including Facebook or even this very page.
    I have a QWERTZ keyboard layout (Swiss layout), which is very handy because of its ambivalence. However, when I try the usual key combination for 'ê' (as there is no specific key for that character), which is ^+e, nothing happens. I have to type several times the '^' symbol only to get a weird bar at the bottom of my page displaying many useless '^' at the same time (see picture below).
    However, this problem does not arise whilst typing in Google's search-bar or other websites. I also checked on the Internet to see that this was a common issue but could not manage to find an answer to it.
    I hope you will, because it is really annoying to use each time a copy/past...
    Cheers!

    chambone01 wrote:
    I trust it must be something simple that we're overlooking.
    More likely a bug that Apple has to fix.   Do you have this problem with any other browser, like FireFox or Chrome?

  • PDFs using BI publisher and special characters - pound sterling

    I have a table with character strings which include the £ pound sterling sign.
    If I create an xml file from the table using the escape sequence for the pound sign & # 163; and load it into BI publisher, the pdf renders correctly using an rtf template.
    If I include the pound sign in the rtf template itself the pdf renders correctly and if I use a report query in Apex based on the table, and an rtf template then the pdf renders correctly.
    However there is a limit to the number of columns that can be sent to BI via the report query - we have found this to be 119 columns. For more than this we have been using a stored function to return xml data as a clob and use the clob to generate the pdf with the rtf report layout (using get_print_document). This method works fine but the pound sign is not rendered correctly (appears as "?").
    The NLS_LANG is set to english_united kingdom in the database and in BI publisher. The locale in bi publisher is en_GB. BI will create the pdf correctly with the pound sign if using a standard xml file (with escape seq for pound) so I am sure it is not a language issue in BI/Apex.
    Any ampersands in the xml cause the pdf to fail completely and we cannot represent special characters with a sequence containing the ampersand for this reason. I have tried "& # 163;" and "& amp;#163;" and variations and have also tried using CDATA, none of which gives the correct pdf output. I have also tried to switch the encoding to Windows-1252 or ISO-8859-1 in the header of the xml (xml generated by stored procedure so can control this), but this gives incorrect results too.
    We also need to send other special characters to BI via get_print_document and apex (bullet points, ampersands, dashes ) but cannot use the escape sequences because of the ampersand problem.
    Has anyone had any success with this?
    Is there any plan ( for a future version of Apex) to increase the number of columns that can be used in report query using Apex/BI publisher?
    Thanks
    Kathryn

    Hi Kathryn
    I've had exactly the same problem as you've mentioned.
    Firstly, I've also found that I cannot select more than 119 columns from a view using a report query and have opted to the use the stored function to return the xml (same as you).
    After conducting a lot of searching and experimenting i've found that you can use the following escape characters in REPLACE in your stored function:-
    '£' can be replaced with CHR(194)||CHR(163)
    '%' can be replaced with '%25'
    '&' can be replaced with '%26amp;'
    I found the above escape characters from the xml file or by opening the xml file in Wordpad. Therefore I'm sure you'll be able to find the escape characters for the other symbols that you mentioned i.e. bullet points, dashes etc.
    I hope this has helped. Good luck and let me know if you get any developments with the limitation on the number of columns that can be selected from a report query as this would save a lot of trouble (as I'm sure you're aware).
    Thanks
    Natalie

  • Special characters in text represented as squares in some applications

    Some webpages I go to seem to have blank square characters in the text where there should be a special character. Curious, I went ahead and opened a binary file in my text editor, KWrite. I expected to see special characters making up most of the garbage text, but instead I got blank squares in their place, along with ASCII characters.
    The special text characters I'm talking about are most of the time not even Unicode ones. These are characters that can be typed when, on Windows, you'd hold down ALT and punch in a four digit number, or if on Mac, hold down the ALT key and type a character (ie. the trademark symbol, euro currency symbol, cent symbol, etc)
    There's likely something in the wiki about solving this problem, but I haven't found any answers. On a hunch, I did install the ttf-arphic-uming and ttf-dejavu packages which managed to partially resolve the problem, so I'm guessing this is a font problem, or lack of a font set, rather. Other than those 2 additional font packages, I've only got the font packages gsfonts, ttf-bitstream-vera, and xorg-fonts-{alias,encodings,misc} installed.

    Install windows fonts?

  • Special Characters usage in member names

    All,
    As we are aware, essbase member names cannot contain special characters. But as per our business requirement we are in need to use special characters in some member names. Can anyone advise me if there are any work-around available to achieve this. Thanks in advance.
    Regards,
    Ramesh

    866969 wrote:
    Thanks a lot for your response Vasavya. Let me describe my problem clearly. We are having planning application and we use ODI to refresh Master data/Meta data in planning application. One attribute dimension member contains special character and its getting rejected everytime since planning will not accept special characters in member names/Alias names. Is anything that we can do from planning side to avoid the rejection?. Thanks in advance.Is the application been created in unicode mode? Are you able to enter characters directly into planning? have you read the restrictions sections - http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin/frameset.htm?apb.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • RH10 WebHelp includes special characters in 508 compliant search

    I am converting a RoboHelp 5 WebHelp project to RoboHelp 10 WebHelp and the project uses 508 compliant output.  When I click on the search tab I see special characters like $, %, !, #, etc. showing up as search words.  I have tried adding the characters to the Stop Words list and generating the output again but the special characters still show up.  Is there a way to suppress these characters from showing up in search?  The characters do not show up in the RoboHelp 5 508 output.  I am using IE8.

    Hi there
    Section 508 deals with accessibility. This means screen readers for blind or visually impaired individuals. They mouse over areas and the screen reader reads back to them what the mouse is hovering. So instead of a field where you type, they navigate search in a different manner. By clicking links that eventually lead to the term.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

  • How do I use a font variation in a pages document. I no longer have the "viewer" -glyph option in special characters pane only new mbPro with Lion. I know the variation is available because I can see it in the font book. so now what I just want to be

    How do I use a font variation in a pages document? or other app for that matter? I no longer have the "viewer" - glyph option in the special characters pane (under edit  in toolbar). I know the varaition ia available because I can see it in my font book. I depended on that alot so I need to find a way to still use character and embellishments. I don't want to have to go back to my od computer (from2007) Please Help!

    I really don't understand.
    The menu item is available :
    Maybe, you didn't activate the tool :
    Yvan KOENIG (VALLAURIS, France) mardi 2 août 2011 23:10:17
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Cannot see folder- in non english characters.

    I have set up PySDM to mount one of my harddrives on boot. The problem is that I cannot see a folder (ls and nautilus ) there , which is non -english characters (russian). Ubuntu was able to see it properly. I verified it was there by booting back to Windows.

    *vitali* wrote:Ok what should it be?
    UTF-8 maybe (or utf8 I'm never sure which one to use).
    Try mounting it manually and check for errors and if it works as you want.
    Last edited by R00KIE (2009-12-27 12:49:57)

  • WPC Cannot render container with special characters

    Hi
    My portal generates error: "Cannot render container : An error occurred while loading the document from the resource content" when i Finish editing my page. 
    The special characters that I use are words with accents only with capital letters (used in spanish like Á, É, Í, Ó, Ú)
    Any ideas on what could be causing this?
    Portal 7.01 SP06
    Jose Mercado

    I solve my problem, with  Sap Help.
    They send me: check the charset settings on client & J2EE as follows
    On Client side: Internet Explorer menu > Tools -> Internet Options -> Advanced
    please select 'Always send URLs as UTF-8'.
    On J2EE engine:  . It is important to check the parameter exists for all server nodes in config tool
    -Dhtmlb.useUTF8=X
    -Dfile.encoding=ISO-8859-1
    -Dfile.encoding=UTF8

  • Trying to add emjoi from special characters to my document which is a table it seems to go through the motions but can not see the emjoi. cheers

    Question: Trying to add a emjoi from special characters to my document which has tables.  when adding can not see the emjoi picture.  Can anyone help.  Thank you

    Emoji is not supported by the iWork apps.
    Send Feedback to Apple via the Pages menu.
    Jerry

  • Cannot read out loud special characters when text is french

    Hi everyone,
    First of all, I hope my english is on par for your understanding. I speak french as first language and we use the French installation of our Adobe products.
    Working in the IT department, our clients working in the communications department currently use Acrobat pro X on Mac 10.8 to make accessible PDFs. Before I reinstalled their iMacs with a fresh copy of 10.8, they were working on OSX 10.6, also with Acrobat Pro X. They didn't have the following issue.
    Since the fresh 10.8 install, they cannot use the read out loud function properly. As you may know, with french language comes the use of special characters. Lots of them. But Acrobat will not read out loud any sentence or paragraph having special characters like " é, à, ù, è" and such.
    I first contacted Adobe, a few weeks ago, through their Live chat function, about this problem. They addressed the issue by stating that they do not support Acrobat X on 10.8. I had to reinstall Acrobat using version XI in order to receive support. Fortunately, I was able to download the correct version and use it in trial mode. Unfortunatly though, I still had the same issue. It seems that I no longer have access to Live chat, so I turn to you all for help.
    Also, I have a French voice pack in OSX and when I use the Voiceover function in OSX, outside of Acrobat, the system reads out loud any accents or special characters like it should. This is mainly why I associated the issue with Acrobat and not OSX.
    If you need clarifications, ask away and I will get back as soon as possible.
    Thank you for your time.

    Used your sentence "TTS is closed October 9th." in a Word file and output a tagged PDF via PDFMaker.
    Added Alt Text for the tag that was the parent for the container holding the text string.
    ROL with Acrobat 9 Pro and Acrobat X Pro spoke the entered Alt Text.
    In short, could not duplicate what you've described.
    Perhaps an Acrobat repair or processing any outstanding updates could resolve things.
    Or a return to the structure tree may be in order. Look for what is amiss there.
    Be well...

Maybe you are looking for

  • Transferring word files with two separate macs

    Bought a brand new macbook air this year and had Microsoft Office 2011 installed on it. My business partner uses a macbook air she bought a over a year ago with Micrsoft 2010 on it. From what I've found, there should be no compatiblity issues, but th

  • How do I cancel an incorrect order - ordered hd and sd version of program by mistake?

    I always order sd versions of tv shows. Somehow I purchased both versions of one show. I stopped the hd downloads but can't figure out who/how to contact to cancel hd version. The express lane that is recommended on the apple site won't load.

  • Need Information to Configure MIbs in 5508 Controllers

    Hi All, I Need to Know few informations about Mibs, we are  onboarding devices to HP NNM Tool for monitoring purposes. we have 10 wireless controllers.. We need to enable following traps for AP to pull from tool. for the below traps to be enabled wha

  • File icons grayed out

    I installed Leopard and when I go to folders with MS Word and Adobe Reader icons they show up for a second or so in their normal icons and then the icons gray out. I called Tech Support and did Disk Utility Repair and an Archive and Install, didn't h

  • How do I accept the icloud terms and conditions if i'm "unable to connect to server"?

    How do I accept the icloud terms and conditions if i'm "unable to connect to server"? Or how do I stop the incessant pop messages that tell me I need to do this?