To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72563
                 Issue #|72563
                 Summary|com/sun/star/style/NumberingType.idl not ASCII
               Component|api
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|er
             Reported by|sb





------- Additional comments from [EMAIL PROTECTED] Thu Dec 14 02:08:50 -0800 
2006 -------
offapi/com/sun/star/style/NumberingType.idl:1.15 is not ASCII-only but contains
UTF-8 in comments.  This violates
<http://api.openoffice.org/docs/DevelopersGuide/Appendix/IDLDocumentationGuide/IDLDocumentationGuide.xhtml#1_2_1_2_Character_Set_and_Special_Characters>
(which points to XHTML &#...; syntax to include arbitrary Unicode).

The reason I file this issue is that it causes problems when building
odk/pack/checkidl on Solaris 10 with LANG set to an UTF-8 locale:
NumberingType.idl is passed through tr to remove CRs, but the tr on Solaris 10
appears to also drop non-ASCII bytes with certain LANG settings. 
odk/pack/checkidl then calls diff on the tr-corrupted file, which fails and
stops the build.  While this is arguably also an error (and hjs is aware about
it), for maximum robustness, NumberingType.idl should be changed to be ASCII 
only.

---------------------------------------------------------------------
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