|
pure virtual |
Single-byte to wide-character conversion.
| sc | [ in ] A single-byte character. |
| pWc | [ out ] Pointer to a wide-character variable where the wide character version of sc is written (e.g., 'A' to P6CHR('A')). |
| Success | P6R::eOk | |
| Failure | P6R::eEndOfFile | If wc has the value EOF or if wc does not constitute a valid (one-byte) character in the initial shift state. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |