cwensley / pablodraw

PabloDraw is an Ansi/Ascii text and RIPscrip vector graphic art editor/viewer with multi-user capabilities.
MIT License
315 stars 21 forks source link

copy/past doesn't work with special chars #15

Open leonardorocc0 opened 6 years ago

leonardorocc0 commented 6 years ago

I've been drawing some ASCIIs with newschool chars like attached image, but when I copy/paste an area of the image, it only paste "regular" chars. I thought it was caused by the character set I created in the editor, but it works for other character sets. image image

cwensley commented 6 years ago

@leonardorocc0 thanks for reporting the issue, can you give an example of what characters you're trying to paste?

Note that PabloDraw only supports a single character set, that is a maximum of 255 characters. It does not support unicode of any sort.

leonardorocc0 commented 6 years ago

@cwensley sorry I forgot to add images, please refresh, I've just added images to the reported issue.

leonardorocc0 commented 6 years ago

image for mac image

cwensley commented 6 years ago

Excellent, thanks for the info - it really helps!

I think it may actually be stripping those as they might be "illegal" ansi characters. However, I can't remember for sure so we'll have to look into it.

leonardorocc0 commented 6 years ago

I'd like to work on some newschool art like this:

image

Any other test you need from my side just let me know thanks for the help