Ticket #3666 (new defect)

Opened 12 months ago

Last modified 6 months ago

Encoding error in Portuguese, French and German, Italian

Reported by: humitos Owned by: cjb
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: Words Version: Unspecified
Severity: Unspecified Keywords:
Cc: humitos, dirakx, cjl Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

Steps to reproduce it:

  1. Open words activity
  2. Select Portuguese in the right selector
  3. Type "nasty"
  • The same happens for French in the word "kiwi"
  • The same happens for German in the word "hair brush"
  • The same happens for Italian in the word "bamboo"


Issue:

The translated words are shown in the Translation Entry, but they are an incorrect encoding. It should be Unicode.

Expected behaviour:

Show the translated words in the correct encoding.

Environment:

  • jhbuild in Fedora 17
  • git version of words-activiy

This ticket is related with: #3571

Attachments

57.png Download (24.4 KB) - added by humitos 12 months ago.

Change History

Changed 12 months ago by humitos

Changed 6 months ago by cjl

  • cc dirakx, cjl added

I think the IDP file format (where the Words word lists are derived from) is only capable of ASCII representation:

 http://www.june29.com/IDP/IDPfileformat.html

There are some strange hacks described in order to get diacritic marks "encoded" in this ACSII format. The use of ASCII by Words should obviously be replaced by Unicode and the diacritic mark hacks in the word lists modified.

Note: See TracTickets for help on using tickets.