Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to work with polish letters
09-27-2011, 02:04 PM
Post: #1
How to work with polish letters
Hi,

How to insert some of the polish special letters ?
Is there something like "?d" ou "?l" for special (accent) letters ?

Thanks
Find all posts by this user
09-27-2011, 02:14 PM
Post: #2
RE: How to work with polish letters
You can use special polish letters in custom charsets, like -1 %letters% and then use them in a mask, say, ?1?1?1.
Find all posts by this user
09-27-2011, 02:19 PM (This post was last modified: 09-27-2011 02:22 PM by Mem5.)
Post: #3
RE: How to work with polish letters
sorry I forgot to mention : I don't know if my special letters are taken into account because of this strange charset written :

[Image: 1131791462.png]

cmd line :

[Image: 1131791611.png]

And a have the same strange output with OCLhashcat of course.
Find all posts by this user
09-27-2011, 06:06 PM
Post: #4
RE: How to work with polish letters
For this to properly work, you will need to save the cmd in utf-7 charset or in system's native, and then to read the outfile with those.

It's pretty easy for me to do with EmEditor, and I made oclhc work with russian charsets.
Find all posts by this user
09-27-2011, 11:16 PM
Post: #5
RE: How to work with polish letters
I saved it in UTF-8. Is it good too ?
Find all posts by this user
09-28-2011, 10:01 PM
Post: #6
RE: How to work with polish letters
no, iirc utf-8 did not work.
dont ask me why, this was just my little experiments.
Find all posts by this user
09-29-2011, 11:26 AM
Post: #7
RE: How to work with polish letters
Thanks.
I don't have UTF-7.. I have the choice between :
Quote:UTF-8
Unicode Big Endian
Unicode
ANSI

Which one should I use ?
Find all posts by this user
09-29-2011, 11:50 PM
Post: #8
RE: How to work with polish letters
Unicode.
Find all posts by this user
09-30-2011, 01:29 AM
Post: #9
RE: How to work with polish letters
Does not work as expected Sad
Find all posts by this user
09-30-2011, 09:35 AM
Post: #10
RE: How to work with polish letters
then try doing it this way:

chcp 65000
oclhc.exe bla bla bla

Basically, just add chcp 65000 to the batch file and see if anything changes.
Find all posts by this user