logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: What is johab.so file for?
Author
cdlin2010



Joined: 12 Jun 2013
Posts: 1

PostPosted: Wed 12 Jun '13 19:24    Post subject: What is johab.so file for? Reply with quote

I have a Apache 2.2.22 installation (from Apache Software Foundation) on a Windows 2003 server. The installation was created via MSI installer. It contains a johab.so in bin\iconv\ folder.

When I downloaded the 2.2.24 from Apache Lounge, I noticed that the zip file does not include bin\iconv\johab.so file. I searched this forum but only found a posting (http://www.apachelounge.com/viewtopic.php?p=21314), which might explain why it was removed from the build.

I am wondering what this file is for and what functionality I might loose if it is not included.

Thanks.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 702

PostPosted: Wed 12 Jun '13 21:05    Post subject: Reply with quote

Iconv is for conversion between various charsets (character encoding schemes).

Johab is an encoding whose character set is identical with UHC, i.e., ASCII, KSX 1001, and all other Hangul character. Johab means combination in Korean. In Johab, code point of a Hangul can be calculated from combination of Hangul parts (Jamo).

If you need it, I wonder, ask. So you do not lose anything if you do not have Johab loaded in your httpd.conf.
Back to top


Reply to topic   Topic: What is johab.so file for? View previous topic :: View next topic
Post new topic   Forum Index -> Apache