From: Jason Ekstrand Date: Fri, 19 Feb 2016 16:04:32 +0000 (-0800) Subject: genxml: Stop using unicode in the pack generator X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b858074580ddf0b8e50d86203bc07230317a6b1;p=mesa.git genxml: Stop using unicode in the pack generator This causes python problems and problems when people don't have a locale set properly in their shell. --- diff --git a/src/intel/genxml/gen_pack_header.py b/src/intel/genxml/gen_pack_header.py index 75c4f269cdd..9dae2d57e42 100755 --- a/src/intel/genxml/gen_pack_header.py +++ b/src/intel/genxml/gen_pack_header.py @@ -6,7 +6,7 @@ import sys import copy license = """/* - * Copyright © 2016 Intel Corporation + * Copyright (C) 2016 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"),