From f8e67d0ae0aa1e948a76f2ed2ffd2446d26b78a1 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Fri, 5 May 2017 07:50:30 -0400 Subject: Note lack of support for Chinese, Arabic and other multi-codepage fonts --- doc.go | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index c7cf5da..ac079ff 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 Kurt Jung (Gmail: kurt.w.jung) + * Copyright (c) 2013-2017 Kurt Jung (Gmail: kurt.w.jung) * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -53,9 +53,14 @@ Features • Barcodes 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 fonts. However, support is -provided to translate UTF-8 runes to code page encodings. +on Linux, Mac and Windows platforms. + +Like FPDF version 1.7, from which gofpdf is derived, this package does not yet +support UTF-8 fonts. In particular, languages that require more than one code +page such as Chinese, Japanese, and Arabic are not currently supported. This is +explained in issue 109. However, support is provided to automatically translate +UTF-8 runes to code page encodings for languages that have fewer than 256 +glyphs. Installation -- cgit v1.2.1-24-ge1ad