haroldo-ok / twee2sam

Converts twee projects into S.A.M. projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle 511 character limit

haroldo-ok opened this issue · comments

SAM's text buffer can only hold up to 511 characters; twee2sam will have to take that into consideration, and split text as necessary.

As a temporary fix, the tool now gives a warning when the limit is exceeded, and cuts off the excess. A more adequate correction will be done later.