Change the comment etc. that is automatically inserted when creating a module in Eclipse + PyDev environment. This time, add "#--coding: utf-8--" to the beginning of the figure below to create it.
Select [Window]> [Preferences]> [PyDev]> [Editor]> [Templates] from the Eclipse menu bar.
Select the item with the red frame "Name is
Edit "Pattern" and add "#--coding: utf-8--"> [OK]> [OK]
--Create and check a new Pydev module
It is also possible to change the template of Main and Class