From 6784a99d927fbdfa045afceb976e1165ba7a85da Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sat, 12 Apr 2014 20:40:33 -0400 Subject: UTF-8 rune to code page byte translator so that some UTF-8 text can be converted for proper rendering in the PDF document. --- doc.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc.go') 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 -- cgit v1.2.1-24-ge1ad