Issue 72563 - com/sun/star/style/NumberingType.idl not ASCII
Summary: com/sun/star/style/NumberingType.idl not ASCII
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: hjs
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-14 10:08 UTC by Stephan Bergmann
Modified: 2013-02-24 21:07 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2006-12-14 10:08:50 UTC
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.
Comment 1 ooo 2006-12-14 10:48:16 UTC
Accepted. Do we have a CWS open with module offapi already added where this
could go in?
Comment 2 ooo 2006-12-14 10:57:42 UTC
Answer to myself: found one, 'caloc' is ready-for-QA but not tested away yet.
Comment 3 ooo 2006-12-14 12:33:22 UTC
In CWS caloc:
offapi/com/sun/star/style/NumberingType.idl  1.15.98.1
Comment 4 ooo 2006-12-14 12:34:51 UTC
Verified presence in CWS.
Comment 5 ooo 2006-12-14 12:36:28 UTC
Ause, please confirm when CWS caloc  is integrated and close.

Thanks
  Eike
Comment 6 hjs 2007-01-09 10:27:39 UTC
.