Opened 16 years ago

Closed 16 years ago

#7029 closed (duplicate)

Fix PO extraction of non-ASCII data in gettext files

Reported by: Malcolm Tredinnick Owned by: nobody
Component: Internationalization Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Based on comment 7 in #4734, trying to extract UTF-8 data from Javascript files is problematic. We probably need to apply a similar fix as in [5708] to the Javascript message extraction.

Opening this as a new ticket, since #4734 was closed quite a while ago and it's hard to track multiple reopening and closing histories.

Change History (2)

comment:1 by anonymous, 16 years ago

While you were opening this ticket I was creating #7030 with files to test the problem and the patch I used to fix it.

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: duplicate
Status: newclosed

Ah, excellent. Okay, sorry for the confusion. Closing this as a dupe of #7030, then.

Note: See TracTickets for help on using tickets.
Back to Top