AmiBlitz / AmiBlitz3

Complete package of AmiBlitz3 including all sources.
https://www.amiblitz.de/
120 stars 9 forks source link

Wrong character in editor #36

Closed T0lk13n closed 10 months ago

T0lk13n commented 2 years ago

Amiga 1260 AOS3.2

Will try to explain with an example.

Write in the editor this:

================== push delete button and suddenly that string become this == = = = = = = = = = =

Another example: Write this: ççççççççççççççç push delete button and it transform to ggggggggggggg

honitos commented 2 years ago

I can not reproduce this behaviour.

T0lk13n commented 2 years ago

I can replicate it in MorphOS and AOS3.2.1 with latest ab 3.9.4.

T0lk13n commented 2 years ago

I see it happends with all spanish characters like ¿, ñ, ¡

theotheoderich commented 2 years ago

It happens also with german "Umlaute" grafik

It also happens when using this characters in a comment. Thsi behaviour can be reproduced in AB 3.8 and AB 3.9.4.

honitos commented 1 year ago

This is due to the system, tokens are stored in the code: all characters above 127 will be detected as a token, if it turns out not to be a token, bit 7 will be cleared resulting in an different character...