Overview

Artifact ID: 485a933e0e72f087842e56fbc80da6da5366f96e4183744ee9ec0d0773bbb496
Page Name:encoding
Date: 2018-07-04 01:10:45
Original User: mario
Mimetype:text/x-markdown
Next 92f67b23eea712a6f906534c99444680955dee8497daa086937fdcf0a74be710
Content

# encoding:

This isn't strictly a PMD field, but inherited from Python/Ruby.

 #!/bin/python
 # encoding: utf-8
 # api: …

It's not exactly a coincidence that it fits well with the rest of plugin meta data fields. It must be the first comment line after the shebang however.