On Tuesday, September 16, 2003, at 10:14 AM, Yen-Ju Chen wrote:
I hope this bug can be fixed since it is quite simple:
[bug #5254] "cvtenc -EscapeIn yes" use wront encoding Submitted By: yjchen group: GNUstep Submitted on:
Category: Base/Foundation Severity: 5 - Major Bug Group: Bug Resolution: None Assigned to: None Status: Open Summary: "cvtenc -EscapeIn yes" use wrong encoding Original Submission: At line 234 of cvtenc tool, myData = [myString dataUsingEncoding:oEnc allowLoassyConversion: NO];. It should use iEnc instead of oEnc because it is for "-EscapeIn yes". Sorry that I can't offer a patch due to my network problem
Shouldn't the patch rather be this (assuming if you want to escape the input it must be in Unicode format [ is that correct?]):
cvtenc.patch
Description: Binary data
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
