VirtualBox

Changeset 62945 in vbox for trunk


Ignore:
Timestamp:
Aug 4, 2016 2:35:06 AM (8 years ago)
Author:
vboxsync
Message:

IPRT: NetBSD iconv_open() doesn't grok empty codeset strings. Check
for this in *both* places where iconv_open() is called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/utf8-posix.cpp

    r62477 r62945  
    305305         * Create conversion object.
    306306         */
    307 #ifdef RT_OS_SOLARIS
     307#if defined(RT_OS_SOLARIS) || defined(RT_OS_NETBSD)
    308308        /* Solaris doesn't grok empty codeset strings, so help it find the current codeset. */
    309309        if (!*pszInputCS)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette