Supported engines-metadata header
Decode and encode children file names with Shift-JIS encoding
The archive engine uses UTF-8 as a default encoding to create the children file names, if an archive file uses Shift-JIS encoding, please specify this info in the engine-metadata to preserve file names
- Use MetaDefender Core API to process a file
- Send the engines-metadata header with this value
{
"extraction": { "charset": "SJIS" },
"compression": { "charset": "SJIS" }
}
Was this page helpful?