utf-8 was causing strange characters in CMS, should make a param
This commit is contained in:
parent
35f5b04a1d
commit
79e3c24a37
@ -1668,7 +1668,8 @@ Function FILEp_CreateCSV(ByRef path As String, ByRef recs() As String) As Boolea
|
||||
|
||||
|
||||
tsf.Type = 2
|
||||
tsf.Charset = "utf-8"
|
||||
'tsf.Charset = "utf-8"
|
||||
tsf.Charset = "Windows-1252"
|
||||
tsf.Open
|
||||
|
||||
'Set ts = f.OpenTextFile(path, ForReading, False, TristateUseDefault)
|
||||
|
Loading…
Reference in New Issue
Block a user