From 25453e28eb4cf463fd108791d7b0b759c48b3bbf Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 1 Mar 2024 18:51:23 +0800 Subject: [PATCH] - change: Force use utf8 as the exec encoding for fmtlib in the auto link options page. --- NEWS.md | 1 + RedPandaIDE/resources/autolink.json | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 741655a6..521d3fbe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -23,6 +23,7 @@ Red Panda C++ Version 2.27 - Enhancement: When '{' is inputted and there are contents selected, auto add line breaks and indents. - fix: Selected lines doesn't draw line break glyphs. - fix: issue #215 (Caret may be drawn in the gutter.) + - change: Force use utf8 as the exec encoding for fmtlib in the auto link options page. Red Panda C++ Version 2.26 - enhancement: Code suggestion for embedded std::vectors. diff --git a/RedPandaIDE/resources/autolink.json b/RedPandaIDE/resources/autolink.json index 9464aa27..cc77f5f8 100644 --- a/RedPandaIDE/resources/autolink.json +++ b/RedPandaIDE/resources/autolink.json @@ -32,6 +32,7 @@ "links": "-leasyx" }, { + "execUseUTF8": true, "header": "fmt/core.h", "links": "-lfmt" },