@@ -121,7 +121,7 @@ public class VehicleInfoFile extends AbstractFile { | |||
public void setEngineNumber(String engineNumber) throws FormatException { | |||
String bin = encode(engineNumber, "GB2312"); | |||
bin = setAttrLength(bin, 32, false); | |||
bin = setAttrLength(bin, 32, true); | |||
replaceBySameLength(44, 59, bin); | |||
} | |||
} |