
29 Oct
2014
29 Oct
'14
11:07 a.m.
On 2014-10-29 1:50 PM, Myles Braithwaite wrote:
Jamon Camisso wrote:
Better, but what about:
MESSAGE="foo\u003B DELETE FROM log\u003B"
Does bash support unicode characters now? Cause it seems to be working fine:
3|2014-10-29 17:44:41|foo\u003B DELETE FROM log\u003B
Is there a Python like `u` for bash?
Not sure: if I echo $CLEAN_MESSAGE though I see the ; with \u003B or \x3B characters. When you run the insert in sqlite does it interpret the characters as literal strings again?