mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
157 stars 65 forks source link

pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11 #574

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

It's no longer necessary to disable the highlighting for UTF-8 files with BOM. This restriction was added on #357

Test: There is no segment violation when opening a file with BOM

$ wget https://gitlab.gnome.org/GNOME/gtksourceview/uploads/7a547f881776e85c92e3732d75f1087f/wp-config.php
$ pluma wp-config.php

See https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c

raveit65 commented 3 years ago

Debian build issue is unrelated to PR

Unable to locate package libenchant-dev

https://travis-ci.org/github/mate-desktop/pluma/jobs/728638659#L237 No idea what they are doing in testing....

rbuj commented 3 years ago

I guess debian require enchant2, which is already used on arch. PR #579