Merge charset wrong

I’m having trouble merging document, accented text is getting wrong charset.

const xfdf = await this.annotManager.exportAnnotations({links: false, widgets: false});
    const fileData = await this.docViewer.getDocument().getFileData({});
    const blob = new Blob([fileData], {type: 'application/pdf'});

    const data = new FormData();
    data.append('xfdf', xfdf);
    data.append('file', blob);
    data.append('license', 'xxxxxxxxxx');

    // Process the file
    const response = await fetch('https://api.pdfjs.express/xfdf/merge', {
      method: 'post',
      body: data
    }).then(resp => resp.json());

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Hey there,

This is a known issue and we are working on fixing it! It will be fixed early this week.

Thanks,
Logan