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

Fix toBiblatex when BibEntry has Japanese author names #107

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 23, 2024

  1. Fix toBiblatex when BibEntry has Japanese author names

    * tools::encoded_text_to_latex(text, UTF-8) can fail when text contains
    Japanese characters, replacing valid text with questions marks
    * Add escape hatch to return origin/unformatted/unescaped text if this
    occurs
    * Closes #106
    mwmclean committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7073a05 View commit details
    Browse the repository at this point in the history
  2. Add tests for last commit

    mwmclean committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5ca9858 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    5e5d7d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix 7073a if names require braces

    * See toBibtex.person, braces seem necessary if no family name is detected
    * Addresses #106
    mwmclean committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b824e45 View commit details
    Browse the repository at this point in the history