Re: [NTG-context] \pdfactualtext and \char

2016-08-05 Thread Wolfgang Schuster
Henri Menke <mailto:henrime...@gmail.com> 5. August 2016 um 17:40 Dear list, \pdfactualtext behaves oddly when the argument is \char. \starttext \pdfactualtext{\char`A}{B} \stoptext In the example, the actual text in the PDF is »A« even though it should be »B«. If I just use \pdfactual

[NTG-context] \pdfactualtext and \char

2016-08-05 Thread Henri Menke
Dear list, \pdfactualtext behaves oddly when the argument is \char. \starttext \pdfactualtext{\char`A}{B} \stoptext In the example, the actual text in the PDF is »A« even though it should be »B«. If I just use \pdfactualtext{A}{B} it works fine. Cheers, Henri