AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

strange characters like è are not allowed: how can use it?
 
 

Exception: Syntax error in test/z_last.rive line 14: Triggers may only contain lowercase letters, numbers, and these symbols: ( | ) [ ] * _ # @ { } < > = (near: + è il cap di xxxx)


I would like to use the comon italian letters è,é,ò,à,ì,ù ..
is it possibile?


regards
matteo

 

 
  [ # 1 ]

I have a same problem. I would like to use Scandinavian letters for Finnish and Swedish language like Åå Ää Öö. I got the same error message.

I’m currently using javascript version.

 

 
  [ # 2 ]

Enable the UTF-8 support for your version of RiveScript.

# Python
bot RiveScript(utf8=True)

# JS
var bot = new RiveScript({ utf8true }); 
 

 
  login or register to react