Skip to content

Commit 45da349

Browse files
committed
Add description: decode-marc21 needs UTF-8 encoding
See metafacture/metafacture-documentation#23.
1 parent 282afa8 commit 45da349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/Marc21Decoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
*/
136136
@In(String.class)
137137
@Out(StreamReceiver.class)
138-
@Description("Decodes MARC 21 records")
138+
@Description("Decodes MARC 21 records (UTF-8 encoding expected).")
139139
@FluxCommand("decode-marc21")
140140
public final class Marc21Decoder extends DefaultObjectPipe<String, StreamReceiver> {
141141

0 commit comments

Comments
 (0)