Bug 1
New character added at the end of a region.
- Add region named
Code:
Voici une "région" bugguée.
- Export region Aas CSV using region manager : CSV is fine.
- Import it back replacing existing region: you should have a region named
Code:
Voici une "région" bugguée.e.
Bug 2
UTF8- decoding issue
- Add region named
Code:
Voici une "région" bugguée
. Same as above but without the final point.
- Export region Aas CSV using region manager : CSV is fine.
- Import it back replacing existing region: you should have a region named
Code:
Voici une "région" bugguée©e
Bug 3
sometimes characters aren't escape right.
- Add region named
- Export region Aas CSV using region manager. CSV contains instead of just ""é""
- Import it back replacing existing region: you should have a region named
Demo:
CSV:
Code:
#,Name,Start,End,Length
R2,"Voici une ""région"" bugguée.",13.4.00,15.3.00,1.3.00
R1,"Voici une ""région"" bugguée",16.2.00,18.4.00,2.2.00
R3,"""é""",19.1.00,20.1.00,1.0.00
(note that only R3 has a problem at export, it as more quotes than needed).
Thanks for taking a look !
REAPER v5.95, Win 10x64.
EDIT: confirmed on mac by cfillion