Opened 17 years ago

Closed 15 years ago

#452 closed Defect (fixed)

Attach wizard doesn't allow Unicode

Reported by: Didactylos Owned by: romw
Priority: Minor Milestone: Undetermined
Component: Manager Version:
Keywords: Unicode UTF-8 manager Cc:

Description

The Attach to Project Wizard doesn't allow Unicode in the username field.

The validator restricts characters to wxFILTER_ASCII. World Community Grid allows Unicode usernames, and so should all projects. BOINC Unicode support is decidedly flaky. I notice that team names use HTML character encoding, instead of Unicode. Is there a reason for this? Everything ought to be Unicode - it's just so much simpler that way. (Here endeth the Unicode Sermon.)

Change History (3)

comment:1 Changed 16 years ago by Didactylos

Milestone: Undetermined6.4

comment:2 Changed 15 years ago by romw

Milestone: 6.6Undetermined

There are not any plans to convert the CC to Unicode anytime soon.

Right now on Windows the Manager is built as an ANSI application. However building it as a Unicode application may not resolve the issue without the CC being aware of how to deal with UFT-8 strings.

comment:3 Changed 15 years ago by romw

Resolution: fixed
Status: newclosed

(In [18291]) - MGR: Accept Unicode input for usernames and password in the

manager now that the manager is Unicode enabled. Input will show up as UTF-8 strings in the CC and project.

Fixes #452

clientgui/

AccountInfoPage?.cpp AccountManagerInfoPage?.cpp ProjectInfoPage?.cpp

Note: See TracTickets for help on using tickets.