To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65539
                  Issue #:|65539
                  Summary:|Basic: print should support properly display unicode
                          |characters
                Component:|scripting
                  Version:|680m167
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|kr
              Reported by:|tl





------- Additional comments from [EMAIL PROTECTED] Thu May 18 05:20:30 -0700 
2006 -------
tc=createUnoService("com.sun.star.i18n.TextConversion")
dim l as new com.sun.star.lang.Locale
l.Language="zh"
s="巨集巨集巨集"
t=com.sun.star.i18n.TextConversionType.TO_SCHINESE
o=com.sun.star.i18n.TextConversionOption.NONE
dim a() as integer
print tc.getConversionWithOffset(s, 0, 6, l, t, o, a)
print a(0), a(1), a(2)

Just run the above macro.
Even if font substitution is applied (e.g. Andale Sans UI -> SimSum or MS
PMincho) the first print command only display "???".
But everything is fine if you replace "print" by "msgbox".
Print should show similar results as msgbox.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to