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