Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 10-03-2018, 04:51 AM   #1
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,559
Default Importing regions bugs with quote and accent (FIXED)

Bug 1
New character added at the end of a region.

  1. Add region named
    Code:
    Voici une "région" bugguée.
  2. Export region Aas CSV using region manager : CSV is fine.
  3. 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

  1. Add region named
    Code:
    Voici une "région" bugguée
    . Same as above but without the final point.
  2. Export region Aas CSV using region manager : CSV is fine.
  3. 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.
  1. Add region named
    Code:
    V"é"
  2. Export region Aas CSV using region manager. CSV contains
    Code:
    """é"""
    instead of just ""é""
  3. Import it back replacing existing region: you should have a region named
    Code:
    "é""".



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

Last edited by X-Raym; 02-08-2022 at 06:26 AM.
X-Raym is offline   Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.