Atlantis Replaces Unicode Box Characters With ASCII

General comments and questions. Technical support.
Post Reply
jpavel
Posts: 31
Joined: Tue Oct 15, 2013 2:58 pm

Atlantis Replaces Unicode Box Characters With ASCII

Post by jpavel »

In previous versions of Atlantis (before 2.0?) I was able to paste plain Unicode text box characters into Atlantis, for instance

Code: Select all

┌────┐
│2017│
└────┘
But in 2.0.4 if I attempt to paste that as Unicode Text, Atlantis converts it to

Code: Select all

+----+
¦2017¦
+----+
This thwarts the plain-text diagrams I use in my documents.

Is there a way to turn off this conversion? Perhaps in the next point-release?

Best,
Jesse
Robert
Posts: 1900
Joined: Fri Aug 15, 2003 8:27 pm

Post by Robert »

Hi Jesse,
What exactly are you copying? Is the source document a pure text file (with “.txt” extension)? Is the target document also a pure text file (with “.txt” extension)?
Try selecting your text in the target document, and see what happens if you change the font face used for it. Does it change its appearance?
Note that Atlantis is essentially meant to be used as a word processor, and not as a pure text editor. If you want to create pure text documents, you’d be much better off with a pure text editor like Notepad++.
If you want to create what looks like frames in Atlantis, you could use simple 1x1 tables, and paste any relevant contents into these tables.
HTH.
Cheers,
Robert
jpavel
Posts: 31
Joined: Tue Oct 15, 2013 2:58 pm

Post by jpavel »

Hi Robert,

I'm copying Unicode text from my text editor (jEdit), and pasting it into Atlantis. I've written a set of custom jEdit macros to generate the sort of text diagrams that I need using the Unicode box drawing characters. The "2017" example was just to show the sort of character conversion that Atlantis is doing.

In v1.6.6.5 Atlantis didn't perform this character conversion, and all was well.

Thanks,
Jesse
User avatar
admin
Site Admin
Posts: 2824
Joined: Wed Jun 05, 2002 10:48 pm
Contact:

Post by admin »

This issue will be addressed in next release of Atlantis. Thanks.
Post Reply