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 apostrophe conversion #2507

Merged
merged 4 commits into from
Feb 1, 2017
Merged

Fix apostrophe conversion #2507

merged 4 commits into from
Feb 1, 2017

Conversation

lenhard
Copy link
Member

@lenhard lenhard commented Feb 1, 2017

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
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