[
https://issues.apache.org/jira/browse/ODFTOOLKIT-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465100#comment-16465100
]
Georg Füchsle commented on ODFTOOLKIT-474:
------------------------------------------
Hallo Svante,
I am sorry. I also was busy and here my answer with some delay.
I changed the Definitions of the listing symbols to a charset safe method.
Instead of writing
*private static String DEFAULT_DISC_CHAR = "◦";*
I defined it in the follwing way:
*private static String DEFAULT_DISC_CHAR = "\u25e6";*
The results are the same.
Unfortuantely I dont succed to upload tzhe patch file. The error Message is:
_JIRA could not attach the file as there was a missing token. Please try
attaching the file again._
What can I do?
Sorry for the inconveniance i create.
bye,
Georg
> list decorators with different bullet points
> --------------------------------------------
>
> Key: ODFTOOLKIT-474
> URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-474
> Project: ODF Toolkit
> Issue Type: Improvement
> Components: simple api
> Reporter: Georg Füchsle
> Priority: Major
> Attachments: ListDecoratorImplementation.patch, ListTest.java.patch
>
>
> Now it is not possible to create lists like:
> a) item1
> b) item2
> or
> I) item1
> II) item2
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)