biber/biblatex source of “characters of junk”












2















Response on StackOverflow suggested this query better here.



I've spent an hour or so searching this topic after another couple of hours trying to find the "bug" in my bibliography. The following Tex file and bibliography are almost minimal examples. Can anyone suggest what is wrong with either of the files? Thanks. JN



junk.tex:



documentclass[11pt,english]{cv}
usepackage{verbatim}
usepackage{url}
usepackage[
backend=biber,
style=numeric,
natbib=true,
sorting=none,
url=true,
doi=true,
eprint=false
]{biblatex}

bibliography{test}

begin{document}
title{All publications and works}
maketitle
nocite{*}
printbibliography
end{document}
test.bib:

@Misc{ quietpenguin,
author = {Nash, John C.},
title = {{Quiet Penguin: an open design concept for discussion}},
year = {2013},
month = {June},
note = {JNfile: 130630quietpenguin.pdf}
}

@article{bolkernonlin13,
author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
and Berg, Casper W. and Brooks, Mollie and Comita, Liza
and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
and Magnusson, Arni and Martell, Steve and Nash, John
and Nielsen, Anders and Regetz, Jim and Skaug, Hans
and Zipkin, Elise},
title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
journal = {Methods in Ecology and Evolution},
volume = {4},
number = {6},
issn = {2041-210X},
pages = {501--512},
year = {2013},
note = {Report on special 2-session workshop at National Center for
Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
JNfile: 13-bolker-strategies.pdf}
}









share|improve this question

























  • Welcome to TeX.SX! Looks ok with article.cls where is cv.cls from? Perhaps you could provide an image of the output to highlight what is amiss?

    – Dai Bowen
    Mar 23 '17 at 15:24











  • On CTAN, the info for package cv says: "Note that cv is just a pack­age: you choose the over­all for­mat­ting by de­cid­ing which class to use, while the pack­age pro­vides the de­tailed for­mat­ting."

    – user103221
    Mar 23 '17 at 16:15
















2















Response on StackOverflow suggested this query better here.



I've spent an hour or so searching this topic after another couple of hours trying to find the "bug" in my bibliography. The following Tex file and bibliography are almost minimal examples. Can anyone suggest what is wrong with either of the files? Thanks. JN



junk.tex:



documentclass[11pt,english]{cv}
usepackage{verbatim}
usepackage{url}
usepackage[
backend=biber,
style=numeric,
natbib=true,
sorting=none,
url=true,
doi=true,
eprint=false
]{biblatex}

bibliography{test}

begin{document}
title{All publications and works}
maketitle
nocite{*}
printbibliography
end{document}
test.bib:

@Misc{ quietpenguin,
author = {Nash, John C.},
title = {{Quiet Penguin: an open design concept for discussion}},
year = {2013},
month = {June},
note = {JNfile: 130630quietpenguin.pdf}
}

@article{bolkernonlin13,
author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
and Berg, Casper W. and Brooks, Mollie and Comita, Liza
and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
and Magnusson, Arni and Martell, Steve and Nash, John
and Nielsen, Anders and Regetz, Jim and Skaug, Hans
and Zipkin, Elise},
title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
journal = {Methods in Ecology and Evolution},
volume = {4},
number = {6},
issn = {2041-210X},
pages = {501--512},
year = {2013},
note = {Report on special 2-session workshop at National Center for
Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
JNfile: 13-bolker-strategies.pdf}
}









share|improve this question

























  • Welcome to TeX.SX! Looks ok with article.cls where is cv.cls from? Perhaps you could provide an image of the output to highlight what is amiss?

    – Dai Bowen
    Mar 23 '17 at 15:24











  • On CTAN, the info for package cv says: "Note that cv is just a pack­age: you choose the over­all for­mat­ting by de­cid­ing which class to use, while the pack­age pro­vides the de­tailed for­mat­ting."

    – user103221
    Mar 23 '17 at 16:15














2












2








2








Response on StackOverflow suggested this query better here.



I've spent an hour or so searching this topic after another couple of hours trying to find the "bug" in my bibliography. The following Tex file and bibliography are almost minimal examples. Can anyone suggest what is wrong with either of the files? Thanks. JN



junk.tex:



documentclass[11pt,english]{cv}
usepackage{verbatim}
usepackage{url}
usepackage[
backend=biber,
style=numeric,
natbib=true,
sorting=none,
url=true,
doi=true,
eprint=false
]{biblatex}

bibliography{test}

begin{document}
title{All publications and works}
maketitle
nocite{*}
printbibliography
end{document}
test.bib:

@Misc{ quietpenguin,
author = {Nash, John C.},
title = {{Quiet Penguin: an open design concept for discussion}},
year = {2013},
month = {June},
note = {JNfile: 130630quietpenguin.pdf}
}

@article{bolkernonlin13,
author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
and Berg, Casper W. and Brooks, Mollie and Comita, Liza
and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
and Magnusson, Arni and Martell, Steve and Nash, John
and Nielsen, Anders and Regetz, Jim and Skaug, Hans
and Zipkin, Elise},
title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
journal = {Methods in Ecology and Evolution},
volume = {4},
number = {6},
issn = {2041-210X},
pages = {501--512},
year = {2013},
note = {Report on special 2-session workshop at National Center for
Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
JNfile: 13-bolker-strategies.pdf}
}









share|improve this question
















Response on StackOverflow suggested this query better here.



I've spent an hour or so searching this topic after another couple of hours trying to find the "bug" in my bibliography. The following Tex file and bibliography are almost minimal examples. Can anyone suggest what is wrong with either of the files? Thanks. JN



junk.tex:



documentclass[11pt,english]{cv}
usepackage{verbatim}
usepackage{url}
usepackage[
backend=biber,
style=numeric,
natbib=true,
sorting=none,
url=true,
doi=true,
eprint=false
]{biblatex}

bibliography{test}

begin{document}
title{All publications and works}
maketitle
nocite{*}
printbibliography
end{document}
test.bib:

@Misc{ quietpenguin,
author = {Nash, John C.},
title = {{Quiet Penguin: an open design concept for discussion}},
year = {2013},
month = {June},
note = {JNfile: 130630quietpenguin.pdf}
}

@article{bolkernonlin13,
author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
and Berg, Casper W. and Brooks, Mollie and Comita, Liza
and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
and Magnusson, Arni and Martell, Steve and Nash, John
and Nielsen, Anders and Regetz, Jim and Skaug, Hans
and Zipkin, Elise},
title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
journal = {Methods in Ecology and Evolution},
volume = {4},
number = {6},
issn = {2041-210X},
pages = {501--512},
year = {2013},
note = {Report on special 2-session workshop at National Center for
Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
JNfile: 13-bolker-strategies.pdf}
}






biblatex






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 23 '17 at 15:17









Boris

30k262106




30k262106










asked Mar 23 '17 at 15:13









J C NashJ C Nash

112




112













  • Welcome to TeX.SX! Looks ok with article.cls where is cv.cls from? Perhaps you could provide an image of the output to highlight what is amiss?

    – Dai Bowen
    Mar 23 '17 at 15:24











  • On CTAN, the info for package cv says: "Note that cv is just a pack­age: you choose the over­all for­mat­ting by de­cid­ing which class to use, while the pack­age pro­vides the de­tailed for­mat­ting."

    – user103221
    Mar 23 '17 at 16:15



















  • Welcome to TeX.SX! Looks ok with article.cls where is cv.cls from? Perhaps you could provide an image of the output to highlight what is amiss?

    – Dai Bowen
    Mar 23 '17 at 15:24











  • On CTAN, the info for package cv says: "Note that cv is just a pack­age: you choose the over­all for­mat­ting by de­cid­ing which class to use, while the pack­age pro­vides the de­tailed for­mat­ting."

    – user103221
    Mar 23 '17 at 16:15

















Welcome to TeX.SX! Looks ok with article.cls where is cv.cls from? Perhaps you could provide an image of the output to highlight what is amiss?

– Dai Bowen
Mar 23 '17 at 15:24





Welcome to TeX.SX! Looks ok with article.cls where is cv.cls from? Perhaps you could provide an image of the output to highlight what is amiss?

– Dai Bowen
Mar 23 '17 at 15:24













On CTAN, the info for package cv says: "Note that cv is just a pack­age: you choose the over­all for­mat­ting by de­cid­ing which class to use, while the pack­age pro­vides the de­tailed for­mat­ting."

– user103221
Mar 23 '17 at 16:15





On CTAN, the info for package cv says: "Note that cv is just a pack­age: you choose the over­all for­mat­ting by de­cid­ing which class to use, while the pack­age pro­vides the de­tailed for­mat­ting."

– user103221
Mar 23 '17 at 16:15










3 Answers
3






active

oldest

votes


















2














With just



@Misc{ quietpenguin,
author = {Nash, John C.},
title = {{Quiet Penguin: an open design concept for discussion}},
year = {2013},
month = {June},
note = {JNfile: 130630quietpenguin.pdf}
}

@article{bolkernonlin13,
author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
and Berg, Casper W. and Brooks, Mollie and Comita, Liza
and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
and Magnusson, Arni and Martell, Steve and Nash, John
and Nielsen, Anders and Regetz, Jim and Skaug, Hans
and Zipkin, Elise},
title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
journal = {Methods in Ecology and Evolution},
volume = {4},
number = {6},
issn = {2041-210X},
pages = {501--512},
year = {2013},
note = {Report on special 2-session workshop at National Center for
Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
JNfile: 13-bolker-strategies.pdf}
}


in the .bib file, I get two warnings with your MWE (running under biblatex 3.7/Biber 2.7)



WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
WARN - The entry 'bolkernonlin13' has characters which cannot be encoded in 'ascii'. Recoding problematic characters into macros.


Depending on how your encoding is set up you may not get the second warning.



The first warning you should do something about, instead of



year = {2013},
month = {June},


use



date = {2013-06},


or month = {6}, if you must stick to month and year (note that there is no such thing as a day field!).



In particular there are no warnings about junk characters. Sometimes they can be ignored, but sometimes they warn you about a problem in your file.



The warning will look like (not from your example!)



WARN - BibTeX subsystem: C:Users<User>AppDataLocalTempvdumzDAIKojunchhars.bib_7000.utf8, line 2, warning: 22 characters of junk seen at toplevel


just check at and around the indicated line (in this case line 2) for anything unusual.






share|improve this answer
























  • It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

    – matth
    May 2 '18 at 9:30






  • 1





    @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

    – moewe
    May 2 '18 at 9:46











  • That was enough info, found the junk and deleted it....

    – matth
    May 2 '18 at 9:52



















1














From my experience, biblatex is quite picky about some characters. But that probably depends on your chracter encoding. For me (Linux, UTF-8), your example works only if I remove the escaped accent and add it directly:



@Misc{ quietpenguin,
author = {Nash, John C.},
title = {{Quiet Penguin: an open design concept for discussion}},
year = {2013},
month = {June},
note = {JNfile: 130630quietpenguin.pdf}
}

@article{bolkernonlin13,
author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
and Berg, Casper W. and Brooks, Mollie and Comita, Liza
and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
and Kéry, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
and Magnusson, Arni and Martell, Steve and Nash, John
and Nielsen, Anders and Regetz, Jim and Skaug, Hans
and Zipkin, Elise},
title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
journal = {Methods in Ecology and Evolution},
volume = {4},
number = {6},
issn = {2041-210X},
pages = {501--512},
year = {2013},
note = {Report on special 2-session workshop at National Center for
Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
JNfile: 13-bolker-strategies.pdf}
}





share|improve this answer


























  • That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

    – moewe
    Mar 23 '17 at 16:00



















0














I found my "characters of junk" in whitespace!



TLDR; Remove or comment out white space between entries.



The "characters of junk" warning is to alert the user that they have comment text between entries that are not marked with "%". All text outside of entries are ignored as comments, extraneous text inside entries generate syntax errors. But it's nice of biber to let you know that maybe something is not where you wanted it to be. (Of course "characters of junk" is not the most obvious error message.)



It was in .bib file I maintained using JabRef, by importing references from all over the internet. Using JabRef in BibLaTeX mode I believed everything would be in well-behaved UTF-8 encoding. I could readily identify a few instances of encoding issues by examining the .bib file in Notepad++, but one "3 characters of junk seen at toplevel" warning persisted. By commenting out all the possibly offending entries I was forced to the conclusion that the "characters of junk" were actually in the whitespace between BibLaTeX entries. I resorted to removing all the empty lines near the line that triggered the warning, making sure I selected whole lines. My careful attention was rewarded by noticing that one whitespace character took two backspace strokes to be deleted.



I was able to copy and paste the offending lines to the genius Unicode Character Inspector app by Tim Whitlock, which told me that the whitespace I'd copied contained a 'zero width no-break space'. Once I removed this character, my last "characters of junk" warning from biber disappeared.



I was able to introduce this error into your .bin file by copying the offending whitespace into your example .bib file. This is what the biber output has to say:



PS C:Usersfskdmworkspacecharacters-of-junk> biber .document.bcf
INFO - This is Biber 2.12
INFO - Logfile is '.document.blg'
INFO - Reading '.document.bcf'
INFO - Using all citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'test.bib' for section 0
INFO - LaTeX decoding ...
INFO - Found BibTeX data source 'test.bib'
WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
WARN - BibTeX subsystem: C:UsersfskdmAppDataLocalTempqA4TaotRo1test.bib_12364.utf8, line 12, warning: 6 characters of junk seen at toplevel
INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US'
INFO - No sort tailoring available for locale 'en-US'
INFO - Writing '.document.bbl' with encoding 'UTF-8'
INFO - Output to .document.bbl
INFO - WARNINGS: 2
PS C:Usersfskdmworkspacecharacters-of-junk>


I've tried to copy & paste an example of this "zero-width no-break space" character into this answer, but without success.



Here's the output from the app: there is really a character between the "x" characters.



There's a ZWNBS character between the "x"s.






share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f360054%2fbiber-biblatex-source-of-characters-of-junk%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    With just



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }


    in the .bib file, I get two warnings with your MWE (running under biblatex 3.7/Biber 2.7)



    WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
    WARN - The entry 'bolkernonlin13' has characters which cannot be encoded in 'ascii'. Recoding problematic characters into macros.


    Depending on how your encoding is set up you may not get the second warning.



    The first warning you should do something about, instead of



    year = {2013},
    month = {June},


    use



    date = {2013-06},


    or month = {6}, if you must stick to month and year (note that there is no such thing as a day field!).



    In particular there are no warnings about junk characters. Sometimes they can be ignored, but sometimes they warn you about a problem in your file.



    The warning will look like (not from your example!)



    WARN - BibTeX subsystem: C:Users<User>AppDataLocalTempvdumzDAIKojunchhars.bib_7000.utf8, line 2, warning: 22 characters of junk seen at toplevel


    just check at and around the indicated line (in this case line 2) for anything unusual.






    share|improve this answer
























    • It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

      – matth
      May 2 '18 at 9:30






    • 1





      @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

      – moewe
      May 2 '18 at 9:46











    • That was enough info, found the junk and deleted it....

      – matth
      May 2 '18 at 9:52
















    2














    With just



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }


    in the .bib file, I get two warnings with your MWE (running under biblatex 3.7/Biber 2.7)



    WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
    WARN - The entry 'bolkernonlin13' has characters which cannot be encoded in 'ascii'. Recoding problematic characters into macros.


    Depending on how your encoding is set up you may not get the second warning.



    The first warning you should do something about, instead of



    year = {2013},
    month = {June},


    use



    date = {2013-06},


    or month = {6}, if you must stick to month and year (note that there is no such thing as a day field!).



    In particular there are no warnings about junk characters. Sometimes they can be ignored, but sometimes they warn you about a problem in your file.



    The warning will look like (not from your example!)



    WARN - BibTeX subsystem: C:Users<User>AppDataLocalTempvdumzDAIKojunchhars.bib_7000.utf8, line 2, warning: 22 characters of junk seen at toplevel


    just check at and around the indicated line (in this case line 2) for anything unusual.






    share|improve this answer
























    • It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

      – matth
      May 2 '18 at 9:30






    • 1





      @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

      – moewe
      May 2 '18 at 9:46











    • That was enough info, found the junk and deleted it....

      – matth
      May 2 '18 at 9:52














    2












    2








    2







    With just



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }


    in the .bib file, I get two warnings with your MWE (running under biblatex 3.7/Biber 2.7)



    WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
    WARN - The entry 'bolkernonlin13' has characters which cannot be encoded in 'ascii'. Recoding problematic characters into macros.


    Depending on how your encoding is set up you may not get the second warning.



    The first warning you should do something about, instead of



    year = {2013},
    month = {June},


    use



    date = {2013-06},


    or month = {6}, if you must stick to month and year (note that there is no such thing as a day field!).



    In particular there are no warnings about junk characters. Sometimes they can be ignored, but sometimes they warn you about a problem in your file.



    The warning will look like (not from your example!)



    WARN - BibTeX subsystem: C:Users<User>AppDataLocalTempvdumzDAIKojunchhars.bib_7000.utf8, line 2, warning: 22 characters of junk seen at toplevel


    just check at and around the indicated line (in this case line 2) for anything unusual.






    share|improve this answer













    With just



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and K'ery, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }


    in the .bib file, I get two warnings with your MWE (running under biblatex 3.7/Biber 2.7)



    WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
    WARN - The entry 'bolkernonlin13' has characters which cannot be encoded in 'ascii'. Recoding problematic characters into macros.


    Depending on how your encoding is set up you may not get the second warning.



    The first warning you should do something about, instead of



    year = {2013},
    month = {June},


    use



    date = {2013-06},


    or month = {6}, if you must stick to month and year (note that there is no such thing as a day field!).



    In particular there are no warnings about junk characters. Sometimes they can be ignored, but sometimes they warn you about a problem in your file.



    The warning will look like (not from your example!)



    WARN - BibTeX subsystem: C:Users<User>AppDataLocalTempvdumzDAIKojunchhars.bib_7000.utf8, line 2, warning: 22 characters of junk seen at toplevel


    just check at and around the indicated line (in this case line 2) for anything unusual.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Mar 23 '17 at 15:46









    moewemoewe

    88.6k9110339




    88.6k9110339













    • It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

      – matth
      May 2 '18 at 9:30






    • 1





      @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

      – moewe
      May 2 '18 at 9:46











    • That was enough info, found the junk and deleted it....

      – matth
      May 2 '18 at 9:52



















    • It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

      – matth
      May 2 '18 at 9:30






    • 1





      @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

      – moewe
      May 2 '18 at 9:46











    • That was enough info, found the junk and deleted it....

      – matth
      May 2 '18 at 9:52

















    It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

    – matth
    May 2 '18 at 9:30





    It seems that the temporary file gets deleted immediately. Can I see the content elsewhere, e.g. print to console?

    – matth
    May 2 '18 at 9:30




    1




    1





    @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

    – moewe
    May 2 '18 at 9:46





    @matth Not as far as I am aware. I'd have guessed it is very similar to the .bib file, normally the line numbers are only off by one or by an entire entry.

    – moewe
    May 2 '18 at 9:46













    That was enough info, found the junk and deleted it....

    – matth
    May 2 '18 at 9:52





    That was enough info, found the junk and deleted it....

    – matth
    May 2 '18 at 9:52











    1














    From my experience, biblatex is quite picky about some characters. But that probably depends on your chracter encoding. For me (Linux, UTF-8), your example works only if I remove the escaped accent and add it directly:



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and Kéry, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }





    share|improve this answer


























    • That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

      – moewe
      Mar 23 '17 at 16:00
















    1














    From my experience, biblatex is quite picky about some characters. But that probably depends on your chracter encoding. For me (Linux, UTF-8), your example works only if I remove the escaped accent and add it directly:



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and Kéry, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }





    share|improve this answer


























    • That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

      – moewe
      Mar 23 '17 at 16:00














    1












    1








    1







    From my experience, biblatex is quite picky about some characters. But that probably depends on your chracter encoding. For me (Linux, UTF-8), your example works only if I remove the escaped accent and add it directly:



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and Kéry, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }





    share|improve this answer















    From my experience, biblatex is quite picky about some characters. But that probably depends on your chracter encoding. For me (Linux, UTF-8), your example works only if I remove the escaped accent and add it directly:



    @Misc{ quietpenguin,
    author = {Nash, John C.},
    title = {{Quiet Penguin: an open design concept for discussion}},
    year = {2013},
    month = {June},
    note = {JNfile: 130630quietpenguin.pdf}
    }

    @article{bolkernonlin13,
    author = {Bolker, Benjamin M. and Gardner, Beth and Maunder, Mark
    and Berg, Casper W. and Brooks, Mollie and Comita, Liza
    and Crone, Elizabeth and Cubaynes, Sarah and Davies, Trevor
    and de Valpine, Perry and Ford, Jessica and Gimenez, Olivier
    and Kéry, Marc and Kim, Eun Jung and Lennert-Cody, Cleridy
    and Magnusson, Arni and Martell, Steve and Nash, John
    and Nielsen, Anders and Regetz, Jim and Skaug, Hans
    and Zipkin, Elise},
    title = {Strategies for fitting nonlinear ecological models in R, AD Model Builder, and BUGS},
    journal = {Methods in Ecology and Evolution},
    volume = {4},
    number = {6},
    issn = {2041-210X},
    pages = {501--512},
    year = {2013},
    note = {Report on special 2-session workshop at National Center for
    Ecological Analysis and Synthesis, Santa Barbara, CA in 2012.
    JNfile: 13-bolker-strategies.pdf}
    }






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Mar 23 '17 at 21:45

























    answered Mar 23 '17 at 15:50









    MartinMartin

    31129




    31129













    • That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

      – moewe
      Mar 23 '17 at 16:00



















    • That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

      – moewe
      Mar 23 '17 at 16:00

















    That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

    – moewe
    Mar 23 '17 at 16:00





    That is a valid observation (I also touched upon this in my answer), the exact problem one gets with the 'e depends on the document encoding and a few other settings. It should, however, be noted that this does not cause a 'junk character' warning normally.

    – moewe
    Mar 23 '17 at 16:00











    0














    I found my "characters of junk" in whitespace!



    TLDR; Remove or comment out white space between entries.



    The "characters of junk" warning is to alert the user that they have comment text between entries that are not marked with "%". All text outside of entries are ignored as comments, extraneous text inside entries generate syntax errors. But it's nice of biber to let you know that maybe something is not where you wanted it to be. (Of course "characters of junk" is not the most obvious error message.)



    It was in .bib file I maintained using JabRef, by importing references from all over the internet. Using JabRef in BibLaTeX mode I believed everything would be in well-behaved UTF-8 encoding. I could readily identify a few instances of encoding issues by examining the .bib file in Notepad++, but one "3 characters of junk seen at toplevel" warning persisted. By commenting out all the possibly offending entries I was forced to the conclusion that the "characters of junk" were actually in the whitespace between BibLaTeX entries. I resorted to removing all the empty lines near the line that triggered the warning, making sure I selected whole lines. My careful attention was rewarded by noticing that one whitespace character took two backspace strokes to be deleted.



    I was able to copy and paste the offending lines to the genius Unicode Character Inspector app by Tim Whitlock, which told me that the whitespace I'd copied contained a 'zero width no-break space'. Once I removed this character, my last "characters of junk" warning from biber disappeared.



    I was able to introduce this error into your .bin file by copying the offending whitespace into your example .bib file. This is what the biber output has to say:



    PS C:Usersfskdmworkspacecharacters-of-junk> biber .document.bcf
    INFO - This is Biber 2.12
    INFO - Logfile is '.document.blg'
    INFO - Reading '.document.bcf'
    INFO - Using all citekeys in bib section 0
    INFO - Processing section 0
    INFO - Looking for bibtex format file 'test.bib' for section 0
    INFO - LaTeX decoding ...
    INFO - Found BibTeX data source 'test.bib'
    WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
    WARN - BibTeX subsystem: C:UsersfskdmAppDataLocalTempqA4TaotRo1test.bib_12364.utf8, line 12, warning: 6 characters of junk seen at toplevel
    INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
    INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
    INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US'
    INFO - No sort tailoring available for locale 'en-US'
    INFO - Writing '.document.bbl' with encoding 'UTF-8'
    INFO - Output to .document.bbl
    INFO - WARNINGS: 2
    PS C:Usersfskdmworkspacecharacters-of-junk>


    I've tried to copy & paste an example of this "zero-width no-break space" character into this answer, but without success.



    Here's the output from the app: there is really a character between the "x" characters.



    There's a ZWNBS character between the "x"s.






    share|improve this answer






























      0














      I found my "characters of junk" in whitespace!



      TLDR; Remove or comment out white space between entries.



      The "characters of junk" warning is to alert the user that they have comment text between entries that are not marked with "%". All text outside of entries are ignored as comments, extraneous text inside entries generate syntax errors. But it's nice of biber to let you know that maybe something is not where you wanted it to be. (Of course "characters of junk" is not the most obvious error message.)



      It was in .bib file I maintained using JabRef, by importing references from all over the internet. Using JabRef in BibLaTeX mode I believed everything would be in well-behaved UTF-8 encoding. I could readily identify a few instances of encoding issues by examining the .bib file in Notepad++, but one "3 characters of junk seen at toplevel" warning persisted. By commenting out all the possibly offending entries I was forced to the conclusion that the "characters of junk" were actually in the whitespace between BibLaTeX entries. I resorted to removing all the empty lines near the line that triggered the warning, making sure I selected whole lines. My careful attention was rewarded by noticing that one whitespace character took two backspace strokes to be deleted.



      I was able to copy and paste the offending lines to the genius Unicode Character Inspector app by Tim Whitlock, which told me that the whitespace I'd copied contained a 'zero width no-break space'. Once I removed this character, my last "characters of junk" warning from biber disappeared.



      I was able to introduce this error into your .bin file by copying the offending whitespace into your example .bib file. This is what the biber output has to say:



      PS C:Usersfskdmworkspacecharacters-of-junk> biber .document.bcf
      INFO - This is Biber 2.12
      INFO - Logfile is '.document.blg'
      INFO - Reading '.document.bcf'
      INFO - Using all citekeys in bib section 0
      INFO - Processing section 0
      INFO - Looking for bibtex format file 'test.bib' for section 0
      INFO - LaTeX decoding ...
      INFO - Found BibTeX data source 'test.bib'
      WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
      WARN - BibTeX subsystem: C:UsersfskdmAppDataLocalTempqA4TaotRo1test.bib_12364.utf8, line 12, warning: 6 characters of junk seen at toplevel
      INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
      INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
      INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US'
      INFO - No sort tailoring available for locale 'en-US'
      INFO - Writing '.document.bbl' with encoding 'UTF-8'
      INFO - Output to .document.bbl
      INFO - WARNINGS: 2
      PS C:Usersfskdmworkspacecharacters-of-junk>


      I've tried to copy & paste an example of this "zero-width no-break space" character into this answer, but without success.



      Here's the output from the app: there is really a character between the "x" characters.



      There's a ZWNBS character between the "x"s.






      share|improve this answer




























        0












        0








        0







        I found my "characters of junk" in whitespace!



        TLDR; Remove or comment out white space between entries.



        The "characters of junk" warning is to alert the user that they have comment text between entries that are not marked with "%". All text outside of entries are ignored as comments, extraneous text inside entries generate syntax errors. But it's nice of biber to let you know that maybe something is not where you wanted it to be. (Of course "characters of junk" is not the most obvious error message.)



        It was in .bib file I maintained using JabRef, by importing references from all over the internet. Using JabRef in BibLaTeX mode I believed everything would be in well-behaved UTF-8 encoding. I could readily identify a few instances of encoding issues by examining the .bib file in Notepad++, but one "3 characters of junk seen at toplevel" warning persisted. By commenting out all the possibly offending entries I was forced to the conclusion that the "characters of junk" were actually in the whitespace between BibLaTeX entries. I resorted to removing all the empty lines near the line that triggered the warning, making sure I selected whole lines. My careful attention was rewarded by noticing that one whitespace character took two backspace strokes to be deleted.



        I was able to copy and paste the offending lines to the genius Unicode Character Inspector app by Tim Whitlock, which told me that the whitespace I'd copied contained a 'zero width no-break space'. Once I removed this character, my last "characters of junk" warning from biber disappeared.



        I was able to introduce this error into your .bin file by copying the offending whitespace into your example .bib file. This is what the biber output has to say:



        PS C:Usersfskdmworkspacecharacters-of-junk> biber .document.bcf
        INFO - This is Biber 2.12
        INFO - Logfile is '.document.blg'
        INFO - Reading '.document.bcf'
        INFO - Using all citekeys in bib section 0
        INFO - Processing section 0
        INFO - Looking for bibtex format file 'test.bib' for section 0
        INFO - LaTeX decoding ...
        INFO - Found BibTeX data source 'test.bib'
        WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
        WARN - BibTeX subsystem: C:UsersfskdmAppDataLocalTempqA4TaotRo1test.bib_12364.utf8, line 12, warning: 6 characters of junk seen at toplevel
        INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
        INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
        INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US'
        INFO - No sort tailoring available for locale 'en-US'
        INFO - Writing '.document.bbl' with encoding 'UTF-8'
        INFO - Output to .document.bbl
        INFO - WARNINGS: 2
        PS C:Usersfskdmworkspacecharacters-of-junk>


        I've tried to copy & paste an example of this "zero-width no-break space" character into this answer, but without success.



        Here's the output from the app: there is really a character between the "x" characters.



        There's a ZWNBS character between the "x"s.






        share|improve this answer















        I found my "characters of junk" in whitespace!



        TLDR; Remove or comment out white space between entries.



        The "characters of junk" warning is to alert the user that they have comment text between entries that are not marked with "%". All text outside of entries are ignored as comments, extraneous text inside entries generate syntax errors. But it's nice of biber to let you know that maybe something is not where you wanted it to be. (Of course "characters of junk" is not the most obvious error message.)



        It was in .bib file I maintained using JabRef, by importing references from all over the internet. Using JabRef in BibLaTeX mode I believed everything would be in well-behaved UTF-8 encoding. I could readily identify a few instances of encoding issues by examining the .bib file in Notepad++, but one "3 characters of junk seen at toplevel" warning persisted. By commenting out all the possibly offending entries I was forced to the conclusion that the "characters of junk" were actually in the whitespace between BibLaTeX entries. I resorted to removing all the empty lines near the line that triggered the warning, making sure I selected whole lines. My careful attention was rewarded by noticing that one whitespace character took two backspace strokes to be deleted.



        I was able to copy and paste the offending lines to the genius Unicode Character Inspector app by Tim Whitlock, which told me that the whitespace I'd copied contained a 'zero width no-break space'. Once I removed this character, my last "characters of junk" warning from biber disappeared.



        I was able to introduce this error into your .bin file by copying the offending whitespace into your example .bib file. This is what the biber output has to say:



        PS C:Usersfskdmworkspacecharacters-of-junk> biber .document.bcf
        INFO - This is Biber 2.12
        INFO - Logfile is '.document.blg'
        INFO - Reading '.document.bcf'
        INFO - Using all citekeys in bib section 0
        INFO - Processing section 0
        INFO - Looking for bibtex format file 'test.bib' for section 0
        INFO - LaTeX decoding ...
        INFO - Found BibTeX data source 'test.bib'
        WARN - month field 'June' in entry 'quietpenguin' is not an integer - this will probably not sort properly.
        WARN - BibTeX subsystem: C:UsersfskdmAppDataLocalTempqA4TaotRo1test.bib_12364.utf8, line 12, warning: 6 characters of junk seen at toplevel
        INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
        INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
        INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US'
        INFO - No sort tailoring available for locale 'en-US'
        INFO - Writing '.document.bbl' with encoding 'UTF-8'
        INFO - Output to .document.bbl
        INFO - WARNINGS: 2
        PS C:Usersfskdmworkspacecharacters-of-junk>


        I've tried to copy & paste an example of this "zero-width no-break space" character into this answer, but without success.



        Here's the output from the app: there is really a character between the "x" characters.



        There's a ZWNBS character between the "x"s.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 15 at 22:26

























        answered Jan 15 at 21:41









        Niel MalanNiel Malan

        12




        12






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f360054%2fbiber-biblatex-source-of-characters-of-junk%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?