I tried to get my brakets back from the wirteStream. Sadly the writeStream set two punctuation marks (apostrophes) before and after the brackets.
Could someone help me? I found the mistake for this in the class String in printOn and mainly in storeOn.
Have you an idea to solve it? I thought on RegEx... but maybe someone has another methode or solution.
| stream |
'()' printOn: (stream := '' writeStream).
stream contents = '()'.
Regards, bartak.