SQLite-Deleted-Records-Parser icon indicating copy to clipboard operation
SQLite-Deleted-Records-Parser copied to clipboard

UTF-8 Decode & GUI interface crash problem

Open tacheng opened this issue 9 years ago • 2 comments

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 avatar Apr 20 '15 15:04 tacheng

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

mdegrazia avatar May 17 '16 04:05 mdegrazia

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

NAN-YA-JIA avatar Sep 19 '16 14:09 NAN-YA-JIA