Promblems of showing chinese character set in workshop 8.1

Promblems of showing chinese character set in workshop 8.1 IDE
I just saw the rectangle( it meant that can't find proper font).
Could anybody tell me how to fix it ?

Please see the attachement.
JDK : 1.4.1_02
os : Winodws XP
"Raj Alagumalai" <[email protected]> ¦b¶l¥ó
news:3f7070d4$[email protected] ¤¤¼¶¼g...
Samuel,
Can you provide more information on the Operating System on which you are
running ? Also can you attach the file with which you are having issues.
Regards,
Raj Alagumalai
Backline Workshop Support
"Samuel Hsu" <[email protected]> wrote in message
news:3f6f1539$[email protected]..
Promblems of showing chinese character set in workshop 8.1 IDE
I just saw the rectangle( it meant that can't find proper font).
Could anybody tell me how to fix it ?
[Snap1.jpg]

Similar Messages

  • It's possible to convert 'WE8MSWIN1252' character to chinese character set?

    Hi All,
    Is anyone know how to convert "WE8MSWIN1252" character to chinese character set in order to display chinese word in oracle apex?
    My problem is i can't display chinese character set in oracle apex. The chinese field is showed like °×ѪÇò¼ÆÊý. I'm using WE8MSWIN1252 database character set.
    I'm wondering it's possible to show character word?
    I'm appreciating if anyone have a good solution to share with me.
    Thanks a lot in advance!
    Edited by: Apex Junior on Jul 16, 2010 2:18 PM

    WE8 is a Western European character set. If you wish to store and access a globalized multibyte character set you must have a database that supports it: You don't have one at the moment.
    Given this is Apex I'd suggest you read the docs and reinstall.
    Alternatively you could try CSSCAN and CSALTER and perhaps you can make the change but be very careful and have a good backup before you try.
    http://www.morganslibrary.org/reference/character_sets.html

  • Chinese Character Sets

    I'm setting up a web site, as a favor for a friend, that will
    be in Chinese and French. I'm not sure what the best page encoding
    would be. My friend sent me some sample Chinese, and she said, "The
    font I use is 'Simsun'." Otherwise, she is not very technical.
    There are apparently 4 character sets available in
    Dreamweaver that will display Chinese (after a fashion):
    1. charset=big5: displays in both code and design view, but
    Dreamweaver complains that not all characters can be displayed when
    I save the file, and some characters appear as "?" in both IE7 and
    Firefox. My friend says the characters don't look good.
    2. charset=gb2312: displays correctly in Dreamweaver and both
    of my browsers, and my friend says it looks OK.
    3. charset=hz-gb-2312: displays correctly in Dreamweaver code
    view, but not design view. Displays in both browsers I use, and my
    friend says it looks OK. This is apparently a 7 bit code that will
    encode both Chinese (as two byte characters) and ASCII. There is an
    escape character, "~" for toggling between the two sets. The HTML
    Dreamweaver creates seems to deal with this transparently.
    4. charset=utf-8: doesn't display in Dreamweaver (code or
    design view). Does seem to display correctly in my browsers, but my
    friend doesn't like it.
    I also noticed that although the characters displayed on my
    desktop system, I got all "?" on my laptop. Then it occurred to me
    that my friend had used my desktop to check her e-mail, so she had
    apparently installed the correct font(s). I displayed the pages in
    IE on my laptop, was prompted to install the fonts (Firefox didn't
    mention a problem), and then the text also displayed on my laptop.
    I intend to deal with this problem by creating any home page text
    (there won't be much) as Fireworks images. Anyone looking at the
    other Chinese text will undoubtedly have the correct fonts already.
    If any of you have done anything like this before, I would be
    grateful for any suggestions.

    Clean & Sober wrote:
    > 2. charset=gb2312: displays correctly in Dreamweaver and
    both of my browsers,
    > and my friend says it looks OK.
    GB2312 is the correct character set for Chinese as used in
    the People's
    Republic. It's sometimes known as "simplified Chinese". That
    doesn't
    mean it's simple, but that the characters have been
    modernized by
    removing some of the more complex strokes.
    To view pages written in Chinese or any other non-alphabetic
    script, you
    need to have the correct fonts installed. That shouldn't be a
    problem
    for the target audience.
    David Powers
    Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    http://foundationphp.com/

  • Showing chinese character in itune

    Hi i have a power book G4 when i import my mp3 into i tune all the chinese character did not show. what should i do to get the character to show??

    Hi i have a power book G4 when i import my mp3 into i
    tune all the chinese character did not show. what
    should i do to get the character to show??
    Assuming you do have Chinese fonts and you can see Chinese in other apps, this problem is caused by the ID3 tags of the mp3's not having the right encoding. See this note for info:
    http://homepage.mac.com/thgewecke/mlingos9.html#itunes

  • Email cannot show Chinese character.

    Hi,
    When I read emails in my ipod touch, the Chinese character cannot be shown properly. They appear to be all chaotic characters. Can someone help me what I should set up/install in order to view the Chinese character?
    Thanks in advance.

    Tom Gewecke wrote:
    I think that currently only emails in Unicode may be displayed correctly and there is no way yet to adjust the encoding for other kinds.
    Are you sure about that? What about Western encoding for the French and German?
    Or is this yet another reason for me not to buy an iPhone?

  • cfdocument not showing Chinese character

    We have a system that uses a mixture of English and
    Simplified Chinese on almost every page. After properly installing
    the Simplified Chinese fonts (gb2312) on all of the users
    PC’s via the Regional and Language setting, the pages display
    both languages properly.
    We have just started using the <cfdocument> to create
    PDF documents. We were eager to convert to <cfdocument> in
    order to be able to use CSS and to be able to display the Chinese
    characters in the PDF document as they are displayed in the HTML.
    We tried it first on a CF MX 7 test bed. Once we created the
    cffont.properties.cn in the cf_root/Lib directory, it worked like a
    champ.
    In order get this feature into production, we moved the .cfm
    files and the cffont.properties files from out CF 7 test bed to our
    CF8 development system. No matter what we do, all we see in the PDF
    file where the Chinese characters should be are “?”.
    We can’t find any information on anything else that we
    need to do to make the Chinese characters appear besides creating
    the cffont.properties files in the cf_root/Lib directory as we did
    in CF 7. Using the CF Administrator’s Font Manager, I can see
    that the required Simplified Chinese fonts (NSimSun, SimSun &
    Simhei) are installed on the server. The bare bones code seems
    simple enough:
    <cfdocument format=“pdf”
    fontembed=”selective”>
    Page text…
    </cfdocument.
    If you have done this, or know what we need to do to port
    form CF7 to CF8, I would appreciate your sharing.
    Thank you in advance for your help.
    Len

    I see what you are saying about utf-8. I put in a
    cfprocessingdirective tag in order to use utf-8 encoding, but it
    makes no apparent difference. I also tried using other canonical
    values (MS936, x-mswin-936, etc.) for Simplified Chinese that I
    found in a Java spec on the Sun website – still not
    difference. Well that’s not strictly true: when I used Cp935,
    it turned everything to Chinese characters.
    After working with the utr-8 and doing some other analysis we
    discovered the questions marks in the code were not being cause by
    unprintable characters, but they we actually in the data. OOOOPs.
    This is a whole new ballgame. At first we though that the
    servers running CF8 must be missing some font that was needed on
    the server side. We brought over all of the fonts that seemed to be
    associated with Simplified Chinese, but that didn’t make any
    difference. I one final act of desperation, we changed the format
    on the cfdocument from PDF to SWF. All of the Chinese characters
    appeared in the SWF output file. All of the Chinese characters also
    appear in the HTML output that is generated at the same time that
    the PDF/SWF files are created. I call the code that creates the
    actual report twice from within a shell: once inside the cfdoument
    with a file name to create a separate file, and once that is not
    within it to create a HTML presentaion.
    The same code, when run on a CF7 server, produces a PDF
    output with all of the Chinese characters. One last thing, we are
    using CF8 on two different servers: one running W2KS and the other
    with W2003S.
    The only thing I can conclude from all of this is that there
    is either something wrong with the CF8 setup on both servers, or
    there is something wrong with CF8 itself.
    I'm also in the middle of a severe Verity problem that I'm
    working on with Adobe. The K2Server.exe process will crash (process
    grows from about 15k to over 700,000k) after doing some number of
    Verity collection creations or in the indexing. I've sent them code
    that will create this problem time after time. They are still
    scratching their collective heads over this one. I see it as a
    classic case of memory leakage. They haven't agreed with me yet.
    Having said all that, it seems entirely possible that there is some
    undiscovered problem with cfdocument and PDF file creation using
    CF8 as well.
    Len

  • New drivers made programs show chinese charact

    Ok I'm getting kinda pissed here, I installed new drivers for my SB X-Fi Xtreme Music and, well, after the update was done, every textline in the default windows volume control is in chinese, and all the Creative related software is also in chinese, another problem was that my Creative Console Launcher was uninstalled, and even if I try to reinstall my default drivers with the CD that came along with my soundcard, I can't get rid of those **bleep** chinese characters..
    Am I going to have to format my whole PC to get this **bleep** thing working properly or what? :S
    I'm starting to think not even that will solve this problem.. >.<

    Originally Posted by Nambo
    I have a Dell XPS 8300 Windows 7 with Sound Blaster X-Fi Xtreme
    In unsuccessfully trying to get an output from the optical port, I updated the drivers from Dells own support site.
    Now I have no sound, in "Control Panel" "Sounds" has lost any mention of an anologue device even with "show hidden devices "checked.
    Device manager claims this device has no drivers, but on the next page the scan says the drivers are up to date.
    The thing is, I cannot do anything else such as roll back drivers, delete drivers, even scan drivers without getting the BSOD and the message "IRQL not less or equal", this occurs if I try the same in add/remove programs using creatives own installer.
    What can I do?, how can I remove the drivers if the system crashes half way through?
    I think you may have downloaded the wrong driver. I did a search online and found many sites that say that the Dell XPS 8300 comes with X-Fi Titanium. You may have downloaded the X-Fi Xtreme driver. You may want to try downloading the X-Fi Titanium driver.
    Here is a link on Creative's support site for the latest X-Fi Titanium driver.

  • IPod cannot show chinese character now, previously can

    Hi everyone,
    Thanks for trying to help.
    So I have some songs with Chinese characters in the song names. They work perfectly fine, I mean before, when they become symbols, I just use the ID3Mod to convert them and import them into my iPod nano and I can see all right names.
    Now, I don;t know what happened, I just discovered today. I found that most of the chinese characters cannot be displayed, they did not become strange monsters symbols, but " " blank.
    Do Anyone have any idea what have happened ?
    The thing I did today is just import a few new songs.
    P.S: those names shown perfectly well in iTunes
    Thanks very much.
    Message was edited by: memoryrecalls

    I've got the same problem with itunes, quicktime, and also imported Safari bookmarks (the list is doubtless longer than that, but that's what I use and have noticed so far)
    The OS recognises the Chinese, in fact in most cases I wrote the Chinese text in Mac OSX, and it displays the text correctly in the file name but when you open in itunes or quicktime it's scrambled into nonsense.
    Since Chinese people constitute 1.3 Billion consumers that's a pretty poor show from Apple.. (LOL)

  • Printer MF4350d...Preferences Settings showing chinese character

    Dear Support,
    I had MF4350d printer. Due to some problems in connectivity i uninstalled the driver completely and reinstalled it on my Windows 8 - 32bit OS.
    Now when i open  Start > Devices and Printer > Right click the driver icon and select Printer Properties, it shows everything in chinese or japanese characters.
    Strange enough the main window appears in english. The two windows would give you the idea about it.
    Please advice.
    Regards,
    Arshi

    This note discusses the problem and possible fixes:
    http://homepage.mac.com/thgewecke/woutlook.html

  • Showing Chinese character:

    I wonder to show a chinese word in AVAlertNote, is it possible? Please give me some guidelines if it can.
    Thanks your concern.
    Regards,
    Tham

    1. Obtain an ASText object for the Chinese text.
    2. Use AVAlertWithParams.
    This can of course be wrapped in your own routine to do a simpler
    AVAlert of your Chinese text.
    Aandi Inston

  • ITunes U Raw Data Report fail to show Chinese Character

    As catpioned. The tsv file seems in wrong encoding. All chinese characters are displayed as question marks ---> "????" .
    To Apple Support, please fix it as soon as possible.
    To other iTunes U Site Administrator, did you encounter the same problem?

    Thanks for your feedback, Darudh.
    Can't agree with you more. The original weekly summary report is good enough. We have already built up the datafeed automation base on that. All of a sudden Apple just stop delivering the old file and introduce this new format. We have to rebuild the whole thing again.
    Appreciate if Apple can resume the weekly summary report delivery.

  • Can't show Chinese character

    can type Chinese email but cannot display Chinese email when it receive.  any hints to fix it?  
    thx!

    Seems that you've multilingual operating syste on the device.
    You receive emails with incorrect on with non-supported encoding.
    If you receive emails via corporate Blackberry Enterprise Server (BES) - ask the BES administrator to check this issue.
    If you receive emais via your Wireless Provider - contact your wireless provider support.

  • Character sets - UTF8 or Chinese

    Hi,
    I am looking into enhancing the application I have built in Oracle to save/display data in Chinese & English. I have looking into how to change the character set of a database to accept different languages i.e. different characters.
    From what I understand I can create a database to use a Chinese character set (apparently English ascii characters are also a part of any Chinese character set) or I can set the database to use a unicode multi-byte character set (UTF8) - which seems to be okay for all languages.
    Has anyone had any experience of a) changing an existing standard 7 byte ascii database into database which can handle Chinese and/or b) the difference/ implications between using a Chinese and unicode character sets.
    I am using Oracle RDBMS 8.1.7 on SuSE Linux 7.2
    Thanks in advance.
    Dan

    If the data is segmented so that character set 1 data is in a table and character set 2 data is in another table then you may have a chance to salvage the data with help from support. The idea would be to first export and import only your CL8MSWIN1251 data to UTF8. Be careful that your NLS_LANG is set to CL8MSWIN1251 for export so that no conversion takes place. Confirm the import is successful and remove CL8MSWIN1251 data from database. Oracle support can now help you override the character set via ALTER database to say MSWIN1252. Now selectively export/import this data, again make sure NLS_LANG is set to MSWIN1252 for export so that no conversion takes place. Confirm the import is successful and remove MSWIN1252 data from database. And then do the same steps for 1250 data.

  • Safari doesn't show Chinese characters in a specific site?

    Hi all,
    I've just found a weird thing that Safari doesn't show Chinese character in this site.
    http://blog.bcxstudio.net/
    It works in Firefox (Mac and win), Chrome (mac and win), IE 6-9, Safari for Mac, but not Safari on Windows.
    However, when I browse other websites like Yahoo hong kong and Apple HK. There is no problem.
    http://hk.news.yahoo.com
    http://www.apple.com/hk
    My best guess is that the site may uses some fonts (CSS3 @font-face?) that safari did not support.
    Anyone knows what happened?
    I am on Windows 7, Safari for Windows 5.0.2 (7533.18.5)
    Thank you!

    That's a bit odd ... I'm getting the opposite effect at the moment on my XP SP3. I'm not seeing the text in IE 8 (I don't think I've got the International character sets installed for my XP Pro), but they show fine in my Safari 5.0.2.
    Are you still seeing the effect at your end at the moment, b?

  • What to set in order to select UTF8 character set in sqlplus?

    We are using 9.0.1.
    select * from nls_database_parameters;
    NLS_CHARACTERSET = UTF8
    LANGUAGE = AMERICAN
    TERRITORY = AMERICA
    Web page encoding is UTF8.
    We can see traditional and simplied chinese characters on web page without problem.
    When we want to select thru sqlplus, the problem comes.
    At first, I set the default win2000 language to traditional chinese.
    locales is Chinese (Hong Kong).
    Ansi Code page becomes 950. reboot the machine
    set NLS_LANG=TRADITIONAL CHINESE.HONG KONG=ZHT16MSWIN950 in registry
    web page can show traditonal and simplied chinese characters, but sqlplus fails.
    Then I set the default win2000 language to simplied chinese, set the locales
    to Chinese (PRC). reboot the machine
    set NLS_LANG to simplied chinese character set.
    web page can show traditonal and simplied chinese characters, but sqlplus still fails.
    I have even set the NLS_LANG to _.UTF8. sqlplus still cannot show proper character set. Only the web page is okay.
    I have referenced Oracle globalization web pages. I follow everything. What should I try?

    The good news is that according to the iSQL*Plus FAQ on OTN, iSQL*Plus is available with 9.0.1.1 on Windows, and you can also download it directly from OTN. The bad news is that it does not support the SPOOL command
    Since your requirement is to generate text reports with both Traditional and Simplified Chinese characters only, and that you don't need these characters to be able to display correctly inside a SQL*Plus session. You can set your NLS_LANG to TRADITIONAL CHINESE_HONG KONG.UTF8, launch SQL*Plus and spool out the content of the SELECT statement into a text file. This file will be encoded in UTF-8 and your Chinese data should show up in a Unicode UTF-8 viewer correctly.
    I am not sure if Notepad in Windows 2000 can display UTF-8 text, if not you can open the text file up in a browser, and then set the page encoding to UTF-8 to view it.

Maybe you are looking for

  • Compilation problem in solaris 10

    Hi, Iam using solaris 10 SUNW,UltraAX-i2. Iam trying to compile tripwire binaries tw_ASR_1.3.1_SRC. Iam using gcc 3.3.2, later I installed the libiconv package. on reading the documentation from sunfreeware i modified the file mkheaders.conf putting

  • IDCS3 picture not masked properly by stroke in PDF

    I have an indesignCS3 generated pdf, where the pictures are framed by a white stroke of 1pt. When I'm outputting to plate in places a row of pixels of the picture is printing outside the stroke. Its affecting about a third of the pictures in a 24page

  • How to install drivers?

    On Windows you go to the Device manager, right click the device, click Update driver and follow through the prompts. How does one do this on a Mac?

  • The private browsing option is gone from the tools menu, the one in the file menu dosn't work the same.

    Firefox updated itself this morning to 20. The option to start private browsing in the tools menu is gone. The one in the file menu is not the same, it works differently. I would really like to no how to re enable this feature. I always have a lot of

  • I need Alt s to save my QuickBooks document, not bring up history in Firefox?

    In QuickBooks , using 'alt s' saves my entry (saves time also).....switched from Internet Explorer to Firefox and 'alt s' is the shortcut for 'history' ..... is there a way to disable 'alt s' in Firefox and still be 'available' for use in QB?