[LyX/2.5.x] Fix encoding problem
Juergen Spitzmueller <[email protected]>
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit e6b9f297e18f4b3071f5744f684138df44aa0919 Author: Juergen Spitzmueller <[email protected]> Date: Sun Feb 15 14:29:34 2026 +0100 Fix encoding problem this isn't necessarily ASCII (cherry picked from commit 64d1e371d48ef8fdd83e1c9893784af426d3ffe3) --- src/BufferParams.cpp | 2 +- status.25x | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 32360a9e1c..cb14f20aba 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -2113,7 +2113,7 @@ bool isAtOther(docstring const passage, docstring & context) cc = true; continue; } - context += from_ascii(token); + context += from_utf8(token); } return cc; } diff --git a/status.25x b/status.25x index de3cea4f03..18675ff575 100644 --- a/status.25x +++ b/status.25x @@ -15,6 +15,7 @@ What's new * DOCUMENT INPUT/OUTPUT +- Issue an error on @ catcode mismatch by layout definitions (bug 13275) * MISCELLANEOUS -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs