Composer file name error

Hello,

I have created a project that links to audio files that are named in a non latin language format. When I try to access these files through composer prompt block, it gives me a warning on top “Discouraged file name”. I hear nothing when these should be played. The weird thing is that this IVR application was developed with 8.1.2 composer and it was working without errors (no warnings in composer, files played as supposed to). Now that I need to do some changes and installed composer 8.1.3, it gives me that error. Anyone has encountered this ?

check composer logs and see which charset it is using. Probably a conflict there.

Thanks for the response cavagnaro. UTF8 is being used. :-\

Can you post the MCP logs covering the audio files fetch?

It had to do with the Tomcat server. I added the line

URIEncoding="UTF-8"

in the server.xml inside the Connector definition