Hello,
I am testing scheduled actions toward a space named in Chinese under company home, I define a queryTemplate within scheduled-action-services-context.xml as follows
<property name="queryTemplate">
<value>PATH:"/app:company_home/cm:XXXXX/*"</value>
</property>
the XXXXX means space name in Chinese, it doesn't work and no exception, Lucene just can not get the path.
I know it should be encoded into ISO9075 for compliance, but where to look for encoding function ?
Pleae help and thanks for your gentle share.
Leo