CR displays unicode fonts as squares

Hi
I am deploying a report with chinese chars and its using unicode fonts. However the report does not display it corectly and it shows the lables as squares.
Development tool. VS2005 +CR and deployed on Win2008 IIS7
Thanks for any help.
Regds
Jay

Hi Don
I and Jay are facing this issue together. We had already installed the Arial Unicode font and are using those fonts in CR. Its working in the UAT server but in the live server its' not working.
I double check that  the font is already installed in the live server. Only difference I can spot is in Live server the actual Windows directory is called SIOUXSIE althought there is still a Windows directory. I have installed the Unicode font in both directories but still having this problem.
Hope you can help !!

Similar Messages

  • [solved] Wrong display of fonts (all square boxes now)

    Hi!
    I tried Infinality  (https://wiki.archlinux.org/index.php/Fo … Infinality) for font-hinting a few days / weeks ago. Everything worked fine until I recently did - like every day - a
    pacman -Syu
    since that update my Fonts are all Squares now. Only the real standard fonts (e.g. Bitstream Vera Sans) are displayed correctly now.
    Uploaded with ImageShack.us also tried already a
    # pacman -S --asdeps freetype2 libxft cairo fontconfig
    and I refreshed my font cache via
    $ fc-cache -vf
    I even followed the described command
    pango-querymodules > '/etc/pango/pango.modules'
    in https://bbs.archlinux.org/viewtopic.php?id=51316.
    But none of the above mentioned worked. Would someone please be so kind and help me out?
    UPDATE: Meanwhile I tried a
    # pacman -Rscn gnome
    and reinstalled gnome & gnome-extra. But this doesn't work either, fonts like 'Verdana' aren't displayed correctly.
    UPDATE 2: After deleting my manual installed Windows 7 fonts and reloading the cache everything works fine now. I don't know why, but it works
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    -- edit:Picture changed to thumbnail - sorry! --
    Last edited by chiffre (2011-05-14 17:33:18)

    hacosta wrote:I highly doubt reinstalling gnome would actually do anything, since blackbox is not affected, have you tried just choosing another font in gnome's font thing
    I fixed this by uninstalling gnome, all config files for pkg's removed, their dependencies, and all packages that depend on those - with the following command
    pacman -Rscn gnome
    This removed A LOT of packages.  Then I had to reinstall gnome and my fonts were once again readable. 
    Before anyone tells me how stupid I was for doing that, or how there may have been a simpler theoritical solution - realize that I use my computer for work daily.  I had made a few posts and wasn't getting the help I needed so I had to figure something out.  I tried removing gnome and all it's packages without the '-n' option (config files), but that didn't work.  So I reloaded gnome, then retried with the '-n' option and that did work.
    I googled this and apparently many other people had this problem with gnome (not Arch-specific), but nobody gave any workable solutions to any of them either.  Hopefully someone smarter than me can comment on the true cause of this, and maybe deduce a better solution - as I am sure some other poor sap will run into the same problem and surely come across this thread.
    I appreciate everyone's input on this, and hopefully someone will chime in here with a much simpler solution that wont cause as much trouble as it did for me.
    cheers.

  • Can't display non-unicode font

    When I try to use Symbol font and display it in JLabel, it show a square.
    i have read the article written by John O'Conner
    http://www.joconner.com/javai18n/articles/TextDisplay.htm.
    Thanks for providing those valuable information. it does help to understand some international issue.
    however, I am not sure if it apply to Symbol font such as Wingdings, webdings.
        Font fontPalatino = new Font( "Palatino LinoType", Font.PLAIN, 25); //unicode font
        Font fontMapInfo = new Font( "MapInfo Transportation", Font.PLAIN, 25); // non-unicode font
        Font fontWingdings  = new Font( "Wingdings", Font.PLAIN, 25);
              // use integer number and convert into equivalent character
              // e.g. if i is 65 then c is A.
              // notes: 65 is a decimal value converted from hex 0041 value
              int i = 65;
              char c = (char)i;
              System.out.println( new Character(c).toString() );
              JLabel jlbl = new JLabel();
              jlbl.setFont(fontSymbol);
              jlbl.setText( new Character(c).toString() );1) I can't display any Wingdings font , any expert can help on this?
    2) what is the difference between 0021(character code for Arial font) and 0x21(character code for Wingdings font) shown in character map?

    When I try to use Symbol font and display it in
    JLabel, it show a square.
    i have read the article written by John O'Conner
    http://www.joconner.com/javai18n/articles/TextDisplay.htm.
    Much of that article is now incorrect or unnecessary for JDK 1.5. Because 1.5 knows how to find a font for the character you're trying to display, you should be able to set your label font to any logical font, and the JRE should find a substitute font if necessary that can display the character.
    I'll give your code a try and will post results...is the code you've posted the code I should actually experiment with? It seems like you should want to display something different than 0x0065.
    Your other questions:
    0x0021 is the exclamation mark regardless of font. I see what you mean, however, since the wingdings font in charmap also says 0x0021. However, that mapping is obviously not a Unicode code point mapping.
    I looked in the Misc. Symbols and Dingbats section of Uncode. A few characters might be a reasonable substitution for the pencil character you want:
    0x270E (LOWER RIGHT PENCIL)
    0x270F (PENCIL)
    0x2710 (UPPER RIGHT PENCIL)
    I didn't see any mirror images of these, ie LOWER LEFT PENCIL and UPPER LEFT PENCIL, although I admit that I didn't look closely.
    Maybe one of these will work for you instead of the Wingdings 0x21 character you mentioned.
    Regards,
    John O'Conner

  • Double byte characters turn into squares at PDF export use Unicode font

    Hi all,
    We developing with Visual Studio 2008, .NET 2.0 and Crystal Report XI Release 2 SP5 an international windows application. We use the font Arial Unicode MS in the rpt file. We translate the fix texts with the Crystal Translator (3.2.2.299).
    On the distributed installation of our software, the printout and preview displays the double byte characters properly (Japanese, Korean, Chinese), but when we export the report as PDF, the characters get displayed with squares. This happens also, when the font Arial Unicode MS is installed on the distributed installation on Windows XP Professional.
    I searched for hours for a solution in the knowlegde base articles and in forum of Crystal Report. I found one thread, which describes exactly our problem:
    [Crystal XI R2 exporting issues with double-byte character sets|Crystal XI R2 exporting issues with double-byte character sets;
    But we already introduced the solution to use Unicode font and I also linked the font Lucida Sans Unicode to the Arial Unicode MS, but we still face the problem.
    Due to our release on thursday we are very under pressure to solve this problem asap.
    We appreciate your help very much!
    Ronny

    Your searches should have also come up with the fact that CR XI R2 is not supported in .NET 2008. Only CR 2008 (12.x) and Crystal Reports Basic for Visual Studio 2008 (10.5) are supported in .NET 2008. I realize this is not good news given the release time line, but support or non support of cr xi r2 in .net 2008 is well documented - from [Supported Platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7081b21c-911e-2b10-678e-fe062159b453
    ] to [KBases|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do], to [Wiki|https://wiki.sdn.sap.com/wiki/display/BOBJ/WhichCrystalReportsassemblyversionsaresupportedinwhichversionsofVisualStudio+.NET].
    Best I can suggest is to try SP6:
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    MSM:
    https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip
    MSI:
    https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip
    Failing that, you will have to move to a supported environment...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Edited by: Ludek Uher on Jul 20, 2010 7:54 AM

  • UNICODE font displays as JUNK character in PDF version of Report 10.1.2.0.2

    Hi All,
    I am using Application Server 10g on windows 2003 r2. when i generate reports through application server, it displays JUNK characters where UNICODE fonts are used.

    After some trial and error, we found that a particularly badly written report was taking 10 minutes to process (it really should have only taken a few seconds). The users were getting impatient, killing the application from their terminal, and resubmitting the report, over and over and over....
    We re-wrote the query in the report, and with the report processing in an acceptable time, we did not re-experience the issue.
    Edited by: petesh on Oct 29, 2008 10:25 PM

  • Unicode fonts not displaying

    I pruned my fonts back last week, but removing them from my System Folder, but now the Unicode fonts are not displaying in my web browser (maybe same in other apps, but haven't noticed). What specific font is used for Unicode display?
    Thanks.

    Tom-I appreciate the response. I'm trying to get the 3-line list menu "hamburger" icon to appear with character \2630. Since I removed the bulk of my fonts, this appears as a missing link in my web browsers. Not sure which of the various fonts may include this character.

  • Flex3 Not Displaying Sinhala Unicode Fonts in the MXML File

    I am using Flex 3.2  for my project.
    I want use Sinhala Unicode Fonts But inside the Mxml File I cannot type the Sinhala Characters.
    When I change the Keyboard to Sinhaha inside the Flex3 Sinhala Characters are not dispalying.
    But when I run the application I can see the fonts in the Browser.
    I am using Windows 7.
    Thanks
    Shums

    Thanks Tom. Yeah, I understand that PDFs are not designed to work like word-processing files, etc., and the need to have the Chinese text copy over well is really just to prove that the document is searchable (i.e. if it can copy a short section of text Ok, then it means the characters are recognized by the PDF reader and I can search the document, which is my main goal.)
    The problem I mentioned with Preview, etc., is actually a new one; one that has become a big problem for me only in the last few weeks. Before, I never had this issue. I'm not sure what changed, but I was suspecting MacKeeper and their "language cluster" cleaning feature, where it "helps" you by removing unused fonts. Though, I can't quite confirm that this has played a role. I just completely reinstalled the OS thinking that this would fix the issue by installing all the original fonts again, if MacKeeper did indeed remove the fonts these PDF programs use when editing or saving PDF files. However.....unfortunately....the problem is still here.
    So, that developer I mentioned in the first thread who said this is an OS X issue may indeed be correct.
    And just to be clear, I have confirmed that the PDF's I working with do have the fonts embedded already. It is only when I alter them and then save or export from Preview, Skim, Nomad, etc., that the character information gets stripped out and I'm left with a document that one can read but cannot search. I can't even OCR it because this problem also affects my OCR software, as if it can't get access to the fonts needed to embed in the recognized PDF.
    Any other thoughts? I'd appreciate any you have.

  • Displaying Unicode in Sweden

    Hi,
    I'm trying to get a JTextPane to display Unicode (e.g. Chinese) characters. I'm situated in Sweden so my cup of Java (or something) doesn't seem too happy about it ;).
    More specifically, I want to paste a, say, Chinese character into a JTextPane and have it displayed as one and not as a square. Then I want to send it to another JTextPane and have it displayed there.
    I've looked at the String and the character is properly encoded there. I've tried to exchange the font.properties file with font.properties.zh_TW but to no good. I've also tried to edit the font.properties file, using the Arial Unicode MS font (which is pre installed on my Windows 2000 OS) and the SYMBOL_CHARSET (instead of simple Arial and ANSI_CHARSET), but that haven't helped me either.
    Thanks for any help you can offer,
    Pelle

    The remedy may depend on whether the problem is specific to JTextPane or to any other TextComponent's. Does the method setText(String) work?

  • Can't use Cambodian unicode font

    I tried to create a new page in Dreamweaver 8 and attempting
    to use Cambodian (Khmer) unicode font, but it does not show all the
    upper and lower script. Even though I changed the New Document page
    and it still does the same. Anyone has any idea?

    When I try to use Symbol font and display it in
    JLabel, it show a square.
    i have read the article written by John O'Conner
    http://www.joconner.com/javai18n/articles/TextDisplay.htm.
    Much of that article is now incorrect or unnecessary for JDK 1.5. Because 1.5 knows how to find a font for the character you're trying to display, you should be able to set your label font to any logical font, and the JRE should find a substitute font if necessary that can display the character.
    I'll give your code a try and will post results...is the code you've posted the code I should actually experiment with? It seems like you should want to display something different than 0x0065.
    Your other questions:
    0x0021 is the exclamation mark regardless of font. I see what you mean, however, since the wingdings font in charmap also says 0x0021. However, that mapping is obviously not a Unicode code point mapping.
    I looked in the Misc. Symbols and Dingbats section of Uncode. A few characters might be a reasonable substitution for the pencil character you want:
    0x270E (LOWER RIGHT PENCIL)
    0x270F (PENCIL)
    0x2710 (UPPER RIGHT PENCIL)
    I didn't see any mirror images of these, ie LOWER LEFT PENCIL and UPPER LEFT PENCIL, although I admit that I didn't look closely.
    Maybe one of these will work for you instead of the Wingdings 0x21 character you mentioned.
    Regards,
    John O'Conner

  • Bengali Unicode fonts in InDesign CS6

    Dear InDesign Gurus,
    How do I type using "Bengali" (Unicode) fonts in InDesign CS6?  I've tried to copy/paste the text from an existing word document on to an InDesign document, but it shows up with square blocks!   I'm using Windows 7 Pro 64Bit OS.
    Is this even possible?  Would someone please provide me some detail steps?
    Many thanks in advance.
    Simon

    Cyndee,
    As I said, I'm fairly new in ID, would you kindly tell me the steps so that I know what to do?
    Ellis,
    I am working with a ID Magazine template.  Obviously the template has blocks and pre-written text inside those blocks.  If I try to delete the text (without deleting the BOX + contents within) and paste the Bengali text from some other document, some of the characters do not stay in place.  Whereas, if I just create a text box and paste the text inside the new box, texts show properly. 
    So my question to you Gurus is... how can keep the template I'm using and just replace the text within text box and save time.   Would someone plz guide me?
    Thanks for your professional help!

  • Problem displaying Unicode text.

    Hi guys,
    I am new to I18N. i want to display some unicode text using java program. But i always get "???"..any idea??
    public class I18N {
    public static void main(String[] args) throws Exception {
    String street = "\u65E5\u672C\u8A9E";
    System.out.println(street);
    if i use unicode value equivalent to english chars, it works fine..i know there is some problem in loading the corresponding fonts..but not able to nail the problem.psl help..examples appreciated.

    For example if you have a MS-OS check this site
    http://www.hclrss.demon.co.uk/unicode/fonts.html
    or you could simple try every font you can find on your system.

  • Regarding displaying unicode

    Hello javaGurus!
    <Please Help me regarding displaying unicode>
    I am new to javaInternationalization,
    Till now i studies. Java Internationalization tutorial at http://java.sun.com/docs/books/tutorial/i18n/index.html and understand basic Structure.
    I have some problem displaying the unicode characters, such at, Arabic, and japneese.
    - How to display unicodes in applet?
    - How can we set the the Japneese, English, Arabic fonts in one application, which run on windows environment.
    - From where i can get the font s?
    Regards,
    waseem

    If you specify a String object with the unicode sequences (of the form "\u####\u####"), you can simply display it with the method setText(String) of the class javax.text.JTextComponent (or javax.JTextArea), for example. If you specify a String object with your own encoding in your source code, you can compile it with the command:
    javac -encoding <encodingName> fileName
    On Windows OS, the font ArialUnicodeMS will display almost all characters you are to show.
    You can find downloadable fonts in almost any search engine.
    - The following can be additional material for studying.
    http://java.sun.com/j2se/1.4/docs/guide/intl/fontprop.html
    http://developer.java.sun.com/developer/qow/archive/65/index.html

  • Problems displaying unicode encodeded characters in components

    I'm having problems getting Flash to display unicode that is
    imported from XML. In the example below the unicode characters in
    the name tag come through in Flash exactly as typed eg: \u00EA
    The xml file is written by PHP.
    <?xml version="1.0"?>
    <!-- Generated On: Sep-11-2007 12:24:19
    --><Colortool><Siding><item><type>c</type><id>11</id><name>Rev\u00EAtement
    Sp\u00E9cial</name>
    etc..
    However I've also tried re-saving the file manually in an
    editor encoded as UTF-8. Same result.
    Setting up a little test like:
    temp = "Rev\u00EAtement de premi\u00E8re qualit\u00E9";
    trace ("temp: " + temp);
    Traces: Revêtement de première qualité as
    expected.
    Any ideas why it works when the variable is set in Flash, but
    not when it's loaded from XML?
    Thanks,
    Anson

    By experimenting and some searching through the net I figured out that you need to set the right font. Kannada can be displayed using Tunga font on windows. But neither HTMLEditor nor TextArea has a setFont() method. Instead I tried with Text.
    text.setFont(Font.font("Tunga", 25.0));
    This worked partially. For example, if I try printing the character 'ಲಿ' its two component characters 'ಲ ಿ' are getting printed. They are not joining to form one single character 'ಲಿ'. Kannada like other Indic scripts is a complex layout script and I figured out from this post that complex layouts are not yet supported.
    Re: Urdu language support in Javafx UI Controls
    Unfortunately I cant use javafx for my purpose :-((

  • IOS6 JERKY SCROLLING, BROWSING WITH UNICODE FONTS

    Unicode font have been used for many years.
    We use Burmese Unicode fonts name Zawgyi Unicode font to view our language on web.
    We use special apps (Mogok, Myanmar Browser lite) for viewing on iPhone and iPad as this font is not embeded.
    They are OK to view all our language sites without problems prior iOS 6.
    Now with iOS6, the problem comes.
    Safari engine rendering for web pages causes those apps frozen.
    If we type email with this unicode font, it is frozen.
    Frozen means it freezes for 10 seconds on every action triggered from your touch.
    Imagine how annoying!
    Not even that font, Apple approved Myanmar Unicode font also have the same issue.
    I have tested it already.
    Here is the web link (http://chawsufoodfriends.blogspot.com) you can browse on iOS Safari and you won't see the language display but you will see what happening. If you download the apps that I have mentioned, you will be able to view the fonts.
    I can send you test email and see the problem in Mail App as well.
    This is not only happening on my iPhone and iPad...I have called my friends, and all have the same issue.
    So, it is clearly A BIG BUG.
    I love Apple products. But now I am very very frustrated how they manage, how they release products and softwares.
    I have never seen it is released recklessly.
    I don't find "Attention to Detail" anymore.
    We are now holding back and reviewing for our next gadgets.. Thank you Apple.

    I have a correspondence with a gentleman from Apple ( I would think he is from the developement team) and he said "I just saw your email with the sample text and confirmed that there is a problem reading the text. I will look into it and file the appropriate defect report."
    So now our case is noticed and it will be taken care of appropriately.
    Let's cross our fingers and see the wonderful result on the next update.
    PS. Whoever read this thread and if you are concerned with Burmese fonts problems, please submit bugreport at Apple.
    https://bugreport.apple.com/
    If you need any assistance on submitting report, let me know. we will help you out on this forum.
    Or you can find some discussion at this thread.
    The more we submit bug report, the more it will be noticed by Apple Developers and it would be taken care of soon.
    We will be very much appreciate with your help.
    Thanks

  • Arial Unicode font for Tamil, etc.?

    Looking for some style alternatives to the InaiMathi font included in OS X for the Tamil language, I noted at the the Gallery of Unicode Fonts that the Arial Unicode font includes Tamil characters, and remembered that that font is now included with OS X (10.5). I checked with Character Palette and indeed the Tamil characters are there, but they aren't recognized as equivalent to those in InaiMathi. And when I try to change some Tamil words in a document from InaiMathi to Arial Unicode, nothing happens.
    I don't understand a lot about Unicode, but I know the Arial Unicode font has been around for a while (it was more or less the original effort to create a single Unicode font including all the major alphabetic scripts), and don't understand why it would contain the Tamil character set but not work for that script. It doesn't seem to work for Tibetan either, though it contains that character set as well. In fact, according to Character Palette, it seems about 90% of Arial Unicode is "character variants" that "won't display correctly". What's it for, then, anyone have any idea?

    +I have always thought Windows fonts cannot be used for display. Could you describe how you use Character Palette to do that?+
    Well, not "display" in the sense of opening a file using an OpenType font on the Mac and seeing it display properly. What I do in Character Palette with an OpenType font like Sanskrit2003 is scroll through the font to find the elements I want and double-click them to enter them in a document. Of course this workaround is feasible only for the occasional word, not for whole sentences or paragraphs. I'm not a big time user of any of this, so I can manage for the occasional word I want.
    +The reason they do this is because a lot of documents and web pages could specify Arial in them and users would get the idea that OS X does not support Devanagari, Tamil, Tibetan, etc unless they switch the font, which is impossible in Safari.+
    Yeah, I can see the reason; but wouldn't it be easier in the long run to just enable OpenType fonts so everyone can use the same fonts? And it is annoying that you can't specify fonts in Safari like in Camino.
    +I agree, but have doubts this will happen soon. Perhaps more likely is an app like Mellel which does OpenType could be expanded to cover these scripts.+
    Several years ago the developer of Mellel assured me that v.2 would support Indic scripts. But it never happened.
    +In the meantime, OpenOffice/X11 does work for display I think.+
    Yes, OpenType fonts can be used in OpenOffice/X11 (which is no longer being developed, BTW, now that there's a native OS X version). But not AAT fonts.
    +This might interest you:+
    http://discussions.apple.com/thread.jspa?threadID=1577715&tstart=0
    Indeed, though much of it is over my head. I just want to be able to use the same fonts for Indic languages as everyone else, just as I can in Chinese, etc.

Maybe you are looking for

  • Help, I'm stuck in Freehand, and can't get out!

    I have created a masterpiece :-) brochure cover, with a logo over a graphic, with shadow, and gradient fills. It's not a complex file, and my overseas client wants it for use with Illustrator. However, I can't find a way to get it out and back in to

  • How to checkout file on SCM from Java code ???

    Hi friends, I am developing application for test and trackking project . And I want to checkout my old files and then download. I found scm ide but I couldn't find any sample about it. So I am in stuck!! any body know, how to use it?? or any sample,

  • Multiple nodes query

    Hi, May me be it's more SQL-related question, may be there is a way to accomplish this some other way, anyway I deided to post it here... I have an xml document which contains records about articles, each article may have several authors. So, here is

  • New hard drives coming. Update projects now or later?

    I want to upgrade to FCP 10.1 (from 10.0.9) at the earliest. I travel and shoot video abroad but return to the US to do major editing. So my current hard drives are small: I have media and backups that I've been moving back and forth between drives.

  • Movement is blurry in my finished product

    I've created a basic 20+ min movie with Final Cut Express HD. It's about 20 video clips with a simple transition between and a little text at the beginning and at the end. It's a very simple little project. If I look at the individual quicktime movie