Skip to content

Commit 11fbb97

Browse files
authored
Merge pull request #112480 from lauradolan/edifact-utf8
List EDIFACT UTF-8 charset requirement
2 parents 4358686 + 3482931 commit 11fbb97

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

articles/logic-apps/logic-apps-enterprise-integration-edifact-decode.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: jonfan, divswa, logicappspm
99
ms.topic: article
10-
ms.date: 01/27/2017
10+
ms.date: 04/22/2020
1111
---
1212

1313
# Decode EDIFACT messages for Azure Logic Apps with the Enterprise Integration Pack
@@ -30,6 +30,10 @@ that's already defined in your integration account
3030

3131
## Decode EDIFACT messages
3232

33+
> [!IMPORTANT]
34+
> The EDIFACT connector supports only UTF-8 characters.
35+
> If your output contains unexpected characters, check that your EDIFACT messages use the UTF-8 character set.
36+
3337
1. [Create a logic app](quickstart-create-first-logic-app-workflow.md).
3438

3539
2. The Decode EDIFACT message connector doesn't have triggers,

articles/logic-apps/logic-apps-enterprise-integration-edifact-encode.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: jonfan, divswa, logicappspm
99
ms.topic: article
10-
ms.date: 01/27/2017
10+
ms.date: 04/22/2020
1111
---
1212

1313
# Encode EDIFACT messages for Azure Logic Apps with Enterprise Integration Pack
@@ -32,6 +32,10 @@ that's already defined in your integration account
3232

3333
## Encode EDIFACT messages
3434

35+
> [!IMPORTANT]
36+
> The EDIFACT connector supports only UTF-8 characters.
37+
> If your output contains unexpected characters, check that your EDIFACT messages use the UTF-8 character set.
38+
3539
1. [Create a logic app](quickstart-create-first-logic-app-workflow.md).
3640

3741
2. The Encode EDIFACT message connector doesn't have triggers,

articles/logic-apps/logic-apps-enterprise-integration-edifact.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: jonfan, estfan, logicappspm
99
ms.topic: article
10-
ms.date: 07/26/2016
10+
ms.date: 04/22/2020
1111
---
1212

1313
# Exchange EDIFACT messages for B2B enterprise integration in Azure Logic Apps with Enterprise Integration Pack
@@ -91,6 +91,10 @@ Now that you've set the agreement properties,
9191
you can configure how this agreement identifies and
9292
handles incoming messages received from your partner through this agreement.
9393

94+
> [!IMPORTANT]
95+
> The EDIFACT connector supports only UTF-8 characters.
96+
> If your output contains unexpected characters, check that your EDIFACT messages use the UTF-8 character set.
97+
9498
1. Under **Add**, select **Receive Settings**.
9599
Configure these properties based on your agreement
96100
with the partner that exchanges messages with you.

0 commit comments

Comments
 (0)