This directory contains the tool for creating 'layoutdata.xml' from
XKB symbol component.

If you need to recreate/costomize layoutdata.xml which libkbltrans uses, then
you need to build KLDHandler and execute bin/kldm script.

Steps:

% cd KLDHandler
% ant
% cd ../bin
% ./kldm -xkbsym <xkb symbol dir> -deffile <kbd layout map file> \
	-xmldata ../layoutdata.xml

# <xkb symbol dir> is X11 XKB extension symbol data directory.
# ex: "/usr/X11/lib/X11/xkb/symbols" in Solaris/x86.
# <kbd layout map file> is the property file which describes
# which xkb symbols component will be used to make layout data.
# ex: "KLKHandler/src/kldhandler/layoutmapping.properties"

#NOTE-1: [EuroSign symbol in Sun US/English keyboard] 05/24/2007
#NOTE-1 is deleted as it was based on wrong assumption 11/16/2007
