Writing macros in python (Calc):
In the APSO v.1.2.5 extension when I create a new module and then in this module I go to Menu → Edit, it opens a file with two default lines:
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
it would be possible to change something in APSO to change these lines to:
# -*- coding: cp1252 -*-
from __future__ import unicode_literals
import uno