Nitratz / ducky-decode

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

Incorrect Implantation of ISO_8859_1 in encoder 2.6.4 (tested with Spanish languaje) #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Code any script with languaje with ISO_8859_1 caracters
2.Try letters ñ and Ñ (for example)
3.Encode with java -jar encoder.jar -i input.txt -o inject.bin -l es.properties

What is the expected output? What do you see instead?
Expected:
Loading File .....              [ OK ]
Loading Keyboard File .....     [ OK ]
Loading Language File .....     [ OK ]
Loading DuckyScript .....       [ OK ]
Char not found:ISO_8859_1_F1
Char not found:ISO_8859_1_D1
Char not found:ISO_8859_1_F1
Char not found:ISO_8859_1_D1
DuckyScript Complete.....       [ OK ]

Result:
Loading File .....              [ OK ]
Loading Keyboard File .....     [ OK ]
Loading Language File .....     [ OK ]
Loading DuckyScript .....       [ OK ]
Char not found:ISO_8859_1_C3
Char not found:ISO_8859_1_B1
Char not found:ISO_8859_1_C3
Char not found:UNICODE_2018
Char not found:ISO_8859_1_C3
Char not found:ISO_8859_1_B1
Char not found:ISO_8859_1_C3
Char not found:UNICODE_2018
DuckyScript Complete.....       [ OK ]

What version of the product are you using? On what operating system?
Encoder: 2.6.4 
OS: Windows 7

Please provide any additional information below.

Char not found:ISO_8859_1_F1 = ñ
Char not found:ISO_8859_1_D1 = Ñ
Help: http://es.wikipedia.org/wiki/ISO_8859-1

Original issue reported on code.google.com by Jaime.Al...@gmail.com on 24 Feb 2015 at 11:45