Re: Symbol problems in Word 2004 for mac

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Paul,

That's exactly what I said (perhaps not as clearly as you).

Regards,
Klaus

"Paul Berkowitz" <berkowit@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag news:BE85A919.9346F%berkowit@xxxxxxxxxxxxxxxxxxx
> On 4/15/05 5:01 PM, in article BE8692E8.137CC%john@xxxxxxxxxxx, "John McGhie
> [MVP - Word and Word Macintosh]" <john@xxxxxxxxxxx> wrote:
>
> >
> > Visual Basic for the Macintosh does not support Unicode strings.
> > Consequently, ChrW(n) cannot return all Unicode characters for n values in
> > the range of 128-65,535, as it does in the Windows environment. Instead,
> > ChrW(n) attempts a "best guess" for Unicode values n greater than 127.
> > Therefore, you should not use ChrW in the Macintosh environment.
>


> And this is correct.
>
> Klaus, it's not true that Word X can insert the correct Unicode character
> for all values 128-65535. When there's a Mac "International" character that
> corresponds (West European with diacritics, Central European, Cyrillic,
> about 15,000 Chinese-Japanese-Korean characters [only], a few others) it
> will do so. When there isn't, you get that underscore. I think you may see
> the Unicode character if you the bring the doc over to WinWord: the encoding
> is in place. But it's not inserting the character in Word X.
>
> --
> Paul Berkowitz
> MVP MacOffice
> Entourage FAQ Page: <http://www.entourage.mvps.org/faq/index.html>
> AppleScripts for Entourage: <http://macscripter.net/scriptbuilders/>
>
> Please "Reply To Newsgroup" to reply to this message. Emails will be
> ignored.
>
> PLEASE always state which version of Microsoft Office you are using -
> **2004**, X or 2001. It's often impossible to answer your questions
> otherwise.
>

> > You may find even Word X is better than you assume.
> > Say, Selection.InsertAfter ChrW(i)
> > will insert the "proper" Unicode character. The only problem
> > I saw is that Word might not be able to display the character
> > (and shows an underscore).

.



Relevant Pages

  • (Probably simple) problem with displaying Unicode characters
    ... I am getting back into Java programming after a long layoff and now ... Right now I'm simply trying to display a Unicode character in the ... System.out.println("We attempt to print out the Greek character ...
    (comp.lang.java.programmer)
  • Latex and Unicode
    ... The data is entered into the XML file by editing it with a Java-based Application, which allows to copy formatted content into the editing fields. ... but it also generates a problem: it allows to enter any unicode character into the XML file. ...
    (comp.text.tex)
  • Re: Redefining how a standard object prints
    ... >> of pointers to Unicode character structures. ... The only way I can control it is by creating a Unicode ... Say you encode the string ...
    (comp.lang.lisp)
  • Re: Byte size of characters when encoding
    ... Strings in .NET are already Unicode encoded. ... So if you encode the ... string to an array of bytes, ... for UTF8 encoding a single Unicode character can be encoded ...
    (microsoft.public.dotnet.general)
  • Re: Support wide char using BYTE*
    ... is a sequence of 8-bit bytes that encode the Unicode character set, ... app is a Unicode app. ... now result is the Unicode CString (in .NET, you could declare this as a CStringW to be ... >> accept SQLQuery and field values in LPSTR, So I suspect that I won't be ...
    (microsoft.public.vc.mfc)