Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4617942
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:11:44+00:00 2026-05-22T02:11:44+00:00

I want to create an converter from memory. I have created the etrypoint_dat and

  • 0

I want to create an converter from memory.

I have created the etrypoint_dat and then the c file from my converter and joined the two struct together:

 },
    "", 1, 0, {
      { "ibm-5348_P100-1997", (const void *)&ibm_5348_P100_1997_cnv }
  }

From the code I call

  udata_setAppData("icupackage.dat", &ntrypoint_dat, &status); // return is good

Now my question:
How do I create the converter after the call fo setAppData?

The following does not work:

 UConverter* conv = ucnv_open("ibm-5348_P100-1997", &status);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:11:45+00:00Added an answer on May 22, 2026 at 2:11 am

    I found it myself.

    The connection between the two structs must be named in this way:

    { "icupackage.dat/ibm-5348_P100-1997.cnv", (const void *)&ibm_5348_P100_1997_cnv },
    

    then from code we can call:

      status = U_ZERO_ERROR;
      udata_setAppData("icupackage.dat", &ntrypoint_dat, &status);
    

    and then:

      status = U_ZERO_ERROR;    
      _cnvCP1252 = ucnv_openPackage("windows", "ibm-5348_P100-1997.cnv", &status);
    

    The .dat should be deleted. I leave it for consistences with the question.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want create image animation , i have 50 images with png format now
I want to create a file in the current directory (where the executable is
I want to create a board class from canvas, which will allow to track
Hello I have a Sqlite3 database created in my computer and I want to
I have a folder that will contain a temporary file that will be created
If I have a base class and two derived classes, and I want to
I have created a UserControl with two dependency properties: Value and Color. The Color
I have a JSON file that was converted from a csv and is too
I have created a .c file which is being converted to a .o file
I want to create a custom set that will automatically convert objects into a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.