cypher2048 / ducky-decode

Automatically exported from code.google.com/p/ducky-decode
0 stars 0 forks source link

es.properties issue with caracters | @ # ~ and º (º and ~ added) and solution. #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.create a script with caracters | @ # ~
2.Encode it with -l sources/es.properties
3.run it in 

REM Wait 3500
DELAY 3500
REM Go to desktop and wait 750
GUI M
DELAY 750
REM Run "run" and enter the notepad
GUI r
DELAY 750
STRING powershell Start-Process notepad -Verb runAs
REM press enter wait 750 and verify windows rigths
ENTER
DELAY 3500
ALT y
ENTER
DELAY 750
REM Introduce the caracters 
STRING \ 1| 2@ 3# 4~
ENTER
STRING Must display "\ 1| 2@ 3# 4~"  caracter 
ENTER 
STRING Its ok?

What is the expected output? What do you see instead?
Result:" (Whit the caracter ~ added (show solutions))
1ª 2 3{ 4~
Must display "\ 1ª 2 3{ 4~"  caracter 
Its ok?"

Expected Result:"
1| 2@ 3# 4~
Must display "1| 2@ 3# 4~"  caracter 
Its ok?"

What version of the product are you using? On what operating system?
Encoder v2.6.3 
source: es.properties

Please provide any additional information below.
To add the caracter ~ and º in es.properties files must be added:

ASCII_7E = KEY_4, MODIFIERKEY_RIGHT_ALT
// 126 ~
ISO_8859_1_BA = KEY_TILDE
// 127 º

To correct this caracters lines must be changed:

For caracter |:
ASCII_7C = KEY_1, MODIFIERKEY_RIGHT_ALT
// 124 |

For caracter @:
ASCII_40 = KEY_2, MODIFIERKEY_RIGHT_ALT
// 64 @

For caracter #:
ASCII_23 = KEY_3, MODIFIERKEY_RIGHT_ALT
// 35 #

For caracter ~:
resolved above

For caracter º:
resolved above

Caracter º was fixed while I was reporting this issue. It´s tested and it 
works (sorry if I don´t change the example above).
Caracter ª (ISO_8859_1_AA) causes some caind of error With caracter 
Â(ISO_8859_1_C2) when fixing it. 
Caracters ^ { and } do not work propertly (yet). 

Original issue reported on code.google.com by Jaime.Al...@gmail.com on 1 Nov 2014 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by midnites...@gmail.com on 1 Nov 2014 at 6:54

GoogleCodeExporter commented 9 years ago
Fixed? Sould be in In Progress... (I just downloaded the Encoder and it isn´t 
fix)so do Issue 10...

Original comment by Jaime.Al...@gmail.com on 1 Nov 2014 at 7:52

GoogleCodeExporter commented 9 years ago
Fixed in the SVN, automated process or repackaging should happen overnight.

Original comment by midnites...@gmail.com on 2 Nov 2014 at 8:25

GoogleCodeExporter commented 9 years ago
Hmmm i don´t know if I´m doing right but I do not see the issues corrected in 
the Encoder2.6.3.zip file

Original comment by Jaime.Al...@gmail.com on 5 Nov 2014 at 12:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Look for v 2.6.4 here 
http://drive.google.com/#folders/0B7uVAbdkMKcXNW1KdnBrQzZtV3c

google changed the way downloads work, we all now have to use google-drive

Original comment by midnites...@gmail.com on 5 Nov 2014 at 8:57