# The form data below was edited by paul_allen # 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: job000078 Status: closed Project: perforce-software-p4convert Severity: A ReportedBy: norman_morse ReportedDate: 2014/10/17 14:48:14 ModifiedBy: paul_allen ModifiedDate: 2014/11/18 06:38:13 Description: Converter fails to process utf16 files correctly. Conversion from CVS using IMPORT mode: Converter doesn't return an error, but on sync we see "Translation of file content failed" messages: $ p4 sync ... //import/main/testproj/filetypes/utf16crlf.sql#1 - added as /Users/nmorse/public_depot/guest/perforce_software/p4convert/p4_client/main/testproj/filetypes/utf16crlf.sql Translation of file content failed near line 1 file /Users/nmorse/public_depot/guest/perforce_software/p4convert/p4_client/main/testproj/filetypes/utf16crlf.sql //import/main/testproj/filetypes/utf16file.sql#1 - added as /Users/nmorse/public_depot/guest/perforce_software/p4convert/p4_client/main/testproj/filetypes/utf16file.sql Translation of file content failed near line 1 file /Users/nmorse/public_depot/guest/perforce_software/p4convert/p4_client/main/testproj/filetypes/utf16file.sql //import/main/testproj/filetypes/utf16filea.sql#1 - added as /Users/nmorse/public_depot/guest/perforce_software/p4convert/p4_client/main/testproj/filetypes/utf16filea.sql Translation of file content failed near line 1 file /Users/nmorse/public_depot/guest/perforce_software/p4convert/p4_client/main/testproj/filetypes/utf16filea.sql I will mail this CVS repository to paul for his debugging pleasure. DevNotes: