Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cr in abstract and other fields is converted in 8-bit char and this is not good. #14

Open
Ducasse opened this issue May 5, 2019 · 1 comment

Comments

@Ducasse
Copy link
Owner

Ducasse commented May 5, 2019

@Article{Wuyt05a,
Abstract = {Software for embedded systems must cope with a
variety of stringent constraints, such as real-time
requirements, small memory footprints, and low power
consumption. It is usually implemented using
low-level programming languages, and as a result has
not benefitted from component-based software
development techniques. This paper describes a
\emph{data-centric component model} for embedded
devices that (i) minimizes the number of concurrent
tasks needed to implement the system, (ii) allows
one to verify whether components meet their
deadlines by applying Rate Monotonic Analysis (RMA),
and (iii) can generate and verify schedules using
Constraint Logic Programming (CLP). This model forms
the foundation for a suite of tools for specifying,
composing, verifying and deploying embedded software
components developed in the context of the \pecos
project.},
Annote = {internationaljournal},
Author = {Roel Wuyts and St'ephane Ducasse and Oscar Nierstrasz},
Doi = {10.1016/j.jss.2003.05.004},
Journal = {Journal of Systems and Software --- Special Issue on Automated Component-Based Software Engineering},
Keywords = {scg-pub jb03 pecos stefPub kzComponent kzLanguageDesign},
Misc = {SCI impact factor 0.744},
Number = {1},
Pages = {25--34},
Publisher = {Elsevier},
Title = {A Data-centric Approach to Composing Embedded, Real-time Software Components},
Url = {http://rmod.inria.fr/archives/papers/Wuyt05aPecosElsevier.pdf},
Volume = {74},
Year = {2005}}

@Ducasse
Copy link
Owner Author

Ducasse commented May 5, 2019

A file normally does not use cr to separate lines. See the attached file.
withProblem.txt

Apparently when a file does not contain cr, but lf, the parser converts them to cr ;(
see testTextContainCR on CZEntryTest.

The testTextContainCR on BibGeneratorTest shows that after the import and after the visiting
the outputted entry contains cr and this is not good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant