Re: [Mesa-dev] [PATCH 02/41] glapi: encode python files in utf-8 rather than ascii

2016-04-19 Thread Dylan Baker
Quoting Ian Romanick (2016-04-19 12:51:04) > On 03/31/2016 05:04 PM, Dylan Baker wrote: > > This allows, among other things, the proper use of the Copyright symbol > > in the copyright header (which this patch also does). > > > > It cannot be used in the printed templates however, because they are

Re: [Mesa-dev] [PATCH 02/41] glapi: encode python files in utf-8 rather than ascii

2016-04-19 Thread Ian Romanick
On 03/31/2016 05:04 PM, Dylan Baker wrote: > This allows, among other things, the proper use of the Copyright symbol > in the copyright header (which this patch also does). > > It cannot be used in the printed templates however, because they are > printed, not directly written to a file. If a user

[Mesa-dev] [PATCH 02/41] glapi: encode python files in utf-8 rather than ascii

2016-03-31 Thread Dylan Baker
This allows, among other things, the proper use of the Copyright symbol in the copyright header (which this patch also does). It cannot be used in the printed templates however, because they are printed, not directly written to a file. If a user doesn't have a UTF-8 locale (or has an operating sys