Issue #2954871: Add support for more encondings
1 unresolved thread
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 25
− 1
@@ -67,6 +67,13 @@ class CsvEncoder implements EncoderInterface, DecoderInterface {
@@ -147,7 +154,7 @@ class CsvEncoder implements EncoderInterface, DecoderInterface {
@@ -156,6 +163,22 @@ class CsvEncoder implements EncoderInterface, DecoderInterface {
@@ -386,6 +409,7 @@ class CsvEncoder implements EncoderInterface, DecoderInterface {
Doesn't this line need changing too?