× 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.



sounds like a backtic `abc`

maybe to help with troubleshooting, you can use SQL to create a table and
define the columns as CCSID 1208. Then receive the XML document into that
file.

create or replace table prugadm
( key char(1) not null default 'K',
text char(80) not null default ' ' ccsid 1208,
primary key(key))


On Wed, Jul 25, 2018 at 4:13 PM, Justin Taylor <JUSTIN@xxxxxxxxxxxxx> wrote:

I have an XML file that was uploaded thru Apache. It has a CCSID of
1208. I'm getting a conversion error during a lengthen import process.

I've looked at the XML via 5250, RDi and IE. In RDi and IE, it looks fine
at first glance, but there's a single quote that looks different from the
rest. The other single quotes are all vertical, but this one has a
backwards slant. In 5250, that single quote is a blank space. I looked at
the hex, and it has a value of E2. Assuming that's 00E2, the Unicode chart
shows that as a letter "a" with a ^ over it. In context, I'm sure it's
supposed to be a regular single quote.

I've seen these conversion errors before, but this is the first time I've
been able to really dig into one. Is this something I can fix on my end?
Do I need to change the upload in some manner?


TIA
--
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: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD


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.