bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13008: Invalid oct number convertion in string


From: nalaginrut
Subject: bug#13008: Invalid oct number convertion in string
Date: Tue, 27 Nov 2012 18:41:31 +0800

Here is the story:
=====================cut===============================
scheme@(guile-user)> (format #t "\033[32;31mhello\033[5m")
33[32;31mhello33[5m$2 = #t
scheme@(guile-user)> (format #t "\x1b[32;31mhello\x1b[5m")
hello (in red color)
=====================end===============================

Seems "\033" can't be converted to "\x1b", and I tried "\o1b" failed.
I believe it ought to be a bug.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]