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
The option --enc do not apply the selected encoding when the template is read. So it may cause problems on windows (that do not use utf-8 as pattern when calling open() method.
The option
--encdo not apply the selected encoding when the template is read. So it may cause problems on windows (that do not use utf-8 as pattern when callingopen()method.