Hey Nate,

Do you run this on a server or on your local desktop machine? Pango is used
in conjunction with FontConfig to select an appropriate (TrueType) font for
each (group of) letters. Apparently something goes wrong in your
environment, and perhaps it has to do with a lack of true type fonts, or a
missing or defect fontconfig installation, or the lack of a proper font
cache which may only be built when you run a local X server ?

What's the operating system you are using ?

So what you're potentially missing is Unicode support since the built-in
PDF fonts are single byte fonts (up to 256 characters), and access to more
fonts.

Regards,
koen


2013/2/23 Nathan Ridge <zeratul...@hotmail.com>

>
> > When I run it, I don't get any errors and a PDF file
> > is generated. The PDF file contains a line with red
> > background (good so far), but there is no text in it.
> >
> > Upon closer examination, there is text that can be
> > selected on the line, but it's not visible, and when
> > copy/pasting into a text editor I get some Chinese
> > characters rather than "Hello, world!": 䡥汬漬⁷潲汤‡
> >
> > I guess this is a font/encoding problem, but I'm not
> > sure how to further diagnose/debug it. Any ideas?
>
> Rebuilding Wt with ENABLE_PANGO=off fixed the problem.
> I'm not sure whether I'm missing out on anything by
> doing this.
>
> Thanks,
> Nate
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to