In the following screenshot, there is a string at 0x100644c92 that is HNC_THEME_CHANGED
We can see there is an xref to it:
The string is also correctly detected:
>>> bv.get_string_at(0x100644c92)
<Utf16String: 0x100644c92, len 0x22>
But we do not create a string data variable at it
P.S.: in stable 5.0, we create void data variables at the start of the strings, which is still not the expected behavior
