I'm seeing two different standards and am not sure if one is deprecated. Is there a way to test the encoding or verifying one way vs the other?
#!/usr/bin/env python
# encoding: utf-8
OR
#!/usr/bin/env python
# -*- coding: utf-8 -*-