Initial version of "encoding"
1 2 3 4 5 6 7 8 9 | + + + + + + + + + | ## # encoding: This isn't strictly a [PMD](wiki/Plugin+Meta+Data) 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. |