--- In [email protected], "Sheri" <sheri...@...> wrote:
>
> The file system script isn't doing what you think for unicode returns, at 
> least not on XP.
> 
> If I take ".ascii" off and use:
> 
>  win.debug("    " ++ objFile.Name)
> 
> it still debugs in ansi -- not unicode handles.
> 
> Same for you?

Will test later.  For now assume unicode stuff in com not working yet.
 
> Hopefully the unicode translation layer on XP and above is not forcing 
> returns to ansi just because PowerPro is not a unicode app.
> 
> In my textframe contents test script, I made these changes:
> 
> win.debug("unicode.version",unicode.version) ;;debugs 0075
> com.return_unicode_strings(1)
> unicode.messagebox("OK", appref.Selection.Item(1).contents)
> 
> and the contents appears on the "unicode" messagebox in ANSI. There were 
> question marks substituted for high characters just as previously appeared on 
> debug.


Reply via email to