To display german character

Hello ,
I wanted to display some german character in my report.
but in my report some junk characters are coming.
what i have to do ?

You have to set the NLS_LANG-variable to an appropiate value (e.g. GERMN_GERMANY.WE8ISO8859P15). This should be done on the developers-pc in the registry and has to be done on the application-server where you run your report.

Similar Messages

  • SPA 525G2 / SPA509G German Character missing ä,ö,ü

    Hello Cummunity.
    Our SPA 509G and SPA 525G2 doens't display the german character ä, ö and ü. The Personal Addressbook looks like this:
    "PersĶönliche Kurzwahl" insted of "Persönliche Kurzwahl".
    Installation was done with CCA.
    How do i fix that ?
    Thanks and regards patrick

    I saw on the download section of the SPA525G2 that there is another file to download called IP Phones DictionariesSPA_IPPHONE_Dictionary_7.5.4.zip. Should i download and install that too on the UC ?
    Is this maybe the problem.

  • How do you get a TextField.htmlText to display a character?

    I'm trying to have a dynamic text field display htmlText and
    I've run into a bug/problem where the text field will NOT display
    the < character (less than sign). In fact, unless I escape that
    character like: \<, the text field stops displaying ANYTHING
    after a < as well.
    var tff:TextFormat = new TextFormat();
    tff.size = 12;
    tff.color = 0x000000;
    tff.align = "left";
    mytextField.ptf.type = "dynamic";
    mytextField.ptf.multiline = true;
    mytextField.ptf.html = true;
    mytextField.ptf.embedFonts = false;
    mytextField.ptf.selectable = false;
    mytextField.ptf.autoSize = "left";
    mytextField.ptf.htmlText = myHTMLString;
    mytextField.ptf.setTextFormat(tff);
    mytextField is a clip on the stage that has a dynamic text
    field in it. it's set to Arial and Use Device Fonts.
    the results when
    var myHTMLString:String = "<i>this</i> is a
    <b>sample piece</b> of html text with a \<
    character."
    displays:
    this is a
    sample piece of html text with a \ character.
    and when
    var myHTMLString:String = "<i>this</i> is a
    <b>sample piece</b> of html text with a <
    character."
    displays:
    this is a
    sample piece of html text with a
    I presume that it's having problems displaying the <
    character because it's confusing it with the start of an html tag.
    How do you escape the < character so it can be displayed?
    I tried url and html encoding it (&lt; and %3C) but got
    the same results

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15863

  • XMLP is unable to parse German Character(ü) in PDF Output.

    Hi friends,
    The problem i'm facing..like in XML output i'm getting German Character(ü) however i can not get the output in PDF preview .
    So as per suggestion i have checked the steps :
    Under $COMMON_TOP/util/java/1.4/j2sdk1.4.2_04/jre/lib/fonts path the necessary ttf files are present. Those Files are
    1. ALBANYWT.ttf - "single-byte" characters only
    2. ALBANWTJ.ttf - Unicode font with Japanese
    3. ALBANWTK.ttf - Unicode font with Korean Han
    4. ALBANWTS.ttf - Unicode font with Simplified Chinese
    5. ALBANWTT.ttf - Unicode font with Traditional Chinese Han Ideographs
    6. ADUO.ttf and ADUOB.ttf (Support German Font)
    Below is the OPP LOG..
    Caused by: java.io.UTFDataFormatException: 6-byte UTF8 encoding not supported.
    at oracle.xdo.parser.v2.XMLUTF8Reader.readUTF8Char(XMLUTF8Reader.java:237)
         at oracle.xdo.parser.v2.XMLUTF8Reader.fillBuffer(XMLUTF8Reader.java:120)
         at oracle.xdo.parser.v2.XMLByteReader.saveBuffer(XMLByteReader.java:450)
         at oracle.xdo.parser.v2.XMLReader.fillBuffer(XMLReader.java:2229)
         at oracle.xdo.parser.v2.XMLReader.skipWhiteSpace(XMLReader.java:1974)
         at oracle.xdo.parser.v2.NonValidatingParser.parseMisc(NonValidatingParser.java:331)
         at oracle.xdo.parser.v2.NonValidatingParser.parseProlog(NonValidatingParser.java:300)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:280)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
         ... 17 more
    please Suggest...what to do next

    Hi Tim,
    Thanks a lot for the reply. I just generate the data file (XML data) without attaching the Template with concurrent report program. I don't know the set up for UTF8 (6-Byte) character.
    Can i change it from 6-byte to 8 or 16 byte UTF8..?
    Thanks and Regards,
    Swain

  • Cannot display Thai. character in List box elements

    Hi all,
    I have set the Fonts to Ms San Serif to all items in a form, all items seems can display Thai. character correctly. For List box, it can display Thai also, but the elements in the selections cannot.
    Does any expert know how to fix this ?
    Thanks!

    Hi Kinghow,
    Thanks for your reply!
    The problem still can't solve after set the auto csv code select "Yes". The excel file still can't display Thai character.
    Am i using a correct way to generate excel file? Do you have any suggestion to export data to excel using pl/sql?
    If i removed below part, then the excel file working well.
    htp.tableOpen(cattributes=>'border="1",bordercolor="BLACK",align="CENTER"');
    for x in (select srd_line_prop,srd_line_dtl from schd_rptd where srd_queue_no=:P401031_QUEUE_NO and srd_line_prop='H' order by srd_queue_no,srd_line_no)
    loop
    htp.tablerowopen(cattributes => 'bgcolor="#81F7F3"');
    for i in 1..pkg_wwe.split_count(x.srd_line_dtl,'|') loop
    if i = 1 then
    htp.p('<TD nowrap align="center" width="70px" > <font size="2" face="arial" color="#088A08">');
    htp.p(pkg_wwe.split(x.srd_line_dtl,'|',i));htp.p(' ');htp.p(' ');
    htp.p('</TD>');
    else
    htp.p('<TD nowrap align="center" width="70px" > <font size="2" face="arial" color="#08088A">');
    htp.p(pkg_wwe.split(x.srd_line_dtl,'|',i));htp.p(' ');htp.p(' ');
    htp.p('</TD>');
    end if;
    end loop;
    htp.tableRowClose;
    end loop;
    htp.tableClose;
    I really do not have any idea on how to solve this problem. Is really strange on this problem.

  • Displaying HTML character entities in JEditorPane

    Hi,
    I have noticed that when displaying HTML character entity references in a JEditorPane it will show some of them, e.g. &copy; for copyright symbol but not others e.g. &rsquo; for "curly" single quote.
    Is there any way to get JEditorPane to show all (most?) of them?

    Create a class that extends ComboBox and override the
    updateDisplayList and measureText functions. Then use that new
    ComboBox in your code:
    <local:HtmlComboBox .. xmlns:local="components.*".>
    <local:itemRenderer>
    <mx:Component>
    <mx:Text htmlText="{data.label}" />
    </mx:Component>
    </local:itemRenderer>
    </local:HtmlComboBox>
    Put this into a folder called "components" and name the file
    HtmlComboBox.as
    package components
    import mx.controls.ComboBox;
    import flash.text.TextLineMetrics;
    public class HtmlComboBox extends ComboBox
    public function HtmlComboBox()
    super();
    override protected function
    updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
    super.updateDisplayList(unscaledWidth,unscaledHeight);
    var s:String = textInput.text;
    textInput.htmlText = s;
    override public function
    measureText(text:String):TextLineMetrics
    return measureHTMLText(text);
    }

  • Display Chinese character in iText

    hi all I need to display Chinese character in my pdf file
    I have iTextAsian.jar on my libraries , but the Chinese character did not show up
    nested1.addCell(new Phrase(chinessname));

    I download freetype-2.1.10,
    and I get ./configure --enable-static
    ./configure: make: not found
    how to continue ... inorder to create your owner font
    by the way I download the new extrajars-2.1.zip, this new jar supporting Chinese characters . but my first font is not working second font is work fine I don't know why?
    first one
    BaseFont bfChinese = BaseFont.createFont("STSong-Light", "UniGB-UCS2-H", BaseFont.NOT_EMBEDDED); not working
    //second one
    BaseFont bfChinese= BaseFont.createFont("MSungStd-Light", "UniCNS-UCS2-H", BaseFont.NOT_EMBEDDED);
    Thank you!

  • Display chinese character HTML in iPS3sp3

    Hi there,
    I am using iPS3sp3 and I modified it so that JSP can display chinese character correctly. But somehow I still can not display the chinese character in normal HTML.For instance, I put chinese character in Ldap.properties file but when user go to the Ldap login screen, the chinese can not be displayed correctly. The following is the modification I have done and can anybody please give me some help?
    adding zh_TW in iwtPlatform-availableLocales
    adding zh_TW in iwtPlatform-locale
    adding BIG5 in iwtPlatform-HTMLcharset
    adding ips.locale=en_US,zh_TW,zh_TW.BIG5 in platform.conf file
    Setting, User's Default Locale: zh_TW
    Setting, User's Default HTML charset: BIG5

    Finally, I made it work. The solution is pretty straight forward. All I need to do is to convert these kind of html file to utf8 encoded files and then, it works perfectly. Hope this might be useful for some people.

  • How can i display chinese character in asp?

    ---windows2003
    ---iis6.0
    ---oracle92010
    ---oo4o
    oracle character set is we8mswin1252
    sqlplus display chinese character normally.
    when i export the oracle table into microsoft excel,the excel can display chinese character normally.
    but when i write code in asp.The IE can not display the chinese character?
    who would tell my why?
    Message was edited by:
    user525971

    Hi,
    here's a link to the SQL Developer forum: SQL Developer
    Frank

  • German character set issues on Solaris

    Hi,
    I am facing an issue with German character settings with my Java application on a solaris box.
    When I run my application on the box, and I pass an input file with German special characters they get converted as ?. However, other normal English characters are formed properly.
    When I run the same application on another Solaris box with a different JRE, the German characters are formed properly.
    I understand that there is a difference in the archiecture between the 2 boxes ie.e
    64 bit SPARC machine v/s 32 bit x86 machine
    the JRE
    1.4.2_03(64bit) v/s 1.4.1_01
    I am tryinbg to evaludate further differences between the 2 environments to pinpoint the issue, and get this resolved on the 1st box.
    Can anyone provide me any inputs?
    Lavin

    When you read the file, please point out what character set using. For example:
    FileInputStream fstream = new FileInputStream(url.getFile());
    DataInputStream in = new DataInputStream(fstream);
    BufferedReader br = new BufferedReader(new InputStreamReader(in, Charset.forName("ISO-8859-1")));
    br.readLine();
    This link possibly can help you.
    http://www.velocityreviews.com/forums/t126128-jdk-14-character-set-change.html

  • Won't Display a | Character

    I use a website for work that displays every person schedule and it often has to display a | character but instead Firefox puts a small empty box in its place, which wouldn't be too bad but it messes up the aligment of everything.

    Actually I was wrong its a and a that it won't display.
    (its supposed to be an up arrow and an vertical line with a horizontal line coming out from the right in the middle)
    Here is a Snippet from the page source
    <code>
    <a href="#" onClick="javascript:document.SaveAsText.submit();"><img src="images/ico_save.gif" border="0" alt="Save As Text File" align="absmiddle"></a>
    <font face="arial,verdana" size="1" color="gray"><a href="#" onClick="javascript:document.SaveAsText.submit();" style="color:gray">NOVMasterFinal.LIS</a></font>
    <img src="images/spacer.gif" width="75" height="1" align="absmiddle"><font face="arial,verdana" size="1"><a href="javascript:ts('body',1)">+Larger Font</a> | <a href="javascript:ts('body',-1)">-Smaller Font</a></font>
    <p class="pagestart"><pre style="font-family:lucida console,Courier New;font-size: 8.5pt">Run Date: 10/19/10 13:52 NOV 2010 Master Schedules for: <font color=red>ROA</font> DH8 FO CrewTrac Page 5
    -0301---------0302---------0303---------0304---------0305---------0306---------0307---------0308---------0309---------0310--------
    |MANNA,JOSEP||SCLAFANI,JO||GARIN,STEVE||BARONI,MATT||MESSERSCHMI||BECK,COLIN ||TABOR,BRITT||JORDAN,KEVI||ROBERTSON,J||STALKER,ERI|
    |ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO ||ROA DH8 FO |
    |E# 70841||E# 2762||E# 14018||E# 14291||E# 14663||E# 14401||E# 15297||E# 14989||E# 261802||E# 17852|
    |Sen# 00183||Sen# 00054||Sen# 00238||Sen# 00248||Sen# 00256||Sen# 00251||Sen# 00271||Sen# 00264||Sen# 00321||Sen# 00282|
    |Commuter || || || ||Commuter || ||Commuter ||Commuter ||Commuter ||Commuter |
    |Airport:SYR||Airport: ||Airport: ||Airport: ||Airport:MKE||Airport: ||Airport:CLT||Airport:ROA||Airport:TPA||Airport:CLT|
    | || || || || || || || || || |
    |DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR ||DTE PAIR |
    |M01 R8374 ||M01 OFF ||M01 R8333 ||M01 OFF ||M01 OFF ||M01 OFF ||M01 R8210 ||M01 R8353 ||M01 SBD ||M01 R8170 |
    |-----------||-----------||-----------||-----------||-----------||-----------||-----------||-----------||-----------||-----------|
    </Code>
    Now that was copied from IE on my windows machine.
    Casey

  • How can i display special character?

    how can i display special character that come from DB.
    for example i have in field in Table that has this value <Id, r>.
    i want to print this value to the html. and replace the <,> to special character.

    "<" is "<"
    ">" is ">"

  • Cannot display turkish character in publication mhtml output

    Hi there,
    I have a problem on displaying turkish character on BusinessObjectsXI3.1 publication mhtml output.
    I have set a report scheduled and shown result on email body as html and all turkish character turn into a different characters.
    Database locale has been set to Turkish. Is there any paramater to set in universe or some whereelse?
    I need to figure out this as soon as possible. Could anyone share the experience?
    Thanks in advance
    Yasemin

    Sorry.  You should probably open a ticket with SAP.
    Is there anything in the Publication Job Server and Adaptive Proc Server logs ?

  • If I change a font, editor pane doesn't display multibyte character.

    When I use a default font(DialogInput), editor pane display multibyte character correctly.
    But If I change a code editor's font(anonymous, proFontWindows etc.), editor pane does not display multibyte character correctly.
    Jeff.

    I found "fontconfig.properties.src" file in <JDEV_HOME>/jdk/jre/lib.
    And it has below setting as a part of.
    # @(#)fontconfig.properties 1.5 04/01/28
    # Copyright 2003 Sun Microsystems, Inc. All rights reserved.
    # Version
    version=1
    # Component Font Mappings
    allfonts.chinese-ms936=SimSun
    allfonts.chinese-gb18030=SimSun-18030
    allfonts.chinese-hkscs=MingLiU_HKSCS
    allfonts.devanagari=Mangal
    allfonts.dingbats=Wingdings
    allfonts.lucida=Lucida Sans Regular
    allfonts.symbol=Symbol
    allfonts.thai=Lucida Sans Regular
    serif.plain.alphabetic=Times New Roman
    serif.plain.chinese-ms950=MingLiU
    serif.plain.hebrew=David
    serif.plain.japanese=MS Mincho
    serif.plain.korean=Batang
    .....................(omitted)
    Assuming the configuration, there is no Korean setting for allfonts sector.
    If you add some configuration and adjust "search sequence" properly, Korean font will be shown in code editor.
    Unfortunately, I don't know how can I rebuild the font configuration in JDevelper.
    Gurus, please leave useful information for rebuilding font configuration in JDeveloper or JDK 1.5

  • How to make SAPScript to display special character?

    Hi all, 
            How to make SAPScript to display special character like character in 'Wingdings 2' font type? Now, I cant make SAPScript to display those special characters in the font type.
    Best Regards,
    Chee Boon

    Hi,
    Insert your font with SE73.
    Then set in sapscript with paragraph or character format so that yoyur charracter is printed with the font you wanted.
    Gr., Frank

Maybe you are looking for