× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



FWIW:

Alternately, you could write a program that translates little-endian to big-endian.

Some years ago I 'mangled' with Low/Big Endians (Lo/Hi as I called them).

Some help for writing an RPG program is here:
http://www.think400.dk/adhoc_5.htm#eks0001

As usual.... Scott delivered the Endian flipper proc. (as I called it) :-)

Leif
----- Original Message -----
From: "Scott Klement" <midrange-l@xxxxxxxxxxxxxxxx>
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Sent: Wednesday, September 01, 2010 6:24 PM
Subject: Re: Importing Unicode data to the System i


Hello,

AFIAK, IBM i doesn't support little-endian data. Can't you just load
the file into Notepad or something, and use 'Save As' to save it in a
big-endian format? Or UTF-8? (Alternately, you could write a program
that translates little-endian to big-endian.)

The CCSID for UTF-16 (big endian) is 1200. The CCSID for UTF-8 is 1208.
(935 is a Chinese variety of EBCDIC -- not Unicode.)

When you put the data in the IFS, make sure you transfer it with a
binary-safe method (such as FTP in binary mode) and change the CCSID on
the object (with the CHGATR CL command, for example) to the appropriate
CCSID.

After that, you should be able to copy it in with CPYFRMSTMF or
CPYFRMIMPF depending on the style of the file and/or the style of the PF.


On 8/31/2010 10:24 PM, sjl wrote:
I have a Unicode text file created by containing double-byte (Simplified)
Chinese data that I need to import to the System i. This file has a
preamble (BOM) of x'FFFE', indicating that it is UTF-16 Low-Endian. How do
I go about getting this data into a physical file with the appropriate
CCSID? (I believe the correct CCSID is 935...)

1) How do I deal with low-endian data?
2) Will l need to copy it to the IFS and read it with an RPG program, using
iconv() to convert the data before writing it to the PF?

Regards,
sjl







--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.