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
There is a bug in line 185 of the qt5compat/src/core5/codecs/qgb18030codec.cpp file
The length of Unicode characters generated after encoding with 4-byte GB18030 may be longer than 2 bytes, but QString default can only store 2-byte Unicode characters. Therefore, optimization is needed to store greater than 2 bytes GB18030 characters as proxies, otherwise, some 4-byte GB18030 characters will be converted to other characters during encoding into Qstring. Here is an optimization suggestion:
There is a bug in line 185 of the qt5compat/src/core5/codecs/qgb18030codec.cpp file
The length of Unicode characters generated after encoding with 4-byte GB18030 may be longer than 2 bytes, but QString default can only store 2-byte Unicode characters. Therefore, optimization is needed to store greater than 2 bytes GB18030 characters as proxies, otherwise, some 4-byte GB18030 characters will be converted to other characters during encoding into Qstring. Here is an optimization suggestion:
There is a bug in line 8883 of the qt5compat/src/core5/codecs/qgb18030codec.cpp file
0xE248 should be changed to 0x1E248
The text was updated successfully, but these errors were encountered: