summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@code.google.com>2014-04-12 20:40:33 -0400
committerKurt Jung <kurt.w.jung@code.google.com>2014-04-12 20:40:33 -0400
commit6784a99d927fbdfa045afceb976e1165ba7a85da (patch)
treee302a7ac8f1f332386eb3f60092882d7f672ae02 /doc.go
parent202a1a1b9f07994138de669f4d8b42b4c0bddcc2 (diff)
UTF-8 rune to code page byte translator so that some UTF-8 text can be converted for proper rendering in the PDF document.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc.go b/doc.go
index a3ef6ff..fb2f475 100644
--- a/doc.go
+++ b/doc.go
@@ -152,9 +152,10 @@ and http://dejavu-fonts.org/.
Roadmap
-• Handle UTF-8 source text
+• Handle UTF-8 source text natively. Until then, automatic translation of
+UTF-8 runes to code page bytes is provided.
-• Improve test coverage as reported by gocov (https://github.com/axw/gocov‎)
+• Improve test coverage as reported by the coverage tool.
*/
package gofpdf