11-06-2015 10:05 AM
Hello,
if I use
printf ( "%s", "\t\t\tTest\r Text" );
the result is as expected:
Text Test
However, if I print the same text to a string for use as a tooltip the "\r" is interpreted as "\n":
Test
Text
It would be nice if this behavior could be improved, many thanks!
11-09-2015 04:47 AM
Nowadays I know very few languages/systems that interpret \r of \f properly. They equate \r to \n and ignore \f and that's about all.
11-14-2015 01:45 AM
Lithium asks if this has been solved...
I wouldn't call it solved, yet.