feat: add uft-8 encoding as default setting

This commit is contained in:
NunoSempere 2023-10-06 15:44:26 +01:00
parent 568c039895
commit fb340ed3fa
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,8 @@
* https://webkitgtk.org/reference/webkit2gtk/stable/class.Settings.html */
#define WEBKIT \
"enable-back-forward-navigation-gestures", true, "enable-developer-extras", true, \
"enable-smooth-scrolling", false
"enable-smooth-scrolling", false, \
"default-charset", "utf-8"
#define GTK "gtk-application-prefer-dark-theme", false, "gtk-enable-animations", false
#define ROSE_HOMEPAGE false

View File

@ -96,5 +96,4 @@ clean:
rm $(CACHE_DIR)
format: $(SRC) $(PLUGS)
$(FORMATTER) $(SRC) $(PLUGS)
$(FORMATTER) $(SRC) $(PLUGS) $(rose.h)

BIN
rose

Binary file not shown.