encoding_util


A utility that wraps encoding functionality for windows environment

Library

Standards<ToolKit>

Enums

enum Encoding
  {
  Ascii,
  Utf8
  }
  

Additional Interface

narrow
string narrow( wstring const &wstr )
Convert from UTF-16 string to UTF-8 string. It is only applicable for windows platform.
widen
wstring widen( string const &str )
Convert from UTF-8 to UTF-16 string. It is only applicable for windows platform.


Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.