libxcb/src
Uli Schlachter b78d304531 Always write C code in UTF-8
Some people apparently use non-utf8 locales and this caused errors when
xcb-proto started using some "fancy" quote marks. Fix this by always
using utf8 encoding.

Fixes: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72
Signed-off-by: Uli Schlachter <psychon@znc.in>
2024-04-15 14:40:41 +00:00
..
man generated man pages: use xorg footer and no hard coded extension 2014-01-30 12:10:06 +09:00
.gitignore Build DOUBLE-BUFFER extension. 2022-06-02 13:27:48 -04:00
Makefile.am Build DOUBLE-BUFFER extension. 2022-06-02 13:27:48 -04:00
c_client.py Always write C code in UTF-8 2024-04-15 14:40:41 +00:00
xcb.h Fix build on Windows 2021-06-04 14:31:13 +00:00
xcb_auth.c Fix a compiler warning 2022-10-16 01:55:30 -04:00
xcb_conn.c xcb_conn: Add a check for NULL to silence a UBSan runtime error 2022-11-26 22:48:00 -08:00
xcb_ext.c Always include "config.h" at the start of all C source files. 2012-08-25 12:34:24 -07:00
xcb_in.c Fix integer overflows in xcb_in.c 2021-11-17 12:09:02 -05:00
xcb_list.c Avoid request counter truncation in replies map after 2**32 requests 2021-09-30 17:22:06 +00:00
xcb_out.c Fix a memory leak 2022-01-15 02:32:04 +09:00
xcb_util.c xcb_popcount: Use __builtin_popcount if compiler supports it 2024-03-08 22:11:43 +00:00
xcb_windefs.h Remove tabs and trailing whitespaces 2014-03-21 14:35:16 +01:00
xcb_xid.c Use the 'present' field to properly check that the XC-MISC 2020-03-02 19:01:41 +01:00
xcbext.h Correct @param "e" to "error" in xcb_poll_for_reply*() 2016-05-29 15:56:25 +02:00
xcbint.h Fix hang in xcb_request_check() 2021-09-30 23:32:35 +00:00