Palm Treo 680's Chinese and English datas + HotSync + Mac OS X?

Hello!
I am wondering if it is safe to get an Apple MacBook Pro for a client
who uses a Palm Treo 680 with English and Chinese datas (with CJKOS --
http://www.dyts.com/en/cjkos.html ). Currently, he uses his Windows
2000 SP4 on his old Dell Optiplex PC and Hotsync (via USB) his datas.
It has MS IME and TwinBridge to read and write Chinese characters.
Is he going to have any problems if he were to buy a new MacBook Pro
with the latest Mac OS X? I read that he will need a third party
softwares (Missing Sync for Palm v6.0 --
http://www.markspace.com/missingsync_palmos.php [not free] and Palm
Encoding Setup -- http://lokiware.info/Palm-Encoding-Setup ). I was
told that using Palm Desktop is messy and complex. Also, is it safe to
mix both PC and Mac to share Palm datas? All these third parties and
fancy setups seems complex for a guy who doesn't know computers well.
Thank you in advance.
Post relates to: Treo 680 (Unlocked GSM)
Post relates to: Treo 680 (Unlocked GSM)

I have no experience with using a handheld with chinese character sets, but mac osx will natively support a range of chinese and japanese character sets. The best place to go is contact apple and check the correct sets are supported.
As for how messy etc palm desktop is, some people love it and others can't stand it. Personally I don't mind it but for people who have the same set of contacts they sync with isync and palm desktop I can see it getting very annoying even with missing sync (which I don't have). I'd recommend you find someone with a mac and actually have a go with it before you make any definite decisions you could regret.
Post relates to: Palm V

Similar Messages

  • Ical, Missing Sync and Palm Treo 680

    Most of 2007 was spent trying to get my Palm Lifedrive to Sync with iCal using Missing Sync version 5 thru 6. One day it was fine six days it was not. Nothing I have found to be more infuriating and frustrating as trying to sync my Palm with my Computer.
    So, with the arrival of Leopard and the much promised improvements to Sync Services I decided to perform a Clean Install of Leopard on my Powerbook, and run just a few apps on my Powerbook leaving the rest on my new Mini Mac. At the same time I decided to upgrade my Palm Lifedrive to a Palm Treo 680. So, New OS, New Palm, Leopard ready Missing Sync.
    1st Sync was spot on. All my data downloaded from .Mac for iCal and AB, sync'ed wonderfully with my Palm Treo. That was on January 7th. Since then iCal absolutely refuses to refresh. And already I am beginning to feel that 2008 and Syncing will be as frustrating as 2007.
    Why cannot MarkSpace sit down with Apple and iron out all the crap. For the last couple of days I though I would see if iCal was not communicating with SyncServices by using Entourage. But this only synced with AB and did not touch iCal. To do this I had to use iSync and during the first sync only 144 of 1456 addresses were left on my Palm! iCal - no change!!
    So I dumped iSync/Entourage and went back to Missing Sync own Conduits. I got my AB entries back but absolutely nothing from iCal
    When I wiped my Powerbook, I cloned the hardrive. Whilst routing around, I found a folder called FileServices in ~libray. This folder was over 12gig in size. What is this folder for and why was it so big? This could explain why my Backup Sets were getting increasing larger than my actual Hardrive even though I was peforming just a daily incremental backup!
    Back to iCal. Is there any reason why iCal will not refresh after a so called successful sync with my Treo 680 via Missing Sync v6.0.2?

    You might have better luck getting support at Mark/Space the makers of the program. http://support.markspace.com
    I did briefly look around there and found this article, not sure if its related to your issue or not.
    https://support.markspace.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=395&nav=0,113

  • After Hotsynching a Palm Treo 680, its Hotsynch stuck in loop, lock ups, etc.

    Hello,
    My father is having problem with his Palm Treo 680 (unlocked). Before the incident, he Hotsynched between his Treo and his Dell Optiplex machine (Windows 2000 SP4 with all updates; USB connection).
    The PDA went stuck in a Hotsynch screen on the PDA even if it is disconnected and hard resetted (battery removal since there is no hole). Eventually, the issue stopped (don't know what he did). However, there are still random lock ups and the looping Hotsynch again (no specific times and patterns). Also removing the extra memory cards didn't help either. Also, he reported that his phone didsn't ring either from incoming calls.
    Does anyone know what's going on? Is the PDA dying since he uses it daily all almost all day when he is awake? His warranty expired already, he said. It seems like a lot of people had problems from my Google searches.
    FYI if it helps, the Hotsynch logs BEFORE the problems (he didn't install anything new -- only data changes and updates): http://pastebin.ca/678475
    Thank you in advance.
    Post relates to: Treo 680 (Unlocked GSM)
    Post relates to: Treo 680 (Unlocked GSM)

    This behavior has been reported by users whose phones got wet in the connector area.
    Was this the case in yours?
    WyreNut
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Highlight File Format and PDF Documents with Chinese and English characters

    I'm a developer working on an application that makes use of the Highlight File Format / external highlight server capabilities of Adobe Reader.
    The highlighting worked correctly until we started to introduce pdf documents that were scanned to recognize Chinese in addition to English.
    The xml file seems to have the correct values in it. For example, if the 10 characters to highlight are at position 41 on the first page. The "xml" file has the <loc pg=0 pos=41 len=10>.
    If the document is scanned for English only, it works fine. That is, the highlight starts at character 41. If the same document is scanned for Chinese and English, the highlight starts at character 22.
    Has anyone had a similar experience? Do you know a solution?

    Hi,
    I don't know about BIP and the specifics of your context, but here are some general answers for the XLIFF format:
    <?xml version = '1.0' encoding = 'utf-8'?>
    Can we change encoding to 'ISO-8859-1' as soon as we convert the file format ?If you also save the file to ISO-8859-1 as well yes. But you can do this only for languages supported by Latin-1. It makes sense to keep the files in UTF-8.
    A-2) he section <header><skl><internal-file> contains a huge string
    which seeem to be binary ... What is this ? can we delete it ?That's likely to be the skeleton file. The data used to rebuild the original format after translation.
    Most likely it should stay there.
    A-3) Can we have one XLF file with muliple <file> sections (one per language to translate to ) ?
    This can be very useful for us to manage one only translation file per report template.Yes but no: yves you can have several <file> elements in an XLIFF document, but no: they must be for the same language pair. XLIFF is designed to work with bi-lingual files, not multi-lingual files.
    A-4) the most important section for translation is included in the <trans-unit> tag .
    Each one has a distinct id like ""49e41f8f" ... Can we replace this by a more meaningfull value ?Those id attributes are used by the filter to merge back the data after translation. You should preserve them.
    A-5) the language format is like "en-US" (language code + territory code).
    Is it case sensitive ? No it is not case-sensitive (en-us == en-US). The values of xml:lang are not case sensitive (unlike other XML attribute values).
    en-US is just the recommended notation.
    The XLIFF specification are here:
    http://docs.oasis-open.org/xliff/xliff-core/xliff-core.html
    Hope this helps,
    -ys

  • Text should appear  both in chinese and english language in smartform-Urgen

    Hi All,
    In my requirement in smart form, the standard text and values to be printed should appear both in english and chinese language.
    When my login language is EN(English), I cannot able to see the chinese text , but only the english text.
    If login in Chinese language, I can able to see the both the Chinese and English text in print preview, even then in printout the chinese text is missing.
    Please let me know what will be the problem.
    What printer i can use to get both chinese and english text.
    Thanks in advance
    Saravana

    Hi
    See the attached 2 OSS notes for your problem
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006  12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s):            Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV       COURIER, HELVE, TIMES
                            (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ                  COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV              COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK          COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL                      COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE                      COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR                      COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH                      CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA                      JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP                      KPBATANG, KPDODUM, KPGULIM
                            KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF                      TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH                      THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR                      ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000    0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4  P 144  240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE  120  00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000    0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4  P 144  240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE   120  00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005  09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    reward if useful
    regards,
    ANJI

  • Where is the underscore _ key on the palm treo 680

    where is the underscore _ key on the palm treo 680
    Post relates to: Treo 680 (AT&T)

    If you hit the BLACK button between the letters A, S and Z and then hit the letter S you will get a dash sign, then all you have to do is hit the ALT next to the letters N, M and drop down menu button. From there you can select all the character that you want including the underscore sign.
    Message Edited by IrreducibleM31 on 11-06-2008 01:50 PM

  • Synchroniz​ing Palm Treo 680 Unlocked with Outlook 2003 on Windows 7

    After 2 full install and reinstall of Palm 6.2 I cannot synch my Outlook 2003 and Palm Treo 680
    Hotsynch Journal says everything has synchronized correctly but new meetings and task changes in one platform do not appear on other platform.
    There is an error mentioned for file PmTrcae Database (Protocol error 4004)
    I must mention that Installation process seems to drop after announcing that first hotsynch will be performed, it never does, I had to start it manually from the Treo.
    Will there be a proper Windows 7 version published?
    Post relates to: Treo 680 (Unlocked GSM)
    This question was solved.
    View Solution.

    gallinago wrote:
    I downloaded v.6 onto my new Windows 7 computer. When I try to hot sync, I get a window stating that the driver is missing and I cannot find a driver on your site or on windows to download.  I don't think Outlook is involved here; I don't use it.
    Are you running a 64bit version of Win7?
    As reported many, many times in this forum, there are no USB drivers for this version.
    Please read the Sticky post at the top of this section for guidance:
    http://forums.palm.com/t5/Windows-HotSync/Windows-​7-and-Vista-hotsync-instructions-here/td-p/251755/​...
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Can i really update my unlocked palm treo 680?

    According to the link below,  that's the software update for palm treo 680 unlocked, but the instruccion says that if i go to Phone-Menu-Options-Phone-Info-Software, and it says Treo680-1.03-CNG or Treo680-1.03-ATT,  the software is not compatible with my device. The thing is that the software says Treo680-1.03-CNG, but it's unlocked. So, is the software update compatible with my treo or not?
    http://kb.palm.com/wps/portal/kb/na/treo/680/unlocked/solutions/article/10807_en.html
    Post relates to: Treo 680 (Unlocked GSM)

    If you have the Treo680-1.03-CNG rom in your Treo, it is an AT&T branded Treo that was unlocked. It is not a true unlocked Treo. For an unlocked Treo that is unlocked from the factory, it will have a software version of XXX-ROW. ROW means Rest Of World.
    For your Treo, you need the AT&T update. You can find it here;
    http://kb.palm.com/wps/portal/kb/common/article/10580_en.html
    The only caveat here is that once you upgrade the software, you will need to have the Treo unlocked again. There are sites on the internet that offer this service or if you had the Treo unlocked before, contact the company that unlocked the Treo for you.

  • Sd card & the palm treo 680

    i have the palm treo 680. when i put an sd card into it to listen to music, it reads the card but does not play the music ????(??%$?$#$!. what am i not doing?
    Post relates to: Treo 680 (Rogers)

    If the file is in .WMA then did you get it off your harddrive or directly from a CD. Basically my question is how did you obtain the music that you have now on your Palm?
    Also what player or what version of the player do you have on your 680?
    Pocket Tunes Basic $19.95
    Pocket Tunes Basic provides playback of MP3, WAV, and Ogg Vorbis files, including background playback so you can play music while you use other applications, customizable skins, full playlist capabilities, album art, a graphic equalizer, and much more!  Pocket Tunes Basic includes free updates to all future 4.X versions of Pocket Tunes Basic, when available.
    Pocket Tunes Deluxe $37.95
    Pocket Tunes Deluxe includes all the features of Pocket Tunes Basic and adds WMA and AAC/aacPlus playback, online music store support, crossfading, gapless playback, bookmarks, and Internet audio.  Pocket Tunes Deluxe includes free updates to all future 4.X versions of Pocket Tunes Deluxe, when available.
    Post relates to: Centro (Sprint)

  • Palm treo 680 Problems with hotmail account

    I have a palm treo 680, have Problems with hotmail account, dont have configuration in versamail and when enter with the browser dont open documents, photos or videos. Thanks
    Post relates to: Treo 680 (Unlocked GSM)

    IIRC, Hotmail is like Yahoo's free email - you have to pay for POP access.
    If you aren't paying for a premium version of HotMail, it won't work correctly with VersaMail.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Treo 680 GSM Crashes and Reboots when using Instant Messaging Software

    I've had this problem since I got the phone last week and haven't had the time to look into it at all.  Whenever I use the AIM software provided by AT&T or a 3rd party software such as Toccer the phone will crash and reset if i leave the program or recieve a text message/phone call.
    I know you'll want the crash info so here's the message:
     A CRash Occured on 7/13/08 at 1:11am while running "application"
    Emul68kMain.c, line:456, line 1111 exception at address 7323673E
     I had originally thought it was just the software that AT&T provided but when it did the same thing with Toccer I began to wonder if it was a bug in the phones firmware.  Can you guys be of any assistance?
    Thanks in advance
    Jeremy
    Post relates to: Treo 680 (Unlocked GSM)

    Hello Jeremy and welcome to the Palm fourms.
     Have you looked at the Palm Treo 680 for AT&T software update 2.11?  Details are here.
    Alan G
    Post relates to: Treo 755p (Sprint)

  • Switch back and forth from Chinese and English in Forms and Reports 6i

    How do you switch back and forth from Chinese and english in forms and reports 6i? Tried changing regional settings in the control panel. Tried changing registry entry for nls_lang from american and chinese, none of them work! Can anyone help?
    Chinese version of forms and reports 6i is installed. Only way I can change between english and chinese is to keep installing the version I want. Is there any other way?

    Check Forms Help for National Language Support.
    Monica

  • Looking for a billingual (Chinese and English) Bible program for iPhone 4S

    Hi.
    Does anyone know of a good billingual (Chinese and English at the same time) Bible program/app. for iPhone 4S?
    Thank you in advance.

    Here are a couple to try
    1) Free, but uses the ShenZhou translation and KJV: http://itunes.apple.com/us/app/chinese-bible-free-english/id415158354?mt=8
    2) Costs US$2.99. Uses CUV (HeHeBen) in Traditional Chinese (not Simplified) and KJV: http://itunes.apple.com/us/app/zhong-ying-wen-sheng-jing/id468445222?mt=8

  • Both Chinese and English in running header

    Hi-
    I have mixed Chinese and English in my book without any problems. However, I have one heading with both Chinese and English and the Chinese characters will not show in the running header, only crossed out squares.
    Got any ideas? Lars

    I'm back for a bit before I go out to walk the dog.
    I've been looking at the screen captures you provided, and I'm almost ceertain I know what the problem is. I don't have the LiSong font, though, so I'm not 100% sure.
    It looks to me like you are using a combination of the LiSong and Arno Pro, with your English text set in Arno Pro and the Chinese in LiSong. That's fine so far, it will probably also be OK if you are using LiSong for the English in the body text, too.
    In your running headers you've switched to an italic font, and, I think, therein lies the problem. I'm certainly not versed in typesetting Chinese, but my understanding is that there are no italics, and it looks to me like the entire running header is set in Arno Pro italic. Arno Pro does not have any Chinese glyphs, so you get the x-boxes. If you select the variable for the chines text and change the font to the LiSong I think they will go away and your correct glyphs will return.
    Also, it looks like you have the header repeating because you've got both the two character style variables and aparagraph style variable. You don't need the last one if you use the first two.
    And finally, and I probably should have mentioned this earlier, the character styles applied to this text don't necessarily need to do anything at all tothe formatting to work for defineing variables, as long as they have unique names. This allows you to name different parts of a paragraph without affecting the text in any way, but you can then apply separate formatting to your individual variables. In this particualr case, if I'm correct that you are using ArnoPro for the English and LiSong for the Chinese in the body text, it's probably appropriate to create a "Chinese" character style that includes the LiSong font (but not a size or color so you can apply it anywhere in your text and it will match the surrounding type except for the face), and an "English" style that is only a name.

  • Newly unlocked Palm Treo 680 (AT&T) can't update to 1.12???

    I just successfully unlocked my literraly new never been used Palm Treo 680 for AT&T with software still TREO680-1.03-ATT, firmware R01.31.  I'm trying to run this "Treo680_1_12_ROW_desktopupdater.exe" but consistently getting this screen, "Unsupported Device:  Important...This updater only works with Palm Treo smart phone with $Carrier$ service."
    Post relates to: Centro (Verizon)

    Hello!
    Cause the phone has been unlocked does not mean that u use the updater for the unbranded devices.  The updaters is not based on the subsidation status but the build of the phone.  Since you're using a ATT Treo 680, the appropriate/only update avail for your phone is the 2.11 updater found here:
    http://kb.palm.com/wps/portal/kb/na/treo/680/att/solutions/article/10580_en.html
    As long as the phone was unlocked through official methods, then their is no worries for the phone to be locked again since that is pernament. 
    Message Edited by thetreoguy on 05-12-2009 04:19 PM

Maybe you are looking for