[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#13008: Invalid oct number convertion in string
From: |
Ludovic Courtès |
Subject: |
bug#13008: Invalid oct number convertion in string |
Date: |
Tue, 27 Nov 2012 23:44:07 +0100 |
User-agent: |
Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux) |
Hi!
nalaginrut <address@hidden> skribis:
> scheme@(guile-user)> (format #t "\033[32;31mhello\033[5m")
Here, \0 is taken to mean #\nul, and then there are two #\3.
IOW, there is no such syntax for octal escapes (info "(guile) String
Syntax").
What made you think otherwise?
Thanks,
Ludo’.