> On 10 Apr 2022, at 09:23, Ben Byram-Wigfield via Pythonmac-SIG
> wrote:
>
> I'm converting a lot of python2 scripts that use pyobjc to python3, and
> having trouble getting them to work. The problem seems to relate to the
> Unicode changes in python3.
>
> Something as simple as supplying
I'm converting a lot of python2 scripts that use pyobjc to python3, and having
trouble getting them to work. The problem seems to relate to the Unicode
changes in python3.
Something as simple as supplying a string to method like this:
provider = CGDataProviderCreateWithFilename(filename)
gives