PDA

View Full Version : Iso 8859-1


hgn98009
02-12-2003, 11:33 PM
Scandinavian characters might be uninteresting for most of you. However you seem to be a very knowledgeable group.
We have been using Annotator in ISO mode on hpux. We made our own font based on ISO 8859-1. It has worked fine for a number of years enabling us to exchange texts with other ISO compliant applications.
In 11.X CoCreate destroyed that by changing the editor so that it maps for example Å(ARING) to character 208 which is the character (ETH) which looks like a D with a dash on the left bar.
As soon as a text is loaded into the editor the characters with numbers above 128 is mapped to the wrong place. We have also learned that this has been the behavior of the PC version all the time. We have been thinking of a number of ways to solve this problem:
1 Is there a flag to set that prevents the conversion?
2 Can we edit the conversion table that Annotator uses?
3 Is there any other way to modify the behavior of the editor?
4 Can we replace the editor with some other editor like jpad?
5 Could it be possible to write a macro that first run the editor and when the text is saved it is reconverted before it is pasted on the drawing?

Wolfgang
02-18-2003, 10:22 AM
4 Can we replace the editor with some other editor like jpad?

Yes you can.. .. you can define which external text editor should be used/called instead of the internal one

There's a ENVIRONMENT variable:

"see Edit File command and shell variable EDITOR"

Be aware that OSD continues when the external editor is terminated (which is not so comfortable when you define a multi-document-editor, wiht already some other files loaded)

HTH a bit..