I wrote a pascal program with Pepe. Into a literal string, I wrote a special character: a long hyphen (--). When I wanted to edit the source again, hundreds of strange-looking characters had been inserted into my source code. It was very arduous to remove them all again.
Where did they come from? What characters can I use in a string? Only ASCII 0-127?
Thank you.
Regards,
Answer n° 1 -------- 03/09/2012 @ 12:17 by Philippe
visitor
Hi,This is a known bug to be fixed. Files are saved as utf-8 files and reloaded as char files (or the contrary). Moreover, Strings are char (byte) array and the build-in console does not display utf-8.
Philippe.
topic active
topic closed
Sticky
New message -
Correct message
Close topic
Make sticky