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:
i need to convert a string like
![Name: Screenshot - 10.08.2021 , 09_47_08.png
Views: 38
Size: 975 Bytes]()
to this format:
![Name: Screenshot - 10.08.2021 , 09_47_18.png
Views: 37
Size: 611 Bytes]()
Maybe someone already owns a handy function to convert such strings?
Code:
StrConv(sText, vbFromUnicode)
to this format:
Maybe someone already owns a handy function to convert such strings?