T
Thomas
hi,
i got a problem with this extra-char ?
filling a pdf from database and/or xml
1) from database (seems it using WIN encoding) i got a \x80
2) from xml i got \xE2\x82\xAC (utf8)
i know i need to convert this char to \xA0 so it will be displayed in pdf right
but i dont know which conversion i can use (which result encoding) ?
(i like to use perl but i need to know which algorithm i need for one/both case/s)
best regards
thomas
i got a problem with this extra-char ?
filling a pdf from database and/or xml
1) from database (seems it using WIN encoding) i got a \x80
2) from xml i got \xE2\x82\xAC (utf8)
i know i need to convert this char to \xA0 so it will be displayed in pdf right
but i dont know which conversion i can use (which result encoding) ?
(i like to use perl but i need to know which algorithm i need for one/both case/s)
best regards
thomas