Making non-printing characters visible

Hello all,
I am trying to find a method that will make spaces, non-breaking spaces, newlines, tabs, etc have a graphic representataion in rendered text, like the "Show Invisibles" or "Show Codes" features of most word processors. I tried several Google searches but to no avail. Does anyone know if this is possible in Java?

Hi,
There is no such function in Java as far as I know. You have to simulate it yourself. You can compute the advance, etc. using java.awt.font.LineMetrics.

Similar Messages

  • Decoding non printing characters

    I am working with a VI that invokes a telnet session. The responses come back in multiple line formats. What's a quick way to translate the non-printing characters so I can see what to use for delimiters? Using platform dependent EOL does not work which I expected since this data is coming straight from the UUT. 
    Thanks,
    jvh
    Solved!
    Go to Solution.

    jvh75021 wrote:
    I am working with a VI that invokes a telnet session. The responses come back in multiple line formats. What's a quick way to translate the non-printing characters so I can see what to use for delimiters? Using platform dependent EOL does not work which I expected since this data is coming straight from the UUT. 
    Thanks,
    jvh
    I will noramlly put the data in a string indicator and set it for either slash code or hex display. If that gets to hard to read, cast the string as an array of bytes and display that.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Hiding non printing characters

    I have migrated character mode report from 2.5 to 10g and mapped the o/p to open in textpad using orarrp.
    But i am getting non printing characters in the o/p when viewed in any editor but in print out they won't appear.
    So how to hide this non printing characters.
    The characters are like "square box" followed by "g","square box" followed by "m","square box" followed by "p"
    This is the prt file which i am using
    printer "wide"
    height 72
    width 132
    code "01" esc 15
    code "18" 18
    code "10" esc 80
    code "12" esc 77
    code "15" esc "g"
    after page control(L)
    return control(M)
    linefeed control(J)
    pls help

    so use the Document
    pattern it after the FixedLengthDocument in the tutorial
    store the real string in the extended document class
    when the user types an invalid character, it is not added to the text pane.
    there is a getText method in the Document (i think)
    have it return the real string with all the characters
    when the user types in the textPane, it will be added to the string in your
    document class but will not be seen in the text area because you have
    filtered it.
    I think you can figure it out. I haven't tested this exact theory but have done
    something similar

  • Non printing characters

    Hi,
    I was cutting and pasting code from a post
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=766671
    To have some fun and see if I could get it to work.
    Had some trouble at first, got some advice and eventually got it to work.
    When I pasted it into TextEdit (standard text editor on my mac) and tried to compile,
    I ended up with100 errors per file. Somewhere along the line I figured
    that the editor was formatting things wrong or including non printing characters
    of some type and screwing up the system. So I downloaded JEdit cut and
    pasted and everything worked fine.
    so, my question is this: Can someone explain this stuation or point me to a resource
    of information on editors and how they work and what to look out for.
    I'm just starting the learning process...seems like there is a lot I need to learn.
    Thanks Bill

    So something else must have been a problem. But
    without any error messages or other details, I
    couldn't possibly tell what.After I read your reply I thought; maybe I did screw up somewhere else, so
    I did the copy and pasting again to try and reproduce the errors.
    I copied from the forum and pasted into TextEdit.
    Saved as plain text (UTF-16)
    I tried to compile and got the following results.
    Since I pasted into JEdit and everyrthing compiled
    I figuered the problem had to do with editor, or formatting.
    Welcome to Darwin!
    bill-macleods-computer:~ bill$ cd desktop/test2
    bill-macleods-computer:~/desktop/test2 bill$ javac *java -d ~/desktop/test2
    JavaTester.java:1: 'class' or 'interface' expected
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \731
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:1: illegal character: \0
    ??/* File: JavaTester.java
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:2: illegal character: \0
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:3: illegal character: \0
    package com.company.javatester.gui;
    ^
    JavaTester.java:4: illegal character: \0
    ^
    JavaTester.java:4: illegal character: \8224
    ^
    JavaTester.java:4: illegal character: \0
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:5: illegal character: \0
    import com.company.javatester.data.QuestionDAO;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:6: illegal character: \0
    import javax.swing.*;
    ^
    JavaTester.java:7: illegal character: \0
    ^
    JavaTester.java:7: illegal character: \8224
    ^
    JavaTester.java:7: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:8: illegal character: \0
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: unclosed character literal
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:9: illegal character: \0
    * A Java testing application. It provides user's with various java related
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:10: illegal character: \0
    * questions. It can be run as either an applet or an application. If it is
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    JavaTester.java:11: illegal character: \0
    * run as an applet, then the applet will need to be signed if is to access
    ^
    100 errors
    bill-macleods-computer:~/desktop/test2 bill$

  • How to show invisibles (non-printing characters) in Keynote?

    Great thanks to anyone who can help find what in Keynote '09 is clicked or keyed to show invisibles (non-printing characters).

    I have this same problem.  It used to be under View in Keynote '08 but can't find it anywhere in '09 and it won't even show up in the help.  AAAAhhhhh, come on Apple...where'd you put it?

  • Please help with newline non-printing character in JTextPane.

    Hi.
    I need to implement "View non-printing characters" feature in my JTextPane.
    So when this feature is toggled, the newline character is displayed at the end of every line like in Microsot Word editor.
    I been digging around for few hours now and I cant find a solution for this.
    Please help me with any tips guys.

    StanislavL:
    ok i digged around and i found code example... i got my code to show "X" at the end of every line as a newline character. here is code I used:
    import javax.swing.text.StyledEditorKit;
    import javax.swing.text.ViewFactory;
    import javax.swing.text.Element;
    import javax.swing.text.View;
    import javax.swing.text.AbstractDocument;
    import javax.swing.text.LabelView;
    import javax.swing.text.IconView;
    import javax.swing.text.StyleConstants;
    import javax.swing.text.ComponentView;
    import javax.swing.text.BoxView;
    import java.awt.Graphics;
    import java.awt.Shape;
    import java.awt.Rectangle;
    class MyEditorKit extends StyledEditorKit
         public ViewFactory getViewFactory()
              return new MyRTFViewFactory();
    class MyRTFViewFactory implements ViewFactory
         public View create(Element elem)
              String kind = elem.getName();
              if (kind != null)
                   if (kind.equals(AbstractDocument.ContentElementName)) {
              return new LabelView(elem);
                   } else if (kind.equals(AbstractDocument.ParagraphElementName)) {
    //              return new ParagraphView(elem);
                        return new MyParagraphView(elem);
                   } else if (kind.equals(AbstractDocument.SectionElementName)) {
    //              return new BoxView(elem, View.Y_AXIS);
                        return new MySectionView(elem, View.Y_AXIS);
                   } else if (kind.equals(StyleConstants.ComponentElementName)) {
                        return new ComponentView(elem);
                   } else if (kind.equals(StyleConstants.IconElementName)) {
                        return new IconView(elem);
                   // default to text display
                   return new LabelView(elem);
    class MySectionView extends BoxView {
         public MySectionView(Element e, int axis)
              super(e,axis);
         public void paintChild(Graphics g,Rectangle r,int n) {
              if (n>0) {
                   MyParagraphView child=(MyParagraphView)this.getView(n-1);
                   int shift=child.shift+child.childCount;
                   MyParagraphView current=(MyParagraphView)this.getView(n);
                   current.shift=shift;
              super.paintChild(g,r,n);
    class MyParagraphView extends javax.swing.text.ParagraphView
         public int childCount;
         public int shift=0;
         public MyParagraphView(Element e)
              super(e);
              short top=0;
              short left=20;
              short bottom=0;
              short right=0;
              this.setInsets(top,left,bottom,right);
         public void paint(Graphics g, Shape a)
              childCount=this.getViewCount();
              super.paint (g,a);
              int rowCountInThisParagraph=this.getViewCount(); //<----- YOU HAVE REAL ROW COUNT FOR ONE PARAGRAPH}
              System.err.println(rowCountInThisParagraph);
         public void paintChild(Graphics g,Rectangle r,int n) {
              super.paintChild(g,r,n);
              //g.drawString(Integer.toString(shift+n+1),r.x-20,r.y+r.height-3); // line number
              g.drawString("X",r.x+r.width,r.y+r.height-3);
    }this line here draws "X":
    g.drawString("X",r.x+r.width,r.y+r.height-3);How would I modify this to draw a small picture there?
    Thanx a lot.

  • How to print the HEX values of non-displayable characters!

    I am trying to tokenize a string that contains non-displayable characters i.e. EBCDIC or ASCII. How can I print the HEX values of the non-displayable characters. e.g.
    "StartTEST1TEST2TEST3TEST4TEST5TEST6TEST7TEST812END"
    How can print the HEX values of in the above string. Any help is appreciated.
    Thanks

        char ch = 28; // or whatever character you want to look at.
        String hexString = Integer.toHexString(ch);
        System.out.println(hexString);

  • Making a form with a non printing background

    I need to make a form for an overprint on a 4-up postcard sheet. The postcard is preprinted, but I want to show it in the PDF form so that the user knows where the data is going to be when they print out the form. So basically I need everything but the form data to be non printing. I tried looking for something like this in the Help but I don't know what keywords to use to look for this. Is it possible?
    I have Acrobat Pro 8.

    You could use the background option to import the comp and then fade
    back using the opacity level - this would then provide a background
    which (if configured) would show inside the PDF but not print ..
    Jon

  • Processsing non-printing ASCII characters using ABAP

    Hi All,
    I would like to process a GUI field input that contains a non-printing ASCII character. It is actually from barcode being read into a GUI field that is then picked up by an ABAP program e.g. in readable format looks like this: 123456789 but actually contains a non-printing ASCII character (ASCII char 29) used as a data separator e.g. 1234<sep>567<sep>89.
    I would like to parse the input using ABAP at the non-printing ASCII character so that I have 3 variables A=1234 & B=567 & C=89.
    How should I best tackle this?
    Cheers,
    N.

    Pls check this...
    DATA: hx29 type x value '29'.
    data : wa_hx29(1).
    data : wa_str(30) type c.
    data : wa_str1(10),wa_str2(10),wa_str3(7).
    wa_hx29 = hx29.
    split wa_str at wa_hx29 into wa_str1 wa_str2 wa_str3.

  • Cannot rename file with non-ASCII characters when using the

    My application moves files from one directory to another by calling File[] srcFiles = srcDir.listFiles() to get a list of files in the source directory, and then calling srcFiles.renameTo(destFile) to rename each file.
    This does not work (renameTo returns false and the file is not moved) under the following circumstances:
    - the file's leaf name contains non-ASCII characters, for example "�"
    - the OS is Solaris 9
    - the LANG and LC_* environment variables are unset, i.e. the C locale is being used
    If I set the LANG environment variable to, for example, en_GB.UTF-8 then the rename succeeds.
    I have tried calling srcFiles[index].getName().getBytes("UTF-8") and the non-ASCII characters are being replaced with ? (0x3f) characters when LANG is unset.
    Is this a bug in the JRE? I would argue that since my code does not actually manipulate the filename (I just use the File object that File.listFiles() gives me) then the rename should succeed. Of course I would not expect the file name to be displayed correctly if I printed it out.
    I have reproduced this behaviour with JDK 1.4.2_05 and 1.5.0_04 on Solaris 9.
    Francis

    Thanks for the info Alan.
    I considered setting the locale in the environment (this sounds like the "correct" fix to me and we might implement it later), but this application shares a WebLogic server with many other applications so we would have to do a huge amount of testing to make sure that the locale change wouldn't break the other apps. In the end I worked around the problem by making the code that generates the filenames in the first place strip out any non-ASCII characters (the names of the files are not critically important).
    Looking forward to JSR-203, in the meantime perhaps a note about this behaviour in the java.io.File javadoc would be useful.

  • Recent InDesign change suppresses non-printing layers when exporting to EPUB

    I hate it when development teams quiety "fix" features I've come to rely on.
    I am using InDesign CC 9.2.
    Until a recent update, when I exported a book to EPUB from InDesign, layers which were set to show but not print were included in the export. I relied on this because my documents include a non-printed Table of Contents block on the first page of each piece included in the anthology. This block causes the correct page to be set when generating the TOC (notice that it's on the page facing the title, not the title page itself) and is used to print the correct title on the title page of each story and running headers throughout the body.
    (An example document - Click for full size)
    Up to at least January 2014, when I exported to EPUB, that visible-but-not-printed block was included in the XHTML output. I could then modify CSS to optimize for e-reader display and the title and author names would appear at the top of each piece. Sometime within the past couple of months, that has changed: layers that are not printed also do not export to EPUB. This wouldn't be so big a problem except that the printed title in the image above also is not output to the EPUB file, because it's a text variable in the underlying master page.
    If you like reading and messing with markup, as I do, the next two images illustrate the problem.
    (The old output - Click for full size)
    The new output:
    (The new output - Click for full size)
    I have five volumes of the anthology so far (comprising roughly 30 stories each) with a new one coming out every three months. Now that this change has been thrown at me, I need to get it resolved or come up with a good workaround while I only have a couple hundred documents to update, instead of double that a year from now.
    Thank you for any help or suggestions you can provide!

    Going back through every document to override Master Page objects just to get the elements to export is not a realistic workaround.
    The change that suppresses visible but non-printing objects is annoying, but at least it's a documented change in 9.2. The change that suppresses all Master Page elements as well is not documented (or at least not documented in an obvious way) and so to me it's a bug.
    Ideally, if these new changes are required by some users, the old behavior could at least become an option: the export to EPUB dialog could add checkboxes for "Include non-printing objects" and/or "Include Master Page elements" so that users like me are not left with no way to continue to use existing functionality.

  • Odd number of non-english characters get broken in windows-chrome and ff

    I developed jnlp applet which prints out the user input.
    When I put odd number of non-english characters(eg: chinese), chrome and firefox browser prints out the last character as question mark.
    input : 가
    output : 가��
    I checked on java console that the character is correct.
    It must be bug in communication of applet to chrome browser.
    IE prints out correctly.
    I can resolve the issue by appending white space on applet and remove it on java script.
    Anyone has any clue on the issue?
    Codes are as follows.
    MainApplet.Java
    public class MainApplet extends JApplet implements JSInterface{//, Runnable {
         public int stringOut(String sData) {
              OutData = sData;
              return 0;
    js File
    function TSToolkitRealWrapper ()
         var OutData;
         var OutDataNum;
    var TSToolkit = new TSToolkitRealWrapper();
    var attributes = { id:'TSToolkitReal',code:'tradesign.pkitoolkit.applet.MainApplet', width:100, height:100} ;
    var parameters = {jnlp_href: getContextPath() + '/download/pkitoolkit.jnlp',
                         separate_jvm:true, classloader_cache:false} ;
    TSToolkitRealWrapper.prototype.stringOut=function(str)
              var      nRet = TSToolkitReal.stringOut(str)     ;
              this.OutData= TSToolkitReal.OutData;
              return      nRet;
    HTML
    <SCRIPT language=javascript>
    <!--
    function StringOut(form)
         var data = form.data.value;
         var nRet = 0;
         var base64Data;
         nRet = TSToolkit.stringOut(data);
         if (nRet > 0)
              alert(nRet + " : " + TSToolkit.GetErrorMessage());
         else
              form.data1.value = TSToolkit.OutData;
    -->
    </SCRIPT>
    Edited by: user13496918 on 2013. 3. 20 오후 7:29
    Edited by: user13496918 on 2013. 3. 20 오후 7:39
    Edited by: user13496918 on 2013. 3. 20 오후 9:17
    Edited by: user13496918 on 2013. 3. 20 오후 9:18

    I checked on java console that the character is correct.So it isn't a Java problem.
    It must be bug in communication of applet to chrome browser.So tell the people who make the Chrome browser.
    IE prints out correctly.That's a change. I've just spent nine days tracking down an IE applet problem and I'm not finished yet.
    Please omit the boldface next time. We can read. Boldface doesn't help; it makes it worse.

  • Non-english characters in sqlplus

    Friends,
    9.0.1,10.2.0.1
    CAn the non-english characters be displayed in sqlplus prompt?
    I have to print the data with some hindi charcaters like name from the report generated via proc.
    What is teh workaround for this?
    Thanks

    Hi,
    I have RH Linux 7.3.
    Here is my situation.
    I have some tables that have some columns.In these columns i need to store data in hindi.
    The database character set(nls_characterset) is US7ASCII.
    The datatypes of the columns is varchar2 type.
    The tables are accessed through Pro*c and the proc code generates the report.
    The data in these reports needs to be printed out and the corresponding data has to be in hindi.
    So i have to do two things
    1) On query the tables, the user should see hindi data along with english data.
    2) The printed report should also contain hindi data.
    Questions:
    1) If i change the charcater set by the command:
    alter database character set AL32UTF8;
    and OS locale to UTF-8
    Would these chnages solve the purpose?
    2) Or do i need to recreate the database with AL32UTF8 and exp/imp all the data?
    3)Any other advice/option?
    Thanks

  • Display non-english characters in its own corresponding language in excel

    Hello Experts,
    I have description texts in chinese and other languages which is visible properly in the debugger in my internal table.
    After downloading the data into an excel sheet into my file path, when opened the non-english description is displayed as ####
    Please help me in displaying the non-english descriptions in the excel sheet in its own corresponding language.
    Note:  Function module used : GUI_DOWNLOAD
                 File type assigned       : 'ASC'
    Edited by: keerthi shanker on Mar 14, 2008 11:02 AM

    Hello Vasanth,
    Please explain about what did you mean by 'Last Button in SAP screen'
    Well, to re-iterate my problem, I have data retrieved from SAP database that has values of multi languages which is displaying properly in the internal table as checked in the debugger.
    After the execution of FM 'GUI_DOWNLOAD', when i open the file from my desktop, the non-english characters like the chinese and japanese are each character is displaying in HASH symbol.

  • Predictive text non-English characters to be made ...

    I just filled an enhancement request on this feature, please vote for it HERE:
    Predictive text non-English characters to be made optional
    The story is: while using predictive text for non-English languages (Polish in my case) the dictionary words are grammar correct which include special characters like: ą,ę,ć,ś,ż,ź,ó,ł etc. For texting (SMS) operators count these as 3 characters making a message much longer than it looks. Therefore I can tell you no one uses these characters while texting and people use EN only characters instead a,e,c,s,z,o,l... which makes using the predictive text useless for eg Polish language.
    I'd like to have an option to switch using these non-en chars off for predicting text, which is grammatically not correct but in real life that's how people type.
    So basically if there's an option to disable lang specific characters I would be getting an example suggestion of 'Prosze' instead of grammatically correct 'Proszę'. 'Prosze' is a 6 character word, 'Proszę' is a 5+3=8 character word. Considering a single SMS message a 300 chars, than it really makes a difference.
    Simple solution would be to replace every char ą with a, ć with c, ó with o etc... in each word suggested for the ones who have this option enabled.

    HI,
    You can write a code in PAI of main screen. there by using loop at screen you can make that field editable or disabled.
    Code sample:
    loop at screen.
    ****condition for value check
    if screen-name = 'TEXT_EDIT_NAME'
    screen-output = 1.
    screen-input = 0.
    modify screen.
    endif.
    endloop.
    Hope this will help you.

Maybe you are looking for

  • ITunes constantly showing iPad as a connected device

    Since updating to the new iTunes, it is always indicating that my iPad is connected, and sometimes even "syncing", when that is not the case. I don't have this problem with my iPod. Is there any way to fix this?

  • Problem in select

    hi, i do a program for search string from table and field v_pattern2 is field that the user input and the bapi search the string in table tcurc,the problem here that i can do search for just 8 or less character if i do more then that i get dump what

  • Thread Count Vs no of simultaneous users

    Hi, I have been testing my customer made adapter on WLI2.1 and WLS6.1SP1 for simulataneous users access. I found that as long as the no of simultaneous users is less than the Thread Count defined for WLI, it works fine. But if the no of users exceed

  • How do we get the song of the week free?

    I've heard that on Itunes you get the song of the week free. If this is true, how do I redeem this song?

  • File Browser Capibilities needed from CS gone in CS2

    Someone help me to figure out how to adape the Bridge to work like File Browser did in CS. I need to be able to see the image large (larger thumbnail), see the MetaData, then click on the photo to edit it or batch process it. All this disappearing be