Use non breaking space

This commit is contained in:
Richard Kimberly Heck 2023-07-27 16:36:11 -04:00
parent 9e418ac9dd
commit 8424213ae4

View File

@ -379,7 +379,7 @@ docstring convertLaTeXCommands(docstring const & str)
}
if (ch == '~') {
ret += ' ';
ret += 0x00a0;
val = val.substr(1);
continue;
}