Skip to content

Commit 4d532fa

Browse files
committed
Add TODO for character set conversion in DrawRgch
1 parent 0818fc0 commit 4d532fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kauai/src/gfxsdl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ void GPT::DrawRgch(const achar *prgch, int32_t cch, PTS pts, GDD *pgdd, DSF *pds
588588
stnText.SetRgch(prgch, cch);
589589

590590
// Draw text
591+
// TODO: Convert string from CP1252 to a character set supported by SDL_TTF
591592
surRendered = TTF_RenderText_Solid(ttfFont, stnText.Psz(), sdlcFore);
592593
Assert(surRendered != pvNil, "TTF_RenderText failed");
593594

0 commit comments

Comments
 (0)