Collin Funk wrote: > Just curious, do you do a libunistring release roughly around each new > Unicode standard release?
Each major Unicode standard release, yes. For minor Unicode standard updates, it depends. > >> And copy nl_langinfo (THOUSEP) into stackbuf? And use the unistring > >> equivelent of strlen if DCHAR_T != char? > > > > Something like this, yes. Fixed through this patch: > > Ah, I didn't think about DCHAR_CONV_FROM_ENCODING. DCHAR_CONV_FROM_ENCODING is the only way to convert the nl_langinfo (THOUSEP) value (a char*) to a DCHAR_T* (which can be one of uint8_t*, uint16_t*, uint32_t*). Bruno