Skip to content

Commit 95d99f7

Browse files
committed
Bug fix: UTF-8 option was not being copied.
1 parent ea2a7be commit 95d99f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSVparserConfig.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Public Function CopyConfig() As CSVparserConfig
228228
tmpResult.dTypingTemplate = P_TEMPLATE
229229
tmpResult.dynamicTyping = P_DYNAMIC_TYPING
230230
tmpResult.endingRecord = P_ENDINGRECORD
231-
231+
tmpResult.utf8EncodedFile = P_UTF8ENCODED
232232
tmpResult.Headers = P_HEADERS
233233
tmpResult.headersOmission = P_HEADEROMISSION
234234
tmpResult.path = P_PATH

0 commit comments

Comments
 (0)