I'm using CMIS query language to query information from my Alfresco server. Some of content's properties have Cyrillic names. When I try to insert this names in WHERE
clause, I get an error:
[exception] => invalidArgument
[message] => line <line>:<position> no viable alternative at character '<first_cyrillic_symbol>'
How can I pass them?