[LyX/master] Use non breaking space
Richard Kimberly Heck
rikiheck at lyx.org
Thu Jul 27 19:22:10 UTC 2023
commit 8424213ae43d1aa0ae44f45beacf260a97aa8e55
Author: Richard Kimberly Heck <rikiheck at 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;
}
More information about the lyx-cvs
mailing list