commit 8424213ae43d1aa0ae44f45beacf260a97aa8e55 Author: Richard Kimberly Heck <rikih...@lyx.org> Date: Thu Jul 27 16:36:11 2023 -0400
Use non breaking space --- src/BiblioInfo.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/BiblioInfo.cpp b/src/BiblioInfo.cpp index 29ade83..b7ec2b8 100644 --- a/src/BiblioInfo.cpp +++ b/src/BiblioInfo.cpp @@ -379,7 +379,7 @@ docstring convertLaTeXCommands(docstring const & str) } if (ch == '~') { - ret += ' '; + ret += 0x00a0; val = val.substr(1); continue; } -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs