Skip to content

Commit d52f09b

Browse files
authored
Update support-non-unicode-character-encoding.md
Removed redundant line.
1 parent a256906 commit d52f09b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/logic-apps/support-non-unicode-character-encoding.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ The following list shows some of the connectors where you can disable automatica
2828
* [Google Drive](/connectors/googledrive/)
2929
* [SFTP - SSH](/connectors/sftpwithssh/)
3030

31-
The option **Infer Content Type** is usually under the advanced options in the action's parameters. If your trigger doesn't have this option, the content type is set by the incoming message.
32-
3331
If you're using the Request trigger for `text/plain` content, you must set the `charset` parameter that is in the call's `Content-Type` header. Otherwise, characters might become corrupted, or the parameter doesn't match the payload's encoding format. For more information, review [how to handle the `text/plain` content type](logic-apps-content-type.md#text-plain).
3432

3533
For example, the HTTP trigger converts the incoming content to UTF-8 when the `Content-Type` header is set with the correct `charset` parameter:

0 commit comments

Comments
 (0)