String conversion
jh--- via Gcc-help <[email protected]>
| Newsgroups | gmane.comp.gcc.help |
|---|---|
| Message-ID | <[email protected]> |
Hi, This is maybe not the absolute best place to ask this question, but as experts of the C++ specification, some reader might be able to answer my question. There are some places where I need to convert a wstring to utf-8 (both ways). There was the seemingly convenient, but now deprecated (because of some advanced problems) wstring_convert mechanism. Is there a replacement native way to do this conversion? Best regards, JH.