log-requests-to-sqlite icon indicating copy to clipboard operation
log-requests-to-sqlite copied to clipboard

Chinese character garbled

Open feeops opened this issue 3 years ago • 8 comments

open https://buff.163.com/

screenshot

Chinese character garbled when html charset=utf-8"

feeops avatar Mar 05 '22 03:03 feeops

It is fixed. Need add java -Dfile.encoding=UTF-8

feeops avatar Mar 13 '22 03:03 feeops

Hi, Thanks, I will add the jvm parameter directly in the extension loading code. Thanks again for the issue and the solution.

righettod avatar Mar 13 '22 08:03 righettod

Hi, Thanks, I will add the jvm parameter directly in the extension loading code. Thanks again for the issue and the solution.

I am sorry. It is work to burpsuite logger++ plugins But it do not work to log-requests-to-sqlite plugins

feeops avatar Mar 13 '22 13:03 feeops

I will ask to Burp team because, with the last version of Burp, Chinese characters of the test site are not correctly rendered:

Test

Test2

righettod avatar Mar 16 '22 07:03 righettod

Reply from the Burp team:

image

It will be fixed in next releases 😃

righettod avatar Mar 16 '22 10:03 righettod

For the Burp UI, the solution was to change the default font to Monospaced:

image

righettod avatar Mar 16 '22 12:03 righettod

For the Burp UI, the solution was to change the default font to Monospaced:

image

I have change display font.It is ok in http message display.But It is not ok in sqlite.

feeops avatar Mar 21 '22 05:03 feeops

Indeed, the fix at SQLite level will be done by the burp team because the issue is located in the extension framework code present into burp.

righettod avatar Mar 21 '22 06:03 righettod

Will be handled in #85

righettod avatar Jan 10 '23 17:01 righettod