Use function in Objectss jar - StringUtils.appleSmartCharFixer


Need to create getters and setters for the field in question using this. Ie


    public void setLine1(String fn) {

        this.line1 = StringUtils.appleSmartCharFixer(fn);

    }

    

    public String getLine1() {

        return StringUtils.appleSmartCharFixer(line1);

    }