mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-15 13:19:38 +02:00
fix UTF encoding.
This commit is contained in:
parent
9941cd1699
commit
6d86fa2536
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ public final class ProducerOptions {
|
|||
* Set the format of the literal data packet.
|
||||
* Defaults to {@link StreamEncoding#BINARY}.
|
||||
*
|
||||
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.9">RFC4880 §5.9. Literal Data Packet</a>
|
||||
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.9">RFC4880 §5.9. Literal Data Packet</a>
|
||||
*
|
||||
* @param encoding encoding
|
||||
* @return this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue