UPD: Viewer - multi-byte encoding list

This commit is contained in:
Alexander Koblov 2024-05-29 20:59:52 +03:00
commit 64c0ae2933

View file

@ -203,6 +203,7 @@ const
const
ViewerEncodingMultiByte: TViewerEncodings = [
veCp932, veCp936, veCp949, veCp950,
veUtf8, veUtf8bom, veUcs2le, veUcs2be,
veUtf16le, veUtf16be, veUtf32le, veUtf32be];