; autohotkey script to replace letter+x with HTML code for Esperanto accented letter
; written by WGT Walker (http://wgtw.co.uk) Feb 2009
msgbox Esperanto HTML codes are enabled (type letter then x).
; set options so *=don't need ending character, ?=anywhere in word, C=case sensitive
#hotstring * ? C
::Cx::&{asc 35}264;
::Gx::&{asc 35}284;
::Hx::&{asc 35}292;
::Jx::&{asc 35}308;
::Sx::&{asc 35}348;
::Ux::&{asc 35}364;
::CX::&{asc 35}264;
::GX::&{asc 35}284;
::HX::&{asc 35}292;
::JX::&{asc 35}308;
::SX::&{asc 35}348;
::UX::&{asc 35}364;
::cx::&{asc 35}265;
::gx::&{asc 35}285;
::hx::&{asc 35}293;
::jx::&{asc 35}309;
::sx::&{asc 35}349;
::ux::&{asc 35}365;
::cX::&{asc 35}265;
::gX::&{asc 35}285;
::hX::&{asc 35}293;
::jX::&{asc 35}309;
::sX::&{asc 35}349;
::uX::&{asc 35}365;