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



Scott,

You are right about it being UCS-2. It's been a long time (back when the Apache based server came out) since I had to solve this issue.

Matt

-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Friday, June 06, 2008 1:46 PM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] File CCSID of 13488

Haas, Matt (CL Tech Sv) wrote:
It's not being recognized as UTF-8. Here is how to fix this problem:



I think you meant UCS-2, right? (13488 is UCS-2, it's not UTF-8 --
plus, UTF-8 would not create this symptom, as it uses single-byte
characters for basic ASCII characters.)

* On your PC, create a file called httpd.conf.
* Go to the admin HTTP server and edit the configuration file
* Copy everything from that screen into the httpd.conf file you just created.
* Make a note of the permissions on httpd.conf on the server and delete the file.
* Copy the httpd.conf file from your PC to the server and fix the permissions as needed.

Perhaps a simpler way (I just sent this to Justin on System iNetwork as
well) is to do the following from CL:

CPY OBJ('/path/to/httpd.conf') TOOBJ('/path/to/httpd.conf2') +
DTAFMT(*TEXT) TOCCSID(819)

RMVLNK ('/path/to/httpd.conf')

RNM OBJ('/path/to/httpd.conf2') NEWOBJ('httpd.conf')


--
This is the Websphere Development Studio Client for iSeries (WDSCI-L) mailing list
To post a message email: WDSCI-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/wdsci-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.