Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-07 Thread Marcel Fabian Krüger
On Sun, Apr 05, 2020 at 12:46:28PM +0200, luigi scarso wrote: > On Sun, Apr 5, 2020 at 12:35 PM Hans Hagen wrote: > > > > > adding an extra return value is no big deal but we can't predict > > incompatibilities (and we're not assumed to introduce these) > > > > no modification, in case we will

Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-06 Thread Ulrike Fischer
Am Sun, 5 Apr 2020 13:10:27 +0200 schrieb Hans Hagen: > if pdfe.type(n) == "pdfe.array" pdfe.type is not in the documentation ;-). -- Ulrike Fischer http://www.troubleshooting-tex.de/ ___ dev-luatex mailing list dev-luatex@ntg.nl https://mailm

Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-05 Thread Hans Hagen
On 4/5/2020 12:46 PM, luigi scarso wrote: On Sun, Apr 5, 2020 at 12:35 PM Hans Hagen > wrote: adding an extra return value is no big deal but we can't predict incompatibilities (and we're not assumed to introduce these) no modification,  in case we will ad

Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-05 Thread luigi scarso
On Sun, Apr 5, 2020 at 12:35 PM Hans Hagen wrote: > > adding an extra return value is no big deal but we can't predict > incompatibilities (and we're not assumed to introduce these) > no modification, in case we will add pdfe.getpdfstring and mark getstring as deprecated. -- luigi ___

Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-05 Thread Hans Hagen
On 4/3/2020 8:33 AM, Ulrike Fischer wrote: Am Fri, 3 Apr 2020 02:08:25 +0200 schrieb Marcel Fabian Krüger: Hi, I recently tried to do something with the embedded pdfe library and noticed that accessing strings comes with certain problems. PDF strings are always returned in raw form without the

Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-04 Thread luigi scarso
On Fri, Apr 3, 2020 at 2:08 AM Marcel Fabian Krüger wrote: > Hi, > > I recently tried to do something with the embedded pdfe library and > noticed that accessing strings comes with certain problems. PDF strings > are always returned in raw form without the surrounding <> or (), so any > script us

Re: [Dev-luatex] Strings in LuaTeX's pdfe

2020-04-02 Thread Ulrike Fischer
Am Fri, 3 Apr 2020 02:08:25 +0200 schrieb Marcel Fabian Krüger: > Hi, > > I recently tried to do something with the embedded pdfe library and > noticed that accessing strings comes with certain problems. PDF strings > are always returned in raw form without the surrounding <> or (), so any > scri

[Dev-luatex] Strings in LuaTeX's pdfe

2020-04-02 Thread Marcel Fabian Krüger
Hi, I recently tried to do something with the embedded pdfe library and noticed that accessing strings comes with certain problems. PDF strings are always returned in raw form without the surrounding <> or (), so any script using them will need to know if it is a hex string or a "normal" () delimi