You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use the XCLogParser to parse our team‘s xcactivitylog, when we read the parsed result found some Garbled text.
I scan the repo found the follow code, it seems to load the log file with encoding ascii.
Would the UTF-8 encoding be a better choice?
We use the XCLogParser to parse our team‘s xcactivitylog, when we read the parsed result found some Garbled text.
I scan the repo found the follow code, it seems to load the log file with encoding ascii.
Would the UTF-8 encoding be a better choice?
XCLogParser/Sources/XCLogParser/loglocation/LogLoader.swift
Line 29 in cd41cfc
The text was updated successfully, but these errors were encountered: