Menu

#1 Problem with \r, \n, \t characters in strings.

v0.1
open-fixed
nobody
None
3
2006-03-02
2006-02-28
ddaglas
No

The interpreter processes \r, \n, and \t in strings as
regular r, n, and t characters, respectively. A
workaround is to use character types:

Instead of "Hello there\n", use "Hello there" '\n'.

Discussion

  • ddaglas

    ddaglas - 2006-02-28
    • milestone: --> v0.1
    • priority: 5 --> 3
     
  • ddaglas

    ddaglas - 2006-03-02
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.