Larkos の変更点とバグ修正
Larkos プロジェクトのコードとファイル構造を再編成し、記述を容易にしファイルサイズを削減するとともに冗長なコードを除去。多数のバグも修正され、README の大部分が書き直されました。
Larkos プロジェクトのコードとファイル構造を再編成し、記述を容易にしファイルサイズを削減するとともに冗長なコードを除去。多数のバグも修正され、README の大部分が書き直されました。
The post explains that developers can gain more confidence when tracking file renames via ReadDirectoryChangesW by tracking the file ID.
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.
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.