Some special characters getting replaced by ? in TOAD

Hi,
I am using TOAD for updating a few records in the DB. Some special characters (non-english) like Staříč get replaced by Sta?í? in TOAD. I tried to set the characer set to default and East Europe under Editor Options, but it still doesn't work.
Any suggestions?

i) Verify your DB characterset can handle these characters
ii) Verify that the correct values are being stored (use dump function)
iii) Verify that NLS_CLient settings match NLS_Server settings
iii) Verify that this is not a windows display issue. ie Windows has been set up to display these characters.
One suggestion is to use OracleSQLDeveloper. You won't have any display issues then. :)
I use it to display arabic charcters and I don't need any registry changes etc
Edited by: Keith Jamieson on Dec 8, 2008 10:47 AM

Similar Messages

  • RFC call from portal to CRM - Special Characters are replaced

    Hi All,
    I am trying to call an RFC which gives the user information. I pass the portal username.
    Issue is when the user name has special characters 'ä'  are replaced by 'Ã#'.
    Iam using SAP CRM ABAP 7.0.
    Please let me know how to solved it.
    Thanks in advance..
    Thanks and Kind Regards,
    Basheer.

    Possibility is your one of the system is Unicode & other is non unicode.

  • How to insert some special Characters  in a table

    Dear All
    I have a value with some italian Characters ..
    Like :- )
    e l’attivazione - Here the ' symbol is not single quote , it is some ITALIAN characters .
    So how can i insert .
    I have value like :- e l’attivazione "Trasloco Linea Telefonica”, disponibili sul portale TUO, sezione Accessi/Traslochi"
    Insert into ABC values ('e l’attivazione "Trasloco Linea Telefonica”, disponibili sul portale TUO, sezione {code}Accessi/Traslochi"');                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hey,
    You can run below command to insert such value in single column of the table.
    INSERT INTO ABC VALUES ('e l’attivazione "Trasloco Linea Telefonical, disponibili sul portale TUO, sezione Accessi/Traslochi"');
    or you need to get ascii value of the character '’'
    e.g.
    SELECT ASCII('’') FROM dual;
    O/P
    14844057
    then use this ASCII value in CHR function while inserting data into table
    INSERT INTO ABC VALUES ('e l'||CHR(14844057)||'attivazione "Trasloco Linea Telefonical, disponibili sul portale TUO, sezione Accessi/Traslochi"');
    When you will query the data from table you be get below value for that column.
    e l’attivazione "Trasloco Linea Telefonical, disponibili sul portale TUO, sezione Accessi/Traslochi"
    Regards,
    Nisarg

  • Problem with special characters getting converted into '#'  in portal

    Hi All,
    The special characters like " - ", " ' ", " ` ",  are getting converted into '#' when the smartform is displayed in portal.
    I have a smart form in which the text contains the above special characters and they are getting displayed as  ' # ', when the form is invoked in portal. We are not able to trace the problem.
    I need your input on this ASAP.
    Thanks in Advance,
    Sowmya

    This could be caused by conversion routine on the field.
    in sapscript, can use &FIELD-NAME(K)& to ignore conversion routine
    To see this and other options, in text edit of script select menu option Insert>Symbols>New  and then type field name and select desired check box options - field will be placed in script with relevant formatting characters
    Andrew

  • [SOLVED] urxvt doesn't display correctly some special characters

    Hello everyone,
    I have a weird issue with urxvt. For some reason it doesn't display correctly some special character.
    Here is a comparison between xfce4-terminal and rxvt-unicode  (I used theses characters as exemple):
    xfce4-terminal :
    urxvt :
    And here is my .XDefaults file (without the color and the plugin part, since it's unrelevant):
    !Font
    URxvt.font: xft:PragmataPro:pixelsize=11:antialias=false
    !General
    URxvt.scrollBar: false
    URxvt*imLocale: fr_CH.UTF-8
    URxvt.saveLines: 5000
    URxvt.geometry: 95x26+50+50
    Has someone an idea what the problem could be?
    Thank's in advance.
    Last edited by mwm (2013-11-13 13:15:48)

    This is what I think is happpening.
    PragmataPro may not contain those glyphs.  It appears to have a wide array of glyphs but it is not unicode complete.
    Xfce-terminal is a vte terminal.  When a glyph cannot be found in the desired font, it will find the glyph in the 'closest' font.  Urxvt will only use the glyphs in the font or fonts specified.  If PragmataPro does not contain the glyphs, urxvt will display boxes.
    You can give urxvt a series of fonts to search. It will search for a glyph through the listed fonts in the order you specify.  Here's an example from my urxvt configs:
    urxvt*font: xft:DejaVu Sans Mono:style=Book:antialias=false:size=8, \
    xft:WenQuanYi Bitmap Song:size=8, \
    xft:FreeSerif:style=Regular, \
    xft:unifont:style=Medium:antialias=false
    I couldn't use FreeSerif or unifont as a main font, but for an occasional glyph, it works for me.  This file, http://www.cl.cam.ac.uk/~mgk25/ucs/exam … 8-demo.txt, can be displayed in urxvt correctly, with only a few unknow glyphs showing as boxes in the Amharic section.

  • Unable to insert some special characters.

    Hi,
    I am not able to insert some czech characters into the database. The problem is mainly seems to be due to the characterset. When I query the record, it displays some garbage characters or ? instead of (ž, š). Can anyone please suggest me a solution for this problem?
    The DB characterset is :-
    SQL> select * from NLS_DATABASE_PARAMETERS where parameter like '%CHARACTERSET';
    PARAMETER VALUE
    NLS_CHARACTERSET WE8MSWIN1252
    NLS_NCHAR_CHARACTERSET AL16UTF16
    Many Thanks in Adbance.
    Sam:-)

    All characters are stored as a hexadecimal value either in one-byte (usually ASCII) or two-byte (Unicode). The mappings of which characters (or glyphs) go with which hexadecimal values constitutes a character set. Character sets are NOT equivalent to fonts. I used to build them.
    It sounds like the character set you are using on the server doesn't match with the character set on the client. This is not an uncommon problem. There are plenty of resources on the web for determining which characters map to which hex values. I recommend that you find the character set being used by the client and compare it to the one on the server. It is usually not a good idea to change the character set on the server after install, but Oracle may be able to help you through that. On the client end, you can look at the application and see if there is a way to change the character set to have it match what is on the server. For the Czech characters, I think that they are present in most ASCII symbolsets, but are not consistently mapped to the same hex values. Thus the problem you are seeing.
    Good Luck.

  • Some special characters not displaying

    Hi everyone................i have noticed that in archlinux,firefox fails to display the characters of other languages,for example:విరోధి నామ సంవత్సరాది శుభాకాంక్షలు ..............as u can see,instead of valid characters,i get such boxes.how do i solve this?

    stonecoldjha wrote:how do i do that?should i download the .ttf and place it in my .fonts directory?
    You could do that. Or check if there is a package or the font is in the aur, that might be a little easier.

  • Converting some special characters NON ASCI to ASCI

    HI Gurus,
    My Users copied some text from some other file and pasted in SAP in Infotype hrp1000 in a Text field. In the frontend of the SAP screen , the text looks good as English text.
    My program is retrieving that text and sending to AL11. If i open and see the file in AL11, the text looks like 'E'#$% ' some thing like this having some cap symbols on the top of the each character( we cannot type those symbols from my PC).
    I developed a program to cleanup my file from NON ASCII to ASCII by using methods in class CL_ABAP_CONV_IN_CE->create,but it is failing to convert into ASCII. If it is not possible to convert that special symbols, atleast i have to remove it from the file ..
    Please help me with solution.
    Thanks,
    Regards,
    Akila

    HI,
       Foound this code... Try this....
    Data: Begin of w_char,
                Ascii type x,
          End of w_char.
    Move 'A' to w_char.
    Write :/ w_char-Ascii.
    Move 66 to w_char-Ascii.
    Write :/ w_char.
    Regards
    GK.

  • Problems displaying some special characters on gray 80gb classic

    Hello,
    I recently got a new gray 80gb iPod classic and I have noticed that certain characters cannot be displayed on it. This occurs with characters such as 'ø' (which is actually the full name of an obscure minimal techno act from the early 1990s) and 'ÿ' (which would occur in the name of the metal band Queensrÿche in the case of my iPod). What is unusual is that these characters DO show up fine when I'm browsing through artists/albums, etc However when I actually play a song whose title or artist names contains such characters, they do not show up on the screen (next to the album art, title/artist/album interface).
    Has anybody else noticed this and, if so, found any way to rememdy it?
    Thanks in advance,
    J

    If your xml is utf-8 then I don't think you need the html
    encoding with the ampersand.
    The following works fine for me in windows:
    var cdata="<b>Main Title Copy Goes Here
    ™</b>"
    var tf:TextField=
    this.createTextField("myTF",1,100,100,300,200);
    tf.html=true;
    tf.htmlText=cdata;
    That was with the default settings and no embedded fonts etc.

  • I use some special characters (vowels with an accent mark), these are not showing up properly, whereas they do on my old IE browser-can anyone help?

    Here's an example. The Irish word "Lúnasa" is showing up as "L�nasa" when I post it in places such as Yahoo! Groups. This does not happen with my old IE browser. Thanks for any help!

    No, the first "Lúnasa" looks correct. The second one is how it appears after posting it to a Yahoo! Group. It's odd, because when I view the same post in the Yahoo! Group via IE8, it looks fine. Just to fill out the details, I wrote the original "Lúnasa" in MS Word, then copied and pasted it into my Yahoo post. Needless to say, I am confused!
    Thanks again for you help!

  • How to use special characters in Report Builder

    Hi everyone,
    I wonder if you guys can help me. I'm trying to change our Invoice hearders from English to Portuguese. Eg, I've changed this English heading
    ("FOR ACCOUNT QUERIES CONTACT") to this Portuguese heading ("PARA CONSULTAS DE CONTA CONTACTE"). So when I'm done, my entire invoice will be in Portuguese. This works fine, until I get special characters in some of the Portuguese translations. I can copy and paste the translations with special characters into Report Builder. But when I print the invoice in Oracle Apps (with a PDF output), the special characters get replaced with a "?".
    Here's an example:
    < "Line No" should read "Linha nº" but it prints out as "Linha n?" > Does anybother know how I can resolve this? I'm using Report Builder: 10.1.2.3.0 on Oracle Apps: 11.5.10.2 and RDBMS : 10.2.0.4.0
    Thank you in advance

    Hi,
    You need to have Portuguese font installed on your machine, if you are running the report from your machine or else if you are running the same from report server then the font has to be there on the server font dir.

  • Some characters are replaced by question marks!

    All of a sudden my iMac (OS X 10.5.1 Leopard) is displaying question marks for some special characters.
    For example, on internet, look up a word "pediment" in Yahoo! Dictionary ( http://education.yahoo.com/reference/dictionary/entry/pediment)... Instead of showing the "dot" symbol to identify a syllabus break, it shows question marks as ped?i?ment, and instead of showing c with a little squiggle underneath for a word facade (within the definition of pediment), it shows fa?ade.
    I did not have this problem on my iMac on Tuesday (01/29/08) morning and I have not installed anything other than the Apple updates.
    I tried with FireFox and Safari, and both show the same thing. Then I went and checked my husband's iMac (OS X 10.5.1 Leopard) and it has a same problem, so I know it is not just my iMac.
    Then (yes, there is more...) I started to work on my Word document and tried to insert "symbol" from insert on the Toolbar... many of my symbol fonts (Symbol, Osaka, etc) has question marks replacing special characters.
    Please help! I am unable to complete my work without these special characters!!

    Well, I went to the Yahoo! Dictionary "Pediment" and it said it was set to Default which is set to Western (ISO Latin 1), so I assumed it was Western (ISO Latin 1). But when I click on Western (ISO Latin 1), the pages appear what it's supposed to look like with special characters... What does this mean?
    I reset all the settings; I chose something else as default, quit Safari, opened it and chose Western (ISO Latin 1) as a default to see if it changes anything... No change. It says my default is Western (ISO Latin 1), but it seems not.
    I am officially confused and have no clue what to do...??????!!!!!
    On the bright side, at least I can get my work done, even if I have to change the encoding one page at a time... Thanks.

  • Replace all special characters in a String with underscore

    I have a String which contains some special characters even(!,$,@,*....).
    I need to replace all the special characters with _ in my String. I do have an idea of using String.replace() and analogous forms, but I would be thankful if anyone can suggest me of a better and an efficient way.
    regards,
    fun_one

    Kaj,
    Thx for your earnest reply. I did have a peep into the API on this method. But the regular expression that I need to use here was beyond my understanding. It did specify some regex that I put to use (something like myString("\D","_"), assuming that I need to replace all non-digit characters ), but it really did not help me getting the result.
    Would you spare some code for me reg. the usage of regular expressions in such a scenario?
    cheers,
    fun_one

  • Find and replacing special characters

    we have just discovered that after database unicode conversion, some special characters are starting to appear in the database after users copy and paste into the database.
    For example from a table, we can identify it with:
    SQL> select count(*) from table where column_name like '%' || chr(25) || '%';
    COUNT(*)
    15
    This is for a table.
    How can this be done to identify the characters for all tables because we are not sure of all the tables
    Thanks

    Hi,
    Please try below pl/sql block to identify special characters in tables with respect to columns
    set serveroutput on size 1000000
    declare
    procedure gooey(v_table varchar2, v_column varchar2) is
    type t_id is table of number;
    type t_dump is table of varchar2(20000);
    type t_data is table of varchar2(20000);
    l_id t_id;
    l_data t_data;
    l_dump t_dump;
    cursor a is
    select distinct column_name
    from dba_tab_columns
    where table_name = v_table
    and data_type = 'VARCHAR2'
    and column_name not in ('CUSTOMER_KEY','ADDRESS_KEY');
    begin
    for x in a loop
    l_id := null;
    l_data := null;
    l_dump := null;
    execute immediate 'SELECT ' || v_column || ', ' || x.column_name || ', ' ||
    'dump(' || x.column_name || ')'
    || ' FROM ' || v_table
    || ' WHERE RTRIM((LTRIM(REPLACE(TRANSLATE(' || x.column_name ||
    ',''ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@#$%^&*()_+
    -=,!\`~{}./?:";''''[ ]'',''A''), ''A'', '''')))) IS NOT NULL'
    bulk collect into l_id, l_data, l_dump;
    if l_id is not null then
    for k in 1..l_id.count loop
    dbms_output.put_line(v_table || ' - ' || x.column_name || ' - ' ||
    to_char(l_id(k),'999999999999'));
    dbms_output.put_line(l_data(k));
    dbms_output.put_line(l_dump(k));
    dbms_output.put_line('*********************');
    end loop;
    end if;
    end loop;
    end gooey;
    begin
    gooey('table1','coln1');
    gooey('table1','coln2');
    gooey('table2','coln3');
    end;
    Like this you can get special characters for all the columns/particular column from table
    Thanks,
    Nitin

  • Get rid of special characters "^@"

    hi,
    i used method tostring to convert a double into string and have written in a file,
    while i try to open the file in shell(unix), it shows some special characters as follows,
    ^@0^@.^@0^@4^@3^@7^@4^@0^@7^@
    ^@0^@.^@0^@3^@1^@3^@1^@9^@2^@
    ^@0^@.^@0^@1^@6^@5^@0^@2^@9^@
    ^@0^@.^@0^@0^@3^@1^@8^@5^@5^@1^@
    in between each numbers, when i open the same file in textedit it shows as follows,
    0

    Specify the character encoding used to write the file, and use an editor that can display the file in that same encoding.

Maybe you are looking for