Skip to content

Entry preview: Umlaut and ring diacritic not rendered correctly when APA and IEEE preview layout is selected #5779

@KarlMagnusLarsson

Description

@KarlMagnusLarsson

JabRef version commit be5fa3a on
Mac OS X 10.13.6 x86_64
Java 13.0.1

If I build from source, then entry preview works, but umlauts and ring diacritics are not rendered correctly when APA and IEEE preview layout is selected. Preview layout "preview" is fine.

This is not only JabRef version commit be5fa3a. I think it has been like this for a while.

Steps to reproduce the behavior:

  1. git clone https://github.com/JabRef/jabref.git
  2. cd jabref
  3. ./gradlew run
  4. add this bibtex entry to the bibtex library, where {"a} is ä:
    @book{Wickman2009non,
    author={Wickman, Per-Olof and Persson, Hans},
    title={Naturvetenskap och naturorienterande {\"a}mnen i grundskolan: En {\"a}mnesdidaktisk v{\"a}gledning},
    publisher={Liber},
    address={Stockholm},
    year={2009},
    ISBN={978-91-47-05333-9},
    }
  5. This is rendered as:
    preview1

It should render as:
Wickman, P.-O. & Persson, H. (2009). Naturvetenskap och naturorienterande
ämnen i grundskolan: En ämnesdidaktisk vägledning. Stockholm,
Liber.
{"a} becomes [& a uml;] instead of ä. (I added [] and spaces for clairity),

  1. add this bibtex entry to the bibtex library {"o}=ö.
    @Article{lundstrom2015att,
    author = {Lundstr{\"o}m, U and R{\"o}nnberg, L},
    title = {Att styra skolan med marknaden som f{\"o}rebild. I: {S. Lindblad.}, & {L. Lundahl.(red.)}},
    journal = {Utbildning. Makt och politik},
    year = {2015},
    }

  2. This is rendered as:
    preview2

It should render as:
Lundström, U. & Rönnberg, L. (2015). Att styra skolan med marknaden som
förebild. I: S. Lindblad., & L. Lundahl.(red.) Utbildning. Makt och
politik.

  1. add this bibtex entry to the bibtex library {\aa}=å
    @book{elstgeest1996vaga,
    author = {Elstgeest, J. and Harlen, W. and Moback, M. and Persson, H.},
    title = {V{\aa}ga spr{\aa}nget!: om att undervisa barn i naturvetenskapliga {\"a}mnen},
    year = {1996},
    series = {A \& W pedagogen},
    publisher = {Almqvist \& Wiksell},
    isbn = {9789121147788},
    }

Then {\aa} becomes [V & a ring;] (I added [] and spaces for clairity), instead of å.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions