Asian Characters in strange places

Hi,
I have recently noticed that in some programs I am getting asian characters in strange places on my intel mac (see model below). For example, I played a DVD the other day and the name of the movie in the title bar was in an asian font. I have also noticed this in the help viewer of realplayer in both the title bar and all throughout the help contents pages.
Am I missing a font or is this some sort of bug?
Thanks,
Ben

I have recently noticed that in some programs I am
getting asian characters in strange places on my
intel mac (see model below).
You may have a font substitution problem. If you want to send a screenshot, I could try to verify the exact kind of characters which are appearing. Click on my name for the address.

Similar Messages

  • How can I display East Asian characters in MediaSour

    I am using Windows XP SP2 Chinese Traditional (Taiwan) edition, although I li've in the US.
    My system setting is by default Chinese Traditional, and I have enabled East Asian language support for Chinese, Japanese, and Korean.
    However, Creai've MediaSource has trouble displaying such East Asian characters, most of them look like random code.
    At the same time Windows Media Player can display all the music info just fine.
    I have a very large collection of Chinese, Japanese, and Korean music, so this function is very important to me.
    Please help if possible.
    I've read some previous posts about such issues, but most of them seem to involve the English version of Windows which is not in my case.
    Thanks in advance.

    khaidoba wrote:
    I don't know why, but whatever I do, I can't seem to get the East Asian characters to work at all. I tried the control panels stuff, but when I use the "Get Info" thing before ripping a CD in MediaSource, I still get random characters.
    Go to MediaSource's Tools->Settings->Audio CD/Rip setting page. In there, you can then set a language to be used for CDDB info. Just try and error with the different language settings (use CDDB, use OS, or use a specifc language) and one of them will be the correct one. You may need to set a different language setting for different CDs.

  • Displaying Asian characters on Solaris platform?

    I have a java application that can display Chinese, Japanese, Korean & Taiwanese (CJKT) on a Windows platform. It is able to display these characters on Windows because i have installed the CJKT locales and have modified the font.properties file to provide the necessary font mappings for the CJKT charsets. But, when i do the same modifications in Solaris (i.e. install the locales & modify the font.properties to provide mappings to various fonts that support the CJKT charsets) and run the application, i am not able to see the CJKT characters. The CJKT characters are displayed as boxes when the application is run in the en_US.ISO8859-1 locale.
    Could someone please suggest what can be done to enable the display of CJKT characters on an ISO8859-1 locale?
    It seems Solaris has locale-specific font installation. Is there any way a font from one loacale (say japanese) can be used in the other i.e. system locale (say korean) to display characters of the first locale (japanese)?

    Thanks, but it does not answer the question.
    I already have the required locales installed. It is just that i'm not able to display Asian characters on an English locale. I am using the Java logical font (serif), and the font.properties does map it to the various fonts that support the CJKT (Chinese, Japanese, Korean & Taiwanese) charsets, but still the application is unable to display the CJKT characters. It seems that java makes use of the X11 fonts and they happen to be installed in separate directories, one for each locale. This could be the reason why the other fonts are not available in the ISO8859-1 locale.
    Is there any way we can map use the fonts of other locales by making use of the java logical font?

  • New iTunes update (10.6) not displaying asian characters correctly.

    Just updated my iTunes to 10.6 and the new version is not displaying the asian characters in the artist or song titles. They are appearing in the album. Have restarted my computer multiple times.

    Same issue going on for me. Like daskaea said, it doesn't show up in the album grid, but shows up fine everywhere else. I personally am encountering this issue for Chinese, Japanese, and Korean scripts.
    Attempts to clear the name and re-enter it manually also do not work.
    Anyone have any ideas?

  • Itunes not displaying asian characters correctly

    my song collection tags will display just fine when i'm just browsing files through finder.
    however, when i import these songs to itunes, characters are all garbled up when it is in asian characters like korean and japanese..
    is there a way to fix this?
    in windows machine this is not a problem.

    Same issue going on for me. Like daskaea said, it doesn't show up in the album grid, but shows up fine everywhere else. I personally am encountering this issue for Chinese, Japanese, and Korean scripts.
    Attempts to clear the name and re-enter it manually also do not work.
    Anyone have any ideas?

  • Asian characters displaying in my english language PDF.

    This morning I opened a PDF and got a message that I needed to install a language pack.  I installed the asian language pack as requested and when I opened my PDF there were asian characters displaying in my english language PDF.  How do I fix this issue?

    Very difficult to say without seeing the actual PDF.  If it is not confidential, can you share it (or a similar sample PDF) with the forum: https://forums.adobe.com/thread/1408375

  • Why do i only see Asian characters when i attempt to first sync my ipad?

    when i first try to sync my ipad 2 it gives me Asian characters.  how do I change it to English.

    I might have the same problem. Literally just plugged in my new iPad2 into my Win 7 iTunes 10.4. Clicked to register, and now it's up to what looks like the "Find my iPad" screen and it's all of a sudden in Chinese or something?

  • Missing Asian Characters in Chromium

    http://i.imgur.com/fvMYVPN.png?1
    It seems Asian characters (not sure if it's just Japanese and Chinese characters specifically missing or pretty much all Asian fonts) are missing in Chromium, and just show up as boxes.
    I have a few music files on my computer with some Japanese characters, and they show up fine in Nautilus and DeaDBeeF. So it seems the problem is only with Chromium.
    I also recall seeing similar behavior in other Linux distros (openSUSE and Ubuntu) with Google Chrome.
    -- mod edit: coverted img to url.  Please see forum etiquette and guidelines for image sizes.  Trilby --
    Last edited by Trilby (2014-07-22 17:18:33)

    Ledti wrote:These fonts might be a better alternative since they're more consistent and possibly of higher quality than the ones link on that wiki page.
    These actually work a bit better Thanks!
    In my Gmail, I noticed one of my emails had two Japanese characters in the title that were un-readable with the previous fonts (stokes were missing). The strokes show up fine with the Adobe fonts though.
    Last edited by Espionage724 (2014-07-22 19:50:02)

  • Asian characters translation

    What does the Asian characters in the CUSTOM SHAPE TOOL mean?  Where can I find the translation?

      I believe the symbols roughly represent the twelve year cycle of the Chinese zodiac.

  • Passing a wchar_t* containing asian characters into java

    I tried converting the wchar_t* into jstring in C, then passing that jstring into java, however, even though when I write the wchar_t* into a file, the asian characters read fine, the jstring in java becomes ????????????. Then I tried narrowing the wchar_t* into char*, then converting into jstring and passing that. Similarly, the char*, when written to a file, contains the proper asian characters, but when read in java, becomes ????????????.
    Any help is appreciated!

    ejp wrote:
    Java strings contain UTF8.Java Strings contain UTF-16.True - I was thinking more of GetStringUTFChars when I said that.
    A wchar is not even necessarily 8 bitsA wchar_t is necessarily at least 16 bits taking ISO/IEC 14882:1998 standard #3.9.1.5 into account.
    Interesting - I will look that up. The following discussion would seem to disagree with that however.
    [http://www.velocityreviews.com/forums/t289787-is-wchar_t-guaranteed-to-be-larger-than-char.html]

  • Completed Form requires Asian Language Pack w/ no visible Asian characters

    Why do Reader users receive a notification requiring them to install the "Asian Language Pack" after I fill out a form and send it?  The form has no visible Asian characters.

    Fonts listed under Document Properties of the completed form are: TimesNewRomanPSMT (TrueType) & TimeNewRomanPS-BoldMT(Embedded) TrueType.
    I neglected to mention that the original form (incomplete) does not require the Language Pack.  What settings/preferences can be changed in Acrobat to prevent Unicode (or other unwanted Fonts) from being used when completing the form?

  • Itunes just started displaying menus in asian characters.  How can I get back to english?

    Itunes just started displaying menus in asian characters.  How do I get them back to english?

    iTunes: Changing the display language - http://support.apple.com/kb/HT2242 - "Follow the steps below to change the language displayed in iTunes and also the language displayed in the iTunes store."
    Above method did not work but reinstalling iTunes did - https://discussions.apple.com/thread/6798898

  • Asian characters pop into text bubbles when I chat...

    Hi. I am having issues with iChat. When I type into the message field in iChat my text is in English. When I hit return, when the message is displayed into the bubbles, my text turns into Asian characters, which, of course, I am unable to read. However, the person that I am chatting with can see my words in English.
    I also notice that some headers (text headlines) on websites are displaying as fractional numbers and such as well. There must be something going on with my system that I just cannot pinpoint.
    Has anyone heard of this happening before? Please advise...
    Thanks.

    Go to Font Book and makes sure you do not have Helvetica Fractions Active.
    There are some other Fonts that cause similar issues so it may not be this one specifically.
    However this certainly should not be active for iChat.
    See also http://www.creativetechs.com/iq/garbledfonts_troubleshootingguide.html
    Thanks to Tom Geweke who posted this. (I hope I spelt his Name right)
    4:32 PM Sunday; December 2, 2007
    Message was edited by: Ralph Johns (UK)

  • ITunes 10.1.6.7 update has broken my foreign font display - Asian characters are now squares. How do I fix this?

    The iTunes 10.1.6.7 update has broken my foreign font display - Asian characters are now squares.
    They are fine on my iPhone, copying to other documents & through the Last FM scrobbler, yet iTunes shows songs incorrectly. I've fiddled with the ID3/Unicode settings - nothing changes.
    For example: iTunes shows a bunch of squares, yet when I copy and paste them here it becomes ~  일렉트로보이즈
    This was not a problem earlier - everything was fine in the four years or so I've used iTunes until, I believe, this update. If it was not the update, I'm not sure what else it could be?
    Any suggestions on how to fix this? Thank you!

    Thank you so much! I vigorously searched around these parts and the general internet before posting and found nothing - it's so simple, too
    Hahaha, turns out it was Windows, not iTunes, that broke my font

  • Using FileReader/Writer with Asian Characters - can you spot my problem?

    Hi,
    I can read in and write out one byte at a time with Asian characters, but if I try to do it one line at a time the Asian output is garbage. I will list both little programs here, and hopefully someone can educate me on my problem.
    +++1st, *this {color:#339966}works fine{color} with Asian characters:*+
    +{color:#000000}import java.io.*;*{color}+
    {color:#000000}class copybyte
    public static void main (String args[]) throws IOException
    if (args.length != 2)
    System.out.println("Usage: java copybyte srcfile dstfile");
    return;
    final boolean DEBUG=true; // switch for ascii display
    int ch; // the buffer{color}
    {color:#000000}// Create streams
    FileInputStream fis = new FileInputStream (args[0]);
    FileOutputStream fos = new FileOutputStream (args[1]);{color}
    {color:#000000}while ((ch = fis.read()) != -1)
    fos.write(ch);
    if (DEBUG)
    System.out.print(ch);
    System.out.println(" "+Character.toString((char)ch));
    fis.close(); fos.close();
    }{color}
    But the following code outputs Asian characters in garbage to my text file:
    {color:#000000}import java.io.;
    // Does not seem to handle Japanese....
    class CopyLineIO
    public static void main (String args[]) throws IOException
    if (args.length != 2)
    System.out.println("Usage: java copyline srcfile dstfile");
    return;
    final boolean STRIP=true; //strip blank lines from file ??
    String buf,temp;
    // Create streams
    FileReader fr = new FileReader (args[0]);
    FileWriter fw = new FileWriter (args[1]);
    BufferedReader br=new BufferedReader(fr); //wrap basic object
    BufferedWriter bw=new BufferedWriter(fw); //wrap basic object
    while ((buf = br.readLine()) != null)
    temp=buf.trim();
    if ((temp.length()>0)||(!STRIP)) {bw.write(buf"\n");}
    br.close(); bw.close();
    fr.close(); fw.close();
    Can anyone advise on what to change in CopyLineIO so that Asian characters work?{color} Thanks!
    PS Sorry about the code formatting - not sure how to get it looking decent here when pasted in....
    Edited by: JavaNeo on Jan 14, 2010 7:10 AM

    [From the documentation|http://java.sun.com/javase/6/docs/api/java/io/FileReader.html]:
    Convenience class for reading character files. The constructors of this class assume that the default character encoding and the default byte-buffer size are appropriate. To specify these values yourself, construct an InputStreamReader on a FileInputStream. To post code use { code } // your code here { code } without the spaces or simple select the code and press the CODE button.
    // your code here

Maybe you are looking for

  • Report S_ALR_87013536: display actual/downpayements

    Hello All, I have an issue where downpayments made against the PO does not reflect in the report S_ALR_87013536. PO is been created with the WBS as referance. when i check in the PO , i could find the downpayments values. My question is , to get this

  • Video Clear

    Hi everyone, I'm trying to create a videochat using Flex 3 and Flash Media server and I have some problems with the method "Clear" of Video object. When a user stop publishing its stream (from the webcam), I receive an event because a shared object p

  • 7 digit Value(1234567) how to move each digit value in each variable(v1..v7

    Hi, In Sap Script: 7 digit Value(1234567) how to move each digit value in each variable( 7 variablesvar1,var2,var3,....var7). How it is possible in SAP Script..What is the Logic? Thanks and Regards, Prabhakar Dharmala like this Move 1 - var1, 2 - var

  • Debugger Data Export

    Hello all, I am comparing the DSEG data of a program in two different boxes in the debugger, and cannot find a way to export this data. Goto -> System -> System Areas -> DSEG. Is there is a way to export/print this data? I've done a thorough search o

  • SCOM 2012 License for SCOM 2012 R2

    Hi, I want to upgrade SCOM 2012 SP1 to SCOM 2012 R2. Do I need to have any additional license for this upgrade or SCOM 2012 RTM license will work for R2 as well?