Skip to content

Fix apostrophe conversion#2507

Merged
Siedlerchr merged 4 commits into
masterfrom
fix-apostrophe-conversion
Feb 1, 2017
Merged

Fix apostrophe conversion#2507
Siedlerchr merged 4 commits into
masterfrom
fix-apostrophe-conversion

Conversation

@lenhard

@lenhard lenhard commented Feb 1, 2017

Copy link
Copy Markdown
Member

Fixes #2500. This repairs the apostrophe handling in the LaTeX to unicode conversion broken by #2464 and maintains the special handling of apostrophes in conjunction with the character 'n' that #2464 intended to fix.

It increases complexity and reduces performance in the unicode conversion a tiny bit (through the additional checks that are now in there). Ultimately, the goal should be to replace the conversion with an external library.

  • Change in CHANGELOG.md described
  • Tests created for changes
  • Manually tested changed features in running JabRef

@lenhard lenhard added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Feb 1, 2017
@Siedlerchr

Copy link
Copy Markdown
Member

Ich merge das mal rein und hoffe, dass cih das dann dan fürs erste erledigt hat

@Siedlerchr Siedlerchr merged commit 5b0b664 into master Feb 1, 2017
@Siedlerchr Siedlerchr deleted the fix-apostrophe-conversion branch February 1, 2017 10:48
Siedlerchr added a commit that referenced this pull request Feb 1, 2017
* upstream/master: (82 commits)
  Add access Rule for javafx to avoid Acces restricted in eclipse
  Fix apostrophe conversion (#2507)
  Fix Alain's name
  rename LocalizationBundle in Test folder (#2504)
  Fix eclipse bug again
  Update CHANGELOG.md
  Adapt IntelliJ Code Style.xml to checkstyle.xml
  Fix @param declaration and remove author to be consistent with other code
  Resolve conflicts using the versions javafx branch, not the master branch (and use alt+f8 instead of f8)
  Show development information
  Release v3.8.2
  Always override JabRef.vmoptions in the installation folder
  Update install4j from 6.1.3 to 6.1.4
  Update AUTHORS
  wget for new JREs
  Try vmOptionsFile
  Update JRE from 112 to 121
  Change key binding for cleanup from F8 to ALT+F8 (#2496)
  Use https URL of www.jabref.org
  Save test reports as build artifacts on circle ci
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Entry preview: wrong display of apostrophe (treated as special character)

2 participants