stable
Clone or download
Read-only
request #9781: Expert query mode throws a notice when an hexadecimal number is escaped
This contribution change the way unicode characters can used in TQL. Before this contribution if we wanted to get the character a from the unicode code we needed to do write \0061, now you should write \u0061 like in most languages (see C/C++/Java/Python for examples). Change-Id: I3f30240e8dd6294b55a25ca7833eaff8e40e30f2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/grammar/tql.pegjs | +2 | −2 | Go to diff View file |