Skip to content

Update style document to require ASCII for code

Patrick Steinhardt requested to merge pks-utf8-in-code into master

Developer-facing code should use the ASCII character set as far as possible to ensure improve accessibility across platforms. Many platforms lack a lot of UTF8 code glyps, leading to code that is hard to read on such platforms if they are used.

Add a note to our style guide that mandates this rule.

Merge request reports

Loading