Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Converting Between Character Sets

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Converting Between Character Sets

    ** This thread discusses the article: Converting Between Character Sets **
    ** This thread discusses the Content article: Converting Between Character Sets **
    0

  • #2
    Converting Between Character Sets

    ** This thread discusses the article: Converting Between Character Sets **
    Great post, helped me solve a problem with QDCXLATE. The parameters for the call to iconv are in the wrong order though. The article is as follows; callp iconv(hConv : ppData : ppData: %addr(nInLen):%addr(nOutLen)) but should be; callp iconv(hConv : ppData : %addr(nInLen): ppData:%addr(nOutLen))

    Comment


    • #3
      Re:Converting Between Character Sets

      ** This thread discusses the article: Converting Between Character Sets **
      What does the elipses (...) on the field MixDataErrorOpt in the QtqCode_T DS mean?

      Comment

      Working...
      X