Skip to content

Always write C code in UTF-8

Uli Schlachter requested to merge psychon/libxcb:utf8-writing into master

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: #72 (closed) Signed-off-by: Uli Schlachter psychon@znc.in

Merge request reports