Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Workspace IBM i
Categories System Management
Created by Guest
Created on Nov 11, 2025

Download spool file as text UTF-16 from IBM Navigator for i

In old client access, through navigator (desktop application), we could download spool file as UTF-16.

But, In the new IBM i Access Client Solutions (ACS), through IBM Navigator for i, the spool file downloaded as UTF-8.

Please, support, to download spool file as text utf-16 from IBM Navigator for i.

Idea priority Urgent
  • Guest
    Feb 26, 2026
    Thanks for your input. IBM will use this Idea as input to planning, but no commitment is made or implied. This Idea will be updated in the future if IBM implements it. IBM will use votes and comments from others in the community to help prioritize this Idea.
    IBM Power Systems Development
  • Guest
    Dec 16, 2025

    The IT industry has moved to UTF-8 as the de facto standard encoding, probably due to the ASCII compatibility and storage requirements. UTF-8 covers the same character set as UTF-16 and UTF-32 - the only drawback being the variable-width encoding.

    However, you can convert the UTF-8 file into UTF-16 using Unix/Linux tools like iconv. In Windows WSL, CygWin, Linux, Mac and IBM i you would code the following:

    iconv -f UTF8 -t UTF16 < downloaded_file.txt > downloaded_file_utf16.txt

    HTH.

    Christian Jorgensen, CEAC member