DtHelp: use system locales.

This commit is contained in:
Liang Chang
2022-01-18 08:55:17 +08:00
parent 3c67bd0cb1
commit f3965ed394
11 changed files with 117 additions and 314 deletions

View File

@@ -74,6 +74,7 @@
#include "FormatSDLI.h"
#include "StringFuncsI.h"
#include "UtilSDLI.h"
#include "HelpXlate.h"
#ifdef NLS16
#endif
@@ -89,7 +90,7 @@ static int ProcessEntry (
/******** End Private Function Declarations ********/
/******** Private Variable Declarations ********/
static const char *IsoString = "ISO-8859-1";
static const char *IsoString = "UTF-8";
static const CESDLVolume DefaultSdlVolume =
{
NULL, /* _DtCvSegment *sdl_info; */