Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Attribution document bug with unicodes #549

Conversation

bs-ondem
Copy link
Contributor

Resolves #548.

  • Replaces unavailable characters for the AttributionDocumentGenerator
  • Add the open source font NotoSans in attribution-document-basic-bundle

Request Reviewer

@sschuberth

Type of Change

bug fix

Checklist

Must:

  • All related issues are referenced in commit messages

The AttributionDocumentGenerator uses the Times-Roman font if no font is
provided in the template bundle. To avoid the use of a default font
which doesn't support some glyphs, the open source font NotoSans is
added to the basic template bundle. In addition, the template PDF files
were edited with the new font and re-exported.

Signed-off-by: Onur Demirci <[email protected]>
The AttributionDocumentGenerator cannot handle unicodes like tabs
(U+0009) and newlines (U+2028, U+2029) for layour purposes. Therefore it
will be replaced manually. In addition, some unavailable unicodes are
also replaced.

Resolves eclipse-archived#548.

Signed-off-by: Onur Demirci <[email protected]>
@bs-ondem
Copy link
Contributor Author

We close this PR for now because it's not solvable elegantly in antenna.

@bs-ondem bs-ondem closed this Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributionDocumentGenerator cannot handle layouting unicodes
1 participant