Re: Libharu D binding harud unicode support

2017-03-02 Thread Kagamin via Digitalmars-d-learn
It looks like libharu or pdf don't support unicode well, see http://libharu.org/ so you probably need to select the turkish codepage and supply text in that encoding.

Libharu D binding harud unicode support

2017-03-01 Thread Erdem via Digitalmars-d-learn
How should one use libharu d binding in unicode mode. Consider this basic example. import std.stdio; import harud; import harud.c; void main() { void errorCallback(uint error_number, uint detail_number) { writefln("err %x, %s, (num %x)" , error_number ,