Closed MarvinJWendt closed 7 years ago
I will make it short:
STRING \ { [ ] } was returning ß 7 8 9 0
STRING \ { [ ] }
ß 7 8 9 0
Now it is returning: \ { [ ] }
\ { [ ] }
And the other AltGr combinations are fixed too.
AltGr
A more complex string:
Original String !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~
Unmodified Firmware !"#$%&ß'()*+,-./0123456789:;<=>?qABCDEFGHIJKLMNOPQRSTUVWXYZ8ßß9^_abcdefghijklmnopqrstuvwxyz7<0+
!"#$%&ß'()*+,-./0123456789:;<=>?qABCDEFGHIJKLMNOPQRSTUVWXYZ8ßß9^_abcdefghijklmnopqrstuvwxyz7<0+
With this fix applied: !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~
I will make it short:
STRING \ { [ ] }
was returningß 7 8 9 0
Now it is returning:
\ { [ ] }
And the other
AltGr
combinations are fixed too.A more complex string:
Original String
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~
Unmodified Firmware
!"#$%&ß'()*+,-./0123456789:;<=>?qABCDEFGHIJKLMNOPQRSTUVWXYZ8ßß9^_abcdefghijklmnopqrstuvwxyz7<0+
With this fix applied:
!"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_abcdefghijklmnopqrstuvwxyz{|}~