Table of Contents

Search

  1. Preface
  2. PWX-10000 to PWX-10999
  3. PWX-11000 to PWX-15999
  4. PWX-16000 to PWX-23999
  5. PWX-25000 to PWX-35999
  6. PWX-36000 to PWX-36999
  7. PWX-37100 to PWX-37999
  8. PWX-38500 to PWX-38999
  9. DTL_BMG003 to DTL_RPS105I
  10. infacmd pwx Error Messages
  11. PWXPC Error Messages
  12. Abend, Return, and Reason Codes in PowerExchange Messages

Message Reference Volume 2

Message Reference Volume 2

PWX- 23501

PWX-
23501

'
ICU_error_code
' converting from source CP to intermediate UNICODE.
ICU has reported an error,
ICU_error_code
, when converting characters from the source code page to the intermediate Unicode. This is the first part of two-step process: Convert from source to intermediate Unicode, and then from intermediate Unicode to the target code page.
Common error codes include:
  • U_FILE_ACCESS_ERROR. Code page converter is missing.
  • U_INVALID_CHAR_FOUND. Typically character not present in target.
  • U_TRUNCATED_CHAR_FOUND. A multibyte character is incomplete.
  • U_ILLEGAL_CHAR_FOUND. Corrupt source data.
  • U_BUFFER_OVERFLOW_ERROR. Target buffer is not big enough.
Processing aborts.
Consult the ICU web site for the meaning of the ICU error code. To correct the problem, use the other error messages, verify that the correct code pages are being used and that the data is valid.

0 COMMENTS

We’d like to hear from you!