Skip to content

Commit

Permalink
Added documentation about the need to encode chars for the Camel File…
Browse files Browse the repository at this point in the history
… Kafka Connector
  • Loading branch information
orpiske committed Jun 23, 2021
1 parent 72c8079 commit 918dbdd
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -67,3 +67,9 @@ when trying to do so.
[#known-limitations]
== Known Limitations

[#camel-file-kafka-connector]
=== Camel File Kafka Connector

When using append chars, it must be UTF-8 encoded so that they can be transmitted over the internet (i.e.: for new line
use use %0A instead of \n and so on). You can check https://www.w3schools.com/tags/ref_urlencode.ASP[the W3 Schools encoding reference]
for a reference list of characters and their encoded strings.

0 comments on commit 918dbdd

Please sign in to comment.