GNOME Bugzilla – Bug 767218
[PATCH] Remove a UTF-8 ellipsis from gsignal.h
Last modified: 2016-06-03 20:22:37 UTC
Created attachment 329090 [details] [review] Remove a UTF-8 ellipsis. Replace a UTF-8 ellipsis with three dots, otherwise Visual C++ will can generate an error depending on your code page: https://www.wireshark.org/lists/wireshark-dev/201606/msg00009.html BTW, do the GNOME Programming Guidelines specify the encoding of C sources?
Review of attachment 329090 [details] [review]: LGTM, though I'm going to make some minor tweaks to the commit message because my OCD forces me to.
Tweaked the commit message: - Removed period at end of summary - Reworked to use a topic prefix - Deleted the duplicate first sentence between subject and body
https://git.gnome.org/browse/glib/commit/?id=05d429af9d6e99b598e47b64b2bf7a3d0a9f57f5
(In reply to Gerald Combs from comment #0) > BTW, do the GNOME Programming Guidelines specify the encoding of C sources? Not sure about guidelines, but in the GTK+ stack (glib, pango, gtk+), we're using utf-8 nowadays.