FLAM Issue Tracker - CLE/P
View Issue Details
0000232CLE/P2. CLPpublic2013-12-09 11:052013-12-09 11:36
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
1.0 
1.11.1 
0000232: Use of ' in strings or " in suplements are not possible
To define a ' in a string or a " in a suplement is not possible, because it will be regognise as end of string end suplement. A Special escape sequence or something like this is required.
No tags attached.
Issue History
2013-12-09 11:05Falk ReichbottNew Issue
2013-12-09 11:05Falk ReichbottStatusnew => assigned
2013-12-09 11:05Falk ReichbottAssigned To => Falk Reichbott
2013-12-09 11:36Falk ReichbottNote Added: 0000174
2013-12-09 11:36Falk ReichbottStatusassigned => resolved
2013-12-09 11:36Falk ReichbottFixed in Version => 1.1
2013-12-09 11:36Falk ReichbottResolutionopen => fixed

Notes
(0000174)
Falk Reichbott   
2013-12-09 11:36   
For strings such a escape sequence was implemented with a slash '/'' but this is not useful on UNIX Systems if you try to define a path ('//u//home//falk//test.dat') and for supplements there was no solution implemented for this.

Now the escap sequence will be two times the same character to represent one of these characters.

for example:
   '''falk.test.dat(hugo)'''
   "das ist ein ""Supplement"""