it('Should consider the field invalid (controlfield with non-ASCII content), characters: true', () => {
        const field = {'tag': '003', 'value': 'ÅÖÖ'};

        try {
          Utils.validateField(field, {characters: true});