Changeset 62946 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 4, 2016 2:43:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp
r62945 r62946 175 175 { 176 176 #if defined(RT_OS_SOLARIS) || defined(RT_OS_NETBSD) 177 /* Some systems don't grok empty codeset strings, so help itfind the current codeset. */177 /* Some systems don't grok empty codeset strings, so help them find the current codeset. */ 178 178 if (!*pszInputCS) 179 179 pszInputCS = rtStrGetLocaleCodeset(); … … 306 306 */ 307 307 #if defined(RT_OS_SOLARIS) || defined(RT_OS_NETBSD) 308 /* So laris doesn't grok empty codeset strings, so help itfind the current codeset. */308 /* Some systems don't grok empty codeset strings, so help them find the current codeset. */ 309 309 if (!*pszInputCS) 310 310 pszInputCS = rtStrGetLocaleCodeset();
Note:
See TracChangeset
for help on using the changeset viewer.