VirtualBox

Changeset 92671 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Dec 1, 2021 12:35:07 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/RTProcCreateEx/posix: Added RTPROC_FLAGS_UTF8_ARGV and implemented argument conversion when that isn't set. Also added missing path conversion of pszExec. bugref:10153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/string.h

    r90821 r92671  
    9797                             char **ppszOutput, size_t cbOutput, const char *pszOutputCS,
    9898                             unsigned cFactor, RTSTRICONV enmCacheIdx);
     99DECLHIDDEN(void) rtStrLocalCacheInit(void **ppvTmpCache);
     100DECLHIDDEN(int)  rtStrLocalCacheConvert(const char *pchInput, size_t cchInput, const char *pszInputCS,
     101                                        char **ppszOutput, size_t cbOutput, const char *pszOutputCS,
     102                                        void **ppvTmpCache);
     103DECLHIDDEN(void) rtStrLocalCacheDelete(void **ppvTmpCache);
    99104DECLHIDDEN(const char *) rtStrGetLocaleCodeset(void);
     105DECLHIDDEN(bool)         rtStrIsLocaleCodesetUtf8(void);
     106DECLHIDDEN(bool)         rtStrIsCodesetUtf8(const char *pszCodeset);
    100107DECLHIDDEN(int) rtUtf8Length(const char *psz, size_t cch, size_t *pcuc, size_t *pcchActual);
    101108
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