C#: Use invariant culture in the extractor#5810
Conversation
hvitved
left a comment
There was a problem hiding this comment.
Would it be better to move this into ExtractStandalone and Run in Extractor.cs? Then we could also put the logic into a shared method.
I wanted to make this the very first thing that happens. We're parsing input arguments before the standalone extraction start, and the argument parsing could also have culture dependent logic. |
Makes sense. Perhaps it would still be good to encapsulate (and document) the logic in a static method in |
No description provided.