SCL printingToFile to should force UTF-8 encoding in its output
Currently it just instantiates FileWriter
with default charset, which is not stable, nor configurable.
Possibly also add another function that allows defining the output charset.
Currently it just instantiates FileWriter
with default charset, which is not stable, nor configurable.
Possibly also add another function that allows defining the output charset.