• MorphOS Developer
    geit
    Posts: 1033 from 2004/9/23
    Quote:

    pegasos-sigi2 wrote:

    I convert nothing!
    I use linear UTF8 all the time, no ISO 8859 or other thinks.
    But any of these "blocks" are 0x0A and 0x0D and any of these \xe2\x80\x93.
    0x0A and 0x0D are white-space control codes: '\f','\v','\n','\r'. These are not printable by cairo!
    I must filter them.
    0xE28093 are UTF8-Code for "-". Also not printable, but i change the charstream to ascii "-".



    Well, I know for sure that 0xE28093 is printable. At least tt_engine converts it right, as I got the very same issue, when using Text() and converted on my own, when implementing Reader.

    http://www.geit.de/tmp/Reader.jpg

    Geit
  • »28.09.14 - 17:34
    Profile