You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
tacheng
changed the title
GUI interface crash problem
UTF-8 Decode & GUI interface crash problem
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:
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
The text was updated successfully, but these errors were encountered: