Re: dtc: Improve support for string escapes

2007-10-16 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > dtc supports the use of C-style escapes (\n, \t and so forth) in > string property definitions via the data_copy_escape_string() > function. However, while it supports the most common escape > characters, it doesn't support the full set that C does,

dtc: Improve support for string escapes

2007-10-15 Thread David Gibson
dtc supports the use of C-style escapes (\n, \t and so forth) in string property definitions via the data_copy_escape_string() function. However, while it supports the most common escape characters, it doesn't support the full set that C does, which is a potential gotcha. Worse, a bug in the lexe