[*] im low iq

This commit is contained in:
Reece Wilson 2022-08-13 06:10:01 +01:00
parent fe19a47a2a
commit 1a4fa2d2ff

View File

@ -175,7 +175,7 @@ namespace Aurora::Locale::Encoding
return IterateSJIS(view);
case ECodePage::eUTF32:
case ECodePage::eUTF32BE:
return IterateUTF16(view);
return IterateUTF32(view);
case ECodePage::eUTF16:
return IterateUTF16(view);
case ECodePage::eUTF16BE: