We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282afa8 commit 45da349Copy full SHA for 45da349
metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/Marc21Decoder.java
@@ -135,7 +135,7 @@
135
*/
136
@In(String.class)
137
@Out(StreamReceiver.class)
138
-@Description("Decodes MARC 21 records")
+@Description("Decodes MARC 21 records (UTF-8 encoding expected).")
139
@FluxCommand("decode-marc21")
140
public final class Marc21Decoder extends DefaultObjectPipe<String, StreamReceiver> {
141
0 commit comments