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

@@ -706,8 +706,6 @@ void _DtHelpCeCompressSpace (
* Purpose:
* Converts string from fromCode to toCode using iconv(3)
* It expects the codeset strings to be iconv(3) compatible.
* Generally, compatible strings can be retrieved using
* the _DtHelpCeXlateStdToOpLocale() call.
*
* Comments:
* iconv(3) is standardized in XPG4, which is just starting
@@ -760,8 +758,6 @@ int _DtHelpCeIconvStr1Step(
* Opens an iconv table/algorithm to convert string from
* fromCode to toCode using iconv(3)
* It expects the codeset strings to be iconv(3) compatible.
* Generally, compatible strings can be retrieved using
* the _DtHelpCeXlateStdToOpLocale() call.
*
* Comments:
* iconv(3) is standardized in XPG4, which is just starting