Melvin Newman <mnew...@sdlan.org> schrieb am Fr., 8. Nov. 2019, 17:22:
> Awesome thanks. I also saw a note on the Git page this morning, for the > request for python binding documentation. > > I realize that that this projects goals look to be the building of a > powerful C based DWG library (and it looks like you guys are on an awesome > track for that) but I would like to second a focus on Python :) > Documentation along this front would be a huge help! > > After a ton of hacking away last night I could get python to give me a > list of layers out of the dwg... but only the first letter in the layer > name.... > Because it was a r2007+ DWG and this has all strings as UCS-2 encoded. You need to decode it. Returning utf8 would be better, but that's over my head I fear. > Thank you very much for your help and the awesome work on this library! > > On Fri, Nov 8, 2019 at 1:14 AM Reini Urban <reini.ur...@gmail.com> wrote: > >> On Fri, Nov 8, 2019 at 5:29 AM Melvin Newman <mnew...@sdlan.org> wrote: >> >>> It would appear that the Reference API documentation is completely >>> missing... >>> >>> The link given to here: https://www.gnu.org/software/libredwg/refman/ >>> seems to come up blank in both Chrome, Firefox or Android. >>> >>> >> Thanks for the report. >> >> I've regenerated the refman and the manual. >> The manual also had some pages missing. >> >>