dekkerglen / CubeCobra

An open source web application for building, managing, and playtesting Magic the Gathering cubes.
https://www.cubecobra.com
Apache License 2.0
194 stars 121 forks source link

Replace all double-quotes in card names, not just the first #2477

Open KaelenProctor opened 3 weeks ago

KaelenProctor commented 3 weeks ago

Fixes #2393

Testing:

  1. Add Henzie "Toolbox" Torre to the cube.
  2. Export a CSV of the cube
  3. Open the CSV in a text editor

Before: "Henzie ""Toolbox" Torre",3,"Legendary Creature - Devil Rogue" Second double quote around Toolbox is not escaped for CSV per RFC-4180

After: "Henzie ""Toolbox"" Torre",3,"Legendary Creature - Devil Rogue"