Bwidget Source Code
View Ticket
Not logged in
2016-02-02
17:51 Closed ticket [6c91e43d76]: Translated messages do not work on utf-8 systems plus 8 other changes artifact: f8b5fd6dc7 user: oehhar
17:49
Translations non portable on utf-8 systems. File encoding changed to utf-8. Ticket [6c91e43d76] check-in: c1f8b267a2 user: oehhar tags: bwidget
17:33 New ticket [6c91e43d76] Translated messages do not work on utf-8 systems. artifact: 9d82d84d27 user: oehhar

Ticket UUID: 6c91e43d76c2cc23eb8cc5ecb8693de44a87a754
Title: Translated messages do not work on utf-8 systems
Type: Bug Version: 1.9.9
Submitter: oehhar Created on: 2016-02-02 17:33:55
Subsystem: bwidget 1.x Assigned To: oehhar
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2016-02-02 17:51:52
Resolution: Fixed Closed By: oehhar
    Closed on: 2016-02-02 17:51:52
Description:

Translations of message files not in utf-8 are not portable to utf-8 systems.

Reported by Donald Porter on tcl-code See http://code.activestate.com/lists/tcl-core/15354/

Demo script:

package require msgcat
msgcat::mclocale da
package require BWidget
MessageDlg .m -type abortretryignore -icon question 

shows a box with the title: Sp?rgsm?l and should show "Spørgsmål".

User Comments: oehhar added on 2016-02-02 17:51:52:

Fixed in [c1f8b267a2].