Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 Decode & GUI interface crash problem #1

Open
tacheng opened this issue Apr 20, 2015 · 2 comments
Open

UTF-8 Decode & GUI interface crash problem #1

tacheng opened this issue Apr 20, 2015 · 2 comments

Comments

@tacheng
Copy link

tacheng commented Apr 20, 2015

Hi mdegrazia,

SQLite-Deleted-Records-Parser is a real nice program.
I'm very like it and it solve my meany problem.
But when i use it , i have two trouble:

  1. UTF-8 Decode: ( Using sqlparse_v1.1.py )
    Cause I live in Taiwan(Asia) most of need to decode UTF-8 or Big-5. But code default define that
    remove some data and this just what I need. Show your codes about this issue as blow.
    ....
    48 parser.add_option("-o", "--output", dest = "outfile", help = "Uutput to a tsv file. Strips white space,
    tabs and non-printable characters from data field", metavar = "output.tsv")
    ....
    144 else:
    145 #lets clean this up so its mainly the strings - remove white spaces and tabs too
    146
    147 unallocated = remove_ascii_non_printable(unallocated )
    ....
    176 else:
    177 #lets clean this up so its mainly the strings - remove white spaces and tabs too
    178 free_block = remove_ascii_non_printable(free_block)
    ....
    When I block these codes, I will decode to UTF-8 preview in the EXCEL document but can't complete
    all data open.

2)GUI interface ( Using sqlparse_GUI.exe )
When I using this program that will appear program crash.

Can you solve these problem?
Thank you very much.
Best Regard!

Ryan

@tacheng tacheng changed the title GUI interface crash problem UTF-8 Decode & GUI interface crash problem Apr 20, 2015
@mdegrazia
Copy link
Owner

Would you be able to provide me with some test data and I can give it a try?

@NAN-YA-JIA
Copy link

Good Man........................

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants