01-17-2017, 08:55 AM
I am afraid that if you put ConvertEncoding(CP_ACP -1) before for (s.ConvertEncoding(CP_ACP -1)) it does not work. However, if you replace sl.ToUnicode with sl.ConvertEncoding(CP_ACP -1) it is OK. Am I missing something?