that joy of having multiple build systems to maintain is back

Feel free to remove autotools 😉

Anyway, tests seem to pass, although with 10 billion1 Geany-INFO messages.

Several of these messages appear:

# Geany-INFO: Couldn't convert from ISO-8859-8-I to UTF-8 (Conversion from character set “ISO-8859-8-I” to “UTF-8” is not supported).

What that points out is that Geany has a fixed list of conversions, which are exposed to user selection, but not all systems support all conversions, as you might guess my iconv -l does not contain ISO-8859-8-I. If I try to open an ASCII file (which is valid for all 8859s) with ISO-8859-8-I I get The file xxxx is not valid ISO-8859-8-I which is wrong, does g_convert() return a better error we could show (like the one from the test)?

Footnotes

  1. slight exaggeration for effect


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3716/c1848910107@github.com>