- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3k
Description
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:
- git clone https://github.com/JabRef/jabref.git
- cd jabref
- ./gradlew run
- 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},
 }
- This is rendered as:
  
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),
- 
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},
 }
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.
- 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 å.
