mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-21 22:54:26 +01:00
Contrary to getenv(), the result of sc_get_env() is encoded in UTF-8 on all platforms. Since it is allocated, it requires an explicit init() and destroy() functions. PR #5560 <https://github.com/Genymobile/scrcpy/pull/5560>