commit d6c02ceb60cb1c30d86a1aa187a68d2b345dc255
Author: Kornel Benko <[email protected]>
Date:   Mon Apr 28 09:46:56 2025 +0200

    ADV-Find: Add missing Thai symbol
---
 src/lyxfind.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
index 153ccd271b..89edf408ff 100644
--- a/src/lyxfind.cpp
+++ b/src/lyxfind.cpp
@@ -2123,6 +2123,7 @@ void static fillMissingUnicodesymbols()
        addAccents("\\thaiSaraU", getutf8(0x0e38));
        addAccents("\\thaiSaraUu", getutf8(0x0e39));
        addAccents("\\thaiPhinthu", getutf8(0x0e3a));
+       addAccents("\\textbaht", getutf8(0x0e3f));
        addAccents("\\thaiSaraE", getutf8(0x0e40));
        addAccents("\\thaiSaraAe", getutf8(0x0e41));
        addAccents("\\thaiSaraO", getutf8(0x0e42));
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to