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



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')



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.