# The form data below was edited by jayesh_mistry # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. Job: job000047 Status: open Project: perforce-software-piper Severity: B ReportedBy: jayesh_mistry ReportedDate: 2014/05/30 09:01:37 ModifiedBy: jayesh_mistry ModifiedDate: 2014/05/30 09:01:37 Description: Piper doesn't support Unicode enabled server Attempting to connect Piper to a Unicode enabled server raises the following error: Unicode server permits only unicode enabled clients. Setting P4CHARSET in my environment and then starting Piper makes no difference. $ p4 set P4CHARSET=utf8 (config) P4CLIENT=jmistry_local_test (config) P4CONFIG=.p4config (set) (config '/Users/jmistry/ws/test/local_unicode/.p4config') P4PORT=localhost:1777 (config) P4USER=jmistry (config) $ /Applications/Piper.app/Contents/MacOS/Piper AppVersion : 04-03 [...] Logging in... P4 > connect P4.Edit jmistry@localhost:1777 Connected jmistry@localhost:1777 P4 > connect P4.Sync jmistry@localhost:1777 P4 > connect P4.List jmistry@localhost:1777 P4 > login -a Error > 7190 "Unicode server permits only unicode enabled clients."