When you upgrade your resource strings to Unicode, don’t forget to specify the L prefix
When upgrading resource strings to Unicode, developers must include the L prefix; otherwise, the string will be mapped back down to the 8-bit code page.
When upgrading resource strings to Unicode, developers must include the L prefix; otherwise, the string will be mapped back down to the 8-bit code page.
Larkos underwent code and file restructuring to simplify writing, reduce file sizes, and remove redundant code. The update also fixed numerous bugs and included a major rewrite of the README on GitHub.
A blog post examines a claim that changing a hyphen to an en-dash in a PDF increases file size by about 10 bytes. The author initially suspected the reason might be that a hyphen is an ASCII character while an en-dash is not, which would affect encoding.