Russian character display troubles

Hi all
My problem is:
The DB codepage is 1100 (ISO1).
Russian chars come from R/3 side in 1500 (ISO5) codepage and stored as is in a DB.
There is no RU language pack installed on BW system.
As the result I am able to display this data only through the WEB template reports, by forcing them to display data in Cyrillic(ISO) codepage.
And for me it seems, that there is no way to do the same inside the BeX.
Has somebody got any idea how to do it?
BRG
ABM

SQL> create table t1(name varchar2(5));
Table created.
SQL> commit;
Commit complete.
SQL> insert into t1 values('йцу');
1 row created.
SQL> !echo $NLS_LANG
RUSSIAN_RUSSIA.WE8ISO8859P1
SQL> select * from t1;
NAME
eoo
SQL> select name,dump(name,1016) from t1;
NAME
DUMP(NAME,1016)
eoo
Typ=1 Len=3 CharacterSet=CL8MSWIN1251: 65,6f,6f
IN ABOVE $NLS_LANG IS SET WRONG
SO I MADE CHANGES
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> !export NLS_LANG=RUSSIAN_RUSSIA.CL8MSWIN1251
SQL> !echo $NLS_LANG
RUSSIAN_RUSSIA.CL8MSWIN1251
SQL> select * from t1;
NAME
eoo
SQL> select name,dump(name,1016) from t1;
NAME
DUMP(NAME,1016)
eoo
Typ=1 Len=3 CharacterSet=CL8MSWIN1251: 65,6f,6f
STILL IT IS SHOWING SOMETHIG OTHER THAN RUSSIN CHARACTERS
i m using putty to connect to database and i have set language Win1251 (Cyrillic) in putty

Similar Messages

  • Russian Character is not displaying Correctly in HTML Attachment

    Hi,
    We are converting the TRIP Details into HTML Format and sending this as attachment by using the function module 'SO_DOCUMENT_SEND_API1'
    It is working fine if the Content are in English, But if there is any Russian characters, Junk character is getting display while opening the HTML attachment in the Mail.
    While debugging we have checked the HTML Content before sending it to the Function Module SO_DOCUMENT_SEND_API1, Which is coming correctly in Russian Character.
    Kindly suggest is there is any specific setting need to added in HTML.
    We are using the CHARSET UTF-8 in the HTML
    Then same scenario we have tested in Spanish (ES), which is also displaying correctly.
    With Regards,
    Subbaraman v

    Hi James
    Oh~ It perfectly works!!
    I've been tried to solve this problem for a long time and
    I really appreciate for your help~
    Thanks~
    Kwangbock.

  • Russian Character Set Help

    Hello
    I have a web application developed using JSP/Oracle.
    The site content is Russian , thats a problem .
    Oracle uses character set CL8MSWIN1251.
    If i fill russian character set into database directly
    all works fine.
    But if i try to use the administration part of the web
    application
    I mean enter contents in Russian and submit the form
    from request i dont get the thing i posted.Its completly
    different.
    I tried all options like request.setCharacterEncoding to many
    charactersets that i found in different forums , but still in vein.
    I will greatly appreciate your help.Its really urgent.
    Thanks in advance

    Thank you for your reply.
    I run the query:
    select * from nls_database_parameters
    where parameter in('NLS_LANGUAGE','NLS_TERRITORY','NLS_CHARACTERSET');
    And he returned:
    PARAMETER     VALUE
    NLS_LANGUAGE     AMERICAN
    NLS_TERRITORY     AMERICA
    NLS_CHARACTERSET     CL8MSWIN1251
    Then I set the variable NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252; export NLS_LANG
    and tried to run ./frmcmp /oracle/formsp/CORE/FORM_NAME.FMB userid=XXX/XXX@XXX compile_all=yes batch=yes window_state=minimize
    but received FRM-91500: Unable to start/complete the build.
    Strange, but when you try to change the environment variable NLS_LANG, frmcmp can not run. If I do unset NLS_LANG frmcmp working properly.
    Maybe it's something to do with the configuration of locale and fonts in Solaris?
    Because I can not enter Russian or in graphical mode (when working through vnc) or in konsole mode (when connecting via putty) ...
    It is worth mentioning that when I run the form, then all the data from the database appear in the fields correctly, in Russian. Incorrectly displays only those characters that belong to the form (such as titles of forms, labels on buttons, etc.).
    Please help me find a solution.
    Edited by: Tarasov_ES on 23.12.2009 19:45
    Edited by: Tarasov_ES on 23.12.2009 19:50

  • Character display problems....11g connecting to SQL server

    Hi Gurus,
    db: 11.2
    os: redhat 5.5
    there is a problem when with character display with sqlplus and even worst on TOAD, SQL Developer tool.
    there is a Heterogeneous connection between 11g and ms sql serever. i use freedts, unixodbc and dg4odbc to establish the connection.
    using isql tool...the select statement was well formatted..see sample |
    | Ventes USIM |
    | Resprise de charge provisionnees sur creance BUT when i use sqlplus some character are shattered..please see sample
    COST_NAME
    V e n t e s U S I M
    R e s p r i s e d e     c h a r g e p r o v i s i o n n e e s s u r c r e
    a n c ein other client tool e.g TOAD the output is worse just show only the first character of each row e.g V
    i have tried french and english value for nls_language but did not solve the problem.
    anybody with a clue of what is wrong...thanks

    It looks like some wrong character set conversion (more exactly -- lack of it) involving UTF-16 from MS SQL Server NVARCHAR data type. I cannot tell what went wrong and if this is a bug as I do not have experience with this configuration. Please, work with Oracle Support to diagnose and fix this issue.
    -- Sergiusz

  • Non-Latin Character Display On Web Page

    In a Java web application, only one non-Latin character display issue is that when they are typied into a JSP file. Otherwise, non-Latin characters display correctly from the message property file or from database.
    Anyone know how to solve it?
    Thanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Solved!
    Just need to have the JSP page tag on the related JSP file.
    null

    Welcome to our community, Denise
    Perhaps check the names of all the files involved? What type
    of web server are you using?
    You say that your co-worker said she is linking to the skin
    file from a .htm page, but what is missing here is whether she is
    using the .HTM page you provided in the mix or if it's one she
    created herself. If it's one she created herself, that may be the
    issue.
    Cheers... Rick

  • 'FTP_R3_TO_SERVER'  Chinese Character display as u2018#u2019

    I want to upload a *.txt which was saved as unicode .
    I use the following code to upload file to FTP server:
    call function 'FTP_R3_TO_SERVER'
      exporting
         handle = p_handle
         fname = p_filename
         character_mode = 'X'
      tables
         text = i_file
      exceptions
         tcpip_error = 1
         command_error = 2
         data_error = 3
        others = 4.
    But after upload, I find all Chinese Character display as u2018#u2019. 
    By the way, I use ECC6.0 to do development.
    How can I let the Chinese display correctly?

    Hi
    Try the following:
    1) Changes in the GUI settings. for this:
    a) go to SAP LOGON PAD.
    b) select your server -> change item.
    c) Go to Advanced.
    d) On the next screen the default selection under the section u2018Encoding for up- and download is u2018Default- ANSI u2013for Unicode Systemsu2019
    e) Please change this to u2018Default- UTF8 u2013for Unicode Systemsu2019
    f) Click on OK and save. Then logout from the system if you were already logged in. The login again for settings to take effect.
    Hope it'll help you.
    Regards
    Rishika bawa

  • Saving a character displayed on JPanel as an image

    Hi,
    Merry christmas!
    I am new to Java programming. Please englighten me with the following problem I am facing currently.
    I have been trying to save a chinese character displayed on a JPanel as an image. However, what I do not understand is that when the image is saved, it only captured the JPanel (and its background) instead of the character displayed on it.
    The following is my codes for this problem:
    static String strUTF16 = null;
    private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    File f = new File("c:\\"+ jTextField2.getText()+ ".JPEG");
    jPanel1.setVisible(true);
    Image capture = jPanel4.createImage(jPanel4.getWidth(),jPanel4.getHeight());
         Graphics g = capture.getGraphics();
    jPanel4.paint(g);
    if(jTextField2.getText() != null)
    try {
                   FileOutputStream out = new FileOutputStream(f);
                   BufferedImage image = null;
                   image = (BufferedImage)capture;
                   if (image != null) {
                        JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
                        JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(image);
                        param.setQuality(0.5f,true);
                        encoder.encode(image, param);
                        out.flush();
                        out.close();
              } catch (IOException e) {
                   System.out.println("Error, file cannot be written!\n");
    Any kind advices are greatly appreciated.
    Thanks!
    Shoker

    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Chinese Character display issue on Coldfusion 10

    My Company using Coldfusion to built an report platform and recently I upgrade our Coldfusion 7MX with Windows Server 2003 to Coldfusion 10 Enterprise with Windosw Server 2008 R2.
    I copy the Code from the Old server to the new one, but I met the problem I couldn’t solve.
    We have a repost that can enter, modify and view our SRM that has Chinese Character display request. Chinese character was display without problem when the system in the old server. which look like following.
    once I move the code into the new server, I got the problem with Chinese Character as following.
    This report pulling the data from SQL2005 with Windows Server 2003 R2.
    Coldfusion code code was same and both version is access to the same database.
    I ran all of the update included to install the windows MUI for Chinese character into the new server,  but I still can't get the character display correctly.
    I can view the chinese character website without issue but only to display in the report.
    I contact with Microsoft tech support but they don't have an solution for me. please help.

    Install windows server language pack:  http://www.microsoft.com/en-us/download/details.aspx?id=12250
    Are you sure the Chinese is encoded in UTF-8?  (It should be, but you should check the database field type encoding.)  If it's simplified chinese it could be set to GB18030 and if it's traditional chinese it could be Big5.
    You might want to leave off the encoding directive in CF and load the page in a browser then change encodings using tools > encodings  to see what works.
    祝你好运!

  • OO4 character Display Problem

    Hi All,
    I am using Oracle OLE objects to connect to Oracle 9.2 DB
    The NLS Language for the Database is AMERICAN_AMERICA.AR8ISO8859P6
    the client is using also the same NLS.
    When I retrive the information using OO4 some varchar2(Arabic Language) are return incorrectly from the DB, however when I use ADO on the same clinet it's correctly retrive all Data.
    I've only on home at my PC, and its NLS language is correct, even when I use SQL*Pluse the characters are displayed correctly.
    I also retrieved the NLS_LANG from the application using "SELECT USERENV ('LANGUAGE') FROM DUAL"
    and it was correct using ADO and OO4.
    Of course I've checked the registry value NLS_LANG and it's also AMERICAN_AMERICA.AR8ISO8859P6
    Any Help????

    I think after all it is a problem with the either:
    a. OS installer, which should really try to delete fonts which are duplicated by new system fonts
    b. OS which should give precedence to new system fonts over old system fonts where there are two the same, especially when the system fonts are in /System/Library/Fonts and the old ones are in /Library/Fonts
    The major annoyance is that this problem appeared with Leopard and took me hours of searching to figure out its origin - when you don't know if it is a character entry problem (which I thought) or a character display problem (which it turned out to be). In the end the fix was simple - delete the superceded fonts.

  • Character display problem latin characters

    For some reason old fonts show latin characters when i type "o/" and "l/". The problem seems confined to old fonts (at least Geneva; Monaco; New York), so I guess it is a bug?

    I think after all it is a problem with the either:
    a. OS installer, which should really try to delete fonts which are duplicated by new system fonts
    b. OS which should give precedence to new system fonts over old system fonts where there are two the same, especially when the system fonts are in /System/Library/Fonts and the old ones are in /Library/Fonts
    The major annoyance is that this problem appeared with Leopard and took me hours of searching to figure out its origin - when you don't know if it is a character entry problem (which I thought) or a character display problem (which it turned out to be). In the end the fix was simple - delete the superceded fonts.

  • Character display problem

    Hi All,
    When ever capital 'w' (i.e W, plain,Dialog and size 11) is first character in a text field left upper portion is not visible.But if I change any of these properties( i.e plain,Dialog, size 12) there is no problem.
    Can any body suggest me how can I display 'W' correctly with these propeties(i.e W, plain,Dialog and size 11).
    Thanks in advance

    I think after all it is a problem with the either:
    a. OS installer, which should really try to delete fonts which are duplicated by new system fonts
    b. OS which should give precedence to new system fonts over old system fonts where there are two the same, especially when the system fonts are in /System/Library/Fonts and the old ones are in /Library/Fonts
    The major annoyance is that this problem appeared with Leopard and took me hours of searching to figure out its origin - when you don't know if it is a character entry problem (which I thought) or a character display problem (which it turned out to be). In the end the fix was simple - delete the superceded fonts.

  • Character Display in old application

    Hi there,
    I am continuing updates on a VB6 program MyReels: at http://www.ozemail.com.au/~lmstearn.
    It runs surprisingly well under Windows 8.1 for XPSP3 compatibility.
    Unfortunately, there are now problems with character display that weren't seen in Win 8.0 or prior.
    For example
    Ellipsis "…" now displays as
    ligature "æ" now displays as
    (The two vertical lines on the right in the images can be ignored.)
    Is there some kind of compatibility patch I can use to correct this?
    Thanks for your interest!
    A natural, B flat, C sharp, D compile

    Hi,
    This issue can be caused by encoding or compatibility issue.
    Please check the similar issue in this thread:
    http://stackoverflow.com/questions/5882014/why-does-internet-explorer-9-show-weird-characters-on-utf8-and-whitespace-conten
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If your issue wasn't resolved, I suggest you submit new case on MSDN VB development support.
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=vbgeneral
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.  Thank you for your understanding.
    Kate Li
    TechNet Community Support

  • Character display issue in French Web index tab

    First of all, I'm working with RoboHelp 8.
    There is a character display issue in the index tab of the web help. (See screenshot below)
    The apostrophe, instead of displaying by itself, it has a backslash just before it: \'
    In the hhk file, I started using the actual apostrophe ('), then replaced it with ' and finally tried '
    (The htm files use utf-8 encoding). None of those options seemed to solve the issue.
    Any help will be appreciated.

    Hi Steve,
    Thanks for a very quick response. The problem is that the Title (name of the image filename is also the item number in Quote) and this is always not null. I am not sure how do I test whether the image is present in $OA_MEDIA directory or not. Does BI Publisher provide a way to find out whether an image filename exists in $OA_MEDIA or not.
    If there is no such standard way provided by BI Publsher, then I guess I will have to write Java function that executes in the middle tier and returns whether file exists with that name in $OA_MEDIA.
    Please let me know your view.
    Thanks

  • Russian Character in Reports

    I have a requirment where i have to create a report based on a Oracle standard Report in RUSSIAN language.
    The users have provide with the RUSSIAN equivalent to the English text.
    when i opened the standard report in reports 6i and try to Copy Paste the Given Russian Equivalent it turns the characters in ???????????? ?????.
    Can anyone guide he how to achive the correct russian character in the report so that i can test my report.
    Deepak

    Add Russian Keyboard in your Windows and switch to Russian Keyboard by Pressing Alt + Shift or Ctrl + Shift (depends on ur settings)
    Use Ctrl + Insert to Copy and Shift + Insert to Paste the Russian Text then it will work only :)
    Regards,
    Zeeshan

  • Wrong character display on certain website

    Wrong character display on certain website
    On certain website like this or engadget i see all the character in a wrong way.
    I got the same problem on 2 different computer.
    The addons that i've installed are: FIREBUG, ADBLOCK, Java console.
    Any idea on how to fix this?
    Thank yoy in advance.
    Here a screen shot of what i see:
    http://img686.imageshack.us/img686/4527/wrongs.jpg
    == URL of affected sites ==
    http://

    This issue can be caused by the bitmap version of the Helvetica or Geneva font or another (bitmap) font that can't be displayed by Firefox in that font size.
    Firefox can't display that font in the specified size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or find a True type version of that font that doesn't have the problem.
    See http://kb.mozillazine.org/Issues_related_to_fonts#Gibberish
    See also [/forum/1/566006]

Maybe you are looking for

  • How to clear alert when a null value is returned for a metric column?

    Hey all, Recently, I've encountered a problem about clearing alert when a null value is returned for a metric column. From Oracle official doc, it seems that NO_CLEAR_ON_NULL could be used for this propose. However, it doesn't. Here is the line from

  • How do I determine what Cert Template is used by a Cert?

    Hi, The objective here is to understand what Certificate templates are used to issue certificates. We have a 2003 Sub Issuing CA which issues Certs to servers.  Im thinking the best way to see what template was used to issue this Cert is to go the De

  • Flash CS3 versus Dreamweaver CS3! Or Other??

    Hi all, i am about constructing a profoshionnal web site... and i don't know the best and more wide and advanced software doing that, i am ezitated between Adobe Flash CS3 and Adobe Dreamweaver CS3 ?? Please advise me, Thanks

  • Dynamic Lenght of Table in VC

    Hi, Is it possible to make the length of the tables displayed in the VC dynamic as it can be done in webdynpro.? Also how advisable is it to use VC application as a substitute for a webdynrpo application from point of view of stability and scaling? R

  • HT1212 apple says go to icloud settings on your iphone, but I cant get in because the password doesnt work.

    for some reason my new iphone 5s forgot my entry code now i cant get in. how do i fix this? my entry code still works on my 4s restoring the phone or restoring backup didnt work because both demand i change the icloud settings on my phone first, but