l-prefix

Tag

Cards List
#l-prefix

When you upgrade your resource strings to Unicode, don’t forget to specify the L prefix

The Old New Thing (Raymond Chen) · 2026-05-07 Cached

Explains that when using Unicode escape sequences (like \x2019) in Windows resource strings, you must prefix the string with L to make it a wide-character string; otherwise the escape is misinterpreted as an 8-bit sequence.

0 favorites 0 likes
← Back to home

Submit Feedback