Skip to content

Commit 607182c

Browse files
committed
Remove U+FFFD entity due to missing in PDF fonts
1 parent 0911d6b commit 607182c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/reference/statement/maxfieldsize.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We may address this in the future.
2424

2525
Caveats:
2626

27-
* Given the truncation happens at a set number of bytes, values in a multibyte character set (UTF8) might end in the Unicode replacement character (U+FFFD, '`�`') due to truncation before the end of the encoded codepoint.
27+
* Given the truncation happens at a set number of bytes, values in a multibyte character set (UTF8) might end in the Unicode replacement character (U+FFFD) due to truncation before the end of the encoded codepoint.
2828
* Jaybird will accept any non-negative value for `maxFieldSize`.
2929
The JDBC apidoc recommends using values greater than `256`.
3030
* A too small `maxFieldSize` may result in "`wrong`" values or missing precision being returned without error for numeric and Boolean getters;

0 commit comments

Comments
 (0)