In D, an array of char, wchar, or dchar always means a Unicode encoding. Non-Unicode encodings should be represented as ubyte[] (resp. ushort[]or ulong[], if such exist) instead.
This doesn't get you far in practice if you want to actually operate on the text.