Using "indent" on a C file with structure members with UTF-8 names (as allowed under C99 and later).
indent completely mangles these member names, inserting spaces between UTF8
bytes.
-double ə14(double GST, struct φλ φλ) {
- double LST = GST + φλ.λ / 15.0;
+double ə14(double GST, struct φλφλ) {
+ double LST = GST + φλ. <CE> <BB>/15.0;
$ indent --version
GNU indent 2.2.12
--Adam
