im looking for a replacement for the StrConv-function using "vbFromUnicode" because the function make problems when running the app on windows system with unicode languages like chinese:

Code:
StrConv(sText, vbFromUnicode)
i need to convert a string like

Name:  Screenshot - 10.08.2021 , 09_47_08.png
Views: 2415
Size:  975 Bytes

to this format:

Name:  Screenshot - 10.08.2021 , 09_47_18.png
Views: 2473
Size:  611 Bytes

Maybe someone already owns a handy function to convert such strings?