Bwidget Source Code
View Ticket
Not logged in
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: (text/x-fossil-wiki)
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:
<verbatim>
package require msgcat
msgcat::mclocale da
package require BWidget
MessageDlg .m -type abortretryignore -icon question 
</verbatim>

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: (text/x-fossil-wiki)
Fixed in [c1f8b267a2].