Re: [orca-list] the apostrophe char is not announced correctly when typed



Hey José.

On 03/04/2013 09:30 PM, José Vilmar Estácio de Souza wrote:
The funny thing is that when I change the profile to Portuguese of
Brazil, everything works correctly.

Give this a shot in a python console:

  import speechd
  client = speechd.Client()
  client.set_language('pt')
  client.key("'")
  client.set_language('en')
  client.key("'")

For me, when the language is Portuguese I hear apostrophe; when the
language is English, I hear quote. Probably something in espeak.

Take care.
--joanie


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]