summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-04-12 21:03:21 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-04-12 21:03:21 -0400
commit779b3c91c2de13df3c0fde9644f10de0ebe645be (patch)
tree2fef6bb87964d1dd1323154dbf8e8b0746a850ea /doc.go
parentc40e4d1c694c516018f83d5a402ecbd42287bfd3 (diff)
Yet another documentation tweak
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index fb2f475..db47f92 100644
--- a/doc.go
+++ b/doc.go
@@ -46,7 +46,8 @@ Features
gofpdf has no dependencies other than the Go standard library. All tests pass
on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf
-is derived, this package does not yet support UTF-8 source text.
+is derived, this package does not yet support UTF-8 fonts. However, support is
+provided to translate UTF-8 runes to code page encodings.
Acknowledgments