DISPLAY SPECIAL CHARACTERS

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
afreda
Posts: 8
Joined: Sat Aug 22, 2015 7:12 am

DISPLAY SPECIAL CHARACTERS

Post by afreda »

Hello,
my problem is that I can not display on the editor mode brief some characters. for example àèéùì.
How you can display them properly?
Thank you for your answers

FREDA Hannibal
ROME - ITALY
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: DISPLAY SPECIAL CHARACTERS

Post by jussij »

This is not an easy question to answer as the display of the text depends on many factors including the text format, the code page and the font.

When it comes to text formats Zeus support the ASCII, UTF-8, or UTF-16 text formats.

So for example the àèéùì text could be ASCII with a special code page, or it could be UTF-8 or UTF-16. All three formats can be used to represent this text but each format will represent that text in totally differently manners.

My guess would be in this case the text is ASCII and is defined to use a particular European code page.

So for that text to display correctly you need to make sure the current font supports that code page.

What I would suggest is using the Options, Editor Options menu and in the Font panel, try selecting a different font.

Also try changing the Language selection as that option represents the different code pages.

Failing that, you could also setup Zeus to use UTF-8 (i.e. inside the General section of the document type) but if you do that and you are using Zeus as a programmer's editor then you also need to make sure you compiler supports the UTF-8 format.

Finally, for more information on fonts and text formats here is a good link: http://www.joelonsoftware.com/articles/Unicode.html

Cheers Jussi
afreda
Posts: 8
Joined: Sat Aug 22, 2015 7:12 am

Re: DISPLAY SPECIAL CHARACTERS

Post by afreda »

Thanks for the reply. :-))
I solved it by changing the font to Courier New OEM and language from the options of the editor.
In this way the characters appear regularly. But you can not search them. For example if I want to look up the word menu, with the "u" stressed, the program can not find it.
I hope I was clear :-))
Thanks again !

Greetings
FREDA Hannibal
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: DISPLAY SPECIAL CHARACTERS

Post by jussij »

But you can not search them. For example if I want to look up the word menu, with the "u" stressed, the program can not find it.
This might be a bug in Zeus :?

If you send me a small text file that contains an attachment file that contains the stressed "u" characters that don't search correctly I'd be happy to take a look into this.

Note: It needs to be an attachment file and not just an e-mail message containing the text, pretty much for the reasons I described earlier ;)

Also in Windows what language setting are you running :?:

You can see this information using the Regional and Language Options found in the Control Panel.

My e-mail address is at the top left of this post.

Cheers Jussi
afreda
Posts: 8
Joined: Sat Aug 22, 2015 7:12 am

Re: DISPLAY SPECIAL CHARACTERS

Post by afreda »

Hello,
as required sending the attached file containing the word menu with the letter accented.

Words are menù and utilità. The option language is Italian

Greetings
FREDA Hannibal
Attachments
testo.zip
Menù ed utilità
(393 Bytes) Downloaded 2317 times
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: DISPLAY SPECIAL CHARACTERS

Post by jussij »

Hi Freda,

Thanks for sending through the test file.

Unfortunately I was not able to replicate the issues as for me the file loads, displays and searches just fine.

I also did a second test where I created a new Italian keyboard.

With this Italian keyboard active the two keys to the left of the Enter key now let me enter these characters:

àò

and the shift version of those two keys gives me these characters:

°ç

For me I have no trouble searching for any of those characters as shown by the image below:
chars.png
chars.png (19.3 KiB) Viewed 45667 times
These are the font settings that I have configured:
fonts.png
fonts.png (13.36 KiB) Viewed 45667 times
Cheers Jussi
afreda
Posts: 8
Joined: Sat Aug 22, 2015 7:12 am

Re: DISPLAY SPECIAL CHARACTERS

Post by afreda »

It also works with the new courier and OEM but only if the speech is written directly on the document. If it was already present in the import of text files, the search fails. This is what I observed. So in my opinion there are no bugs by Zeuss.

Sometimes the forum displays a 503 error and can not be accessed.

Greetings :-))
FREDA Hannibal
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: DISPLAY SPECIAL CHARACTERS

Post by jussij »

Sometimes the forum displays a 503 error and can not be accessed.
Since this is a phpBB forum, many spam engines know how to attack phpBB forums and as such they attack the forum with thousands of spam postings.

Now while this is a phpBB forum it has lots of hand crafted php code designed to stop those spam posting from getting through.

But even though the forum checks and kills spam it can't stop the thousands of spam attempts.

So when the forum is being hit by a spam engine there can be a slowdown.

But without those anti-spam efforts the forum would see many thousands of links to spam sites posted every day, so the good news is those anti spam measures are working :)

Cheers Jussi
Post Reply