strcvt (string, from?, to?)
This function lets Windows users convert the local character set for a given string into a different character set. In many cases, this function is used to convert the local character set into UTF8, and can thus be run with a single string argument, using the defaults for the from and to arguments. A list of valid Windows code page identifiers for various character sets can be found online in the Microsoft documentation, or by searching on the term "code page identifiers".
![]() | In QNX or Linux this function simply returns the string argument. |
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.