View Issue Details

IDProjectCategoryView StatusLast Update
0003116ardourbugspublic2010-06-21 12:14
Reporterpierrebou Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version2.8.6 
Summary0003116: track names beginning or ending with accented chars
DescriptionTrack names can contain accented characters only in the middle of the string. If not, the character(s) are suppressed.

Example :
  aéa -> ok
  éa -> not ok, is substituted by 'a'
  aé -> not ok, is substituted by 'a'

Furthermore, if a track name is 'a' and is renamed to 'aé', Ardour pop the following confusing error message : "A track with the same name already exists".

Cheers,
Pierre



TagsNo tags attached.

Activities

paul

2010-06-21 12:14

administrator   ~0008295

this will be a complicated bug to fix. ben loftis and myself tried once, by replacing the functionality of the code that defines what characters are legal for certain things. it broke several things, rather unexpectedly. the current behaviour is clearly wrong, but changing it is tricky ...

Issue History

Date Modified Username Field Change
2010-05-08 23:30 pierrebou New Issue
2010-06-21 12:14 paul Note Added: 0008295