DarrenJAN commented on PR #502:
URL: https://github.com/apache/commons-csv/pull/502#issuecomment-2489108444

   Hi Gary,
   
   Yes, that makes sense. I agree that relying solely on the Charset to enable 
the feature isn’t sufficient, as the Charset is often set independently of 
whether the feature should be enabled.
   
   In our original design, instead of using a boolean, we used a String 
variable because it served a dual purpose: first, it controlled whether the 
feature was enabled or not, and second, it specified the Charset and the 
corresponding byte-counting algorithm to be used. Do you consider using a 
String?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to