A simple Python script that parses the FontAwesome Cheatsheet. FA codes are mapped against unicode values, allowing more readable code.
faMap.put("fa-adjust", "\uf042");
This is currently used for Android Bootstrap, but should provide an easy starting point for anyone wanting to use FontAwesome in any language.