Jump to content


Stan

Member Since 8 May 2013
Offline Last Active 22 Nov 2023 13:59
-----

Posts I've Made

In Topic: OpenPLi 9.0 release available

26 October 2023 - 20:34

png-util is required for VU+ Duo2 boxes only. It was installed manually back in PLi 8.3 where needed. I suggest not to add to DEPENDS.


In Topic: OpenPLi 9.0 release available

26 October 2023 - 19:59

I don't know if there even exists a Python3 compatible png-util.


In Topic: OpenPLi 9.0 release available

26 October 2023 - 19:26

FYI: On VU+ Duo2 boxes, LCD4Linux needs png-util for the internal display.


In Topic: RC 9.0 - Problems with Windows filenames that contain Umlauts

12 October 2023 - 15:03

[... there are 90 occurrences is the base code alone...]

Then maybe the filename conversion should be outsourced to a module.


In Topic: RC 9.0 - Problems with Windows filenames that contain Umlauts

11 October 2023 - 15:29

I believe the filename is coded in LATIN-1.

root@hd51:/tmp# python -c "import sys; print(repr(sys.argv[1]))" M▒nchen.png
'M\udcfcnchen.png'

where the character ü is represented as /udcfc