Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2085
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: International symbols, UTF8 |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2011-02-11 12:09 -0800 |
| Organization | gnuplot development team |
| Message-ID | <ij4518$lrg$1@news.eternal-september.org> (permalink) |
| References | <aed8a618-d2e9-4ad6-9596-bdf000d519ff@w21g2000yqm.googlegroups.com> <iiuhru$si6$1@news.eternal-september.org> <abe28b77-b544-47cd-a6b9-9b3f89dea558@f2g2000yqf.googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
Andrey None wrote:
> On 9 фев, 20:11, sfeam <sf...@users.sourceforge.net> wrote:
>> The cairopdf terminal handles UTF-8 just fine. Is that what you are
>> using, or are you instead linking to the proprietary PDFLib library?
>> In the latter case I think you have to by a "professional license" to get
>> UTF-8 support. In other words, gnuplot is fine with UTF-8 but it is
>> limited by the external library. But as I said, the newer pdfcairo
>> terminal works fine and requires no proprietary support library.
>
> I have libcairo2 1.6.4-7 installed on my Debian Linux. PDFLib is
> installed too, I used it to build prev. versions of gnuplot. How
> should I configure installation and building of gnuplot in order to
> use cairo and eliminate PDFLib?
I do not know the specific Debian packages required, but in order to
build gnuplot with the cairo terminals you need
libcairo
libpangocairo
libpango
libpangoft2
It is possible that those libraries in turn require additional
support packages that you will have to install first.
When you configure gnuplot using ./configure
it prints out a listing of which terminals it found support libraries
for. You should see a line like:
cairo-based pdf and png terminals: yes
If it says "no" rather than "yes", you can look in the output file
config.log to see exactly which libraries or headers were not found.
Ethan
>
> Thanks a lot for reply.
>
> Regards,
> Andrey
Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar | Unroll thread
Re: International symbols, UTF8 sfeam <sfeam@users.sourceforge.net> - 2011-02-11 12:09 -0800
csiph-web