Summary: | "~" character not recognized in localfile entry | ||
---|---|---|---|
Product: | [Applications] KBibTeX | Reporter: | Arnout Boelens <a.m.p.boelens> |
Component: | Loading/saving files | Assignee: | Thomas Fischer <fischer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kbibtex/9d98967252e8e27f44fd939ff6bd53399bd904a2 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | attachment-17333-0.html |
Description
Arnout Boelens
2017-10-26 23:50:55 UTC
I have prepared two commits that should fix your issue: https://commits.kde.org/kbibtex/0b6ad80eb56e5e96cd9b4b https://commits.kde.org/kbibtex/e928f7b2f64dc21c4b7cef Both commits are at the head of bug branch 'bugs/kde386226' in KBibTeX's Git repository: https://cgit.kde.org/kbibtex.git/log/?h=bugs/kde386226 Please checkout this code and confirm that your issue has been solved. Created attachment 108615 [details] attachment-17333-0.html Thanks for the quick fix. I just checked out the the code and the issue has been fixed. On Fri, Oct 27, 2017 at 1:04 PM Thomas Fischer <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=386226 > > Thomas Fischer <fischer@unix-ag.uni-kl.de> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Version|unspecified |git (master) > Status|UNCONFIRMED |ASSIGNED > Ever confirmed|0 |1 > Latest Commit| > |0b6ad80eb56e5e96cd9b4bbd69c > | |b9a2bae42e0f8 > > --- Comment #1 from Thomas Fischer <fischer@unix-ag.uni-kl.de> --- > I have prepared two commits that should fix your issue: > https://commits.kde.org/kbibtex/0b6ad80eb56e5e96cd9b4b > https://commits.kde.org/kbibtex/e928f7b2f64dc21c4b7cef > > Both commits are at the head of bug branch 'bugs/kde386226' in KBibTeX's > Git > repository: > https://cgit.kde.org/kbibtex.git/log/?h=bugs/kde386226 > > Please checkout this code and confirm that your issue has been solved. > > -- > You are receiving this mail because: > You reported the bug. Git commit 9d98967252e8e27f44fd939ff6bd53399bd904a2 by Thomas Fischer. Committed on 29/10/2017 at 19:27. Pushed by thomasfischer into branch 'master'. Keep tilde symbol in verbatim text Do not replace a tile symbol (~) with a non-breaking space in verbatim text. This behavior is necessary, for example, for 'localfile' fields where the value is '~/document.pdf' or 'document.pdf~' in a VerbatimText object. M +6 -2 src/data/value.cpp https://commits.kde.org/kbibtex/9d98967252e8e27f44fd939ff6bd53399bd904a2 |