Comment 2 for bug 825881

Revision history for this message
Bill Ott (bott) wrote :

Should line 41 be:

        NEW.value := evergreen.force_unicode_normal_form(NEW.value,'NFC');

instead of:

       NEW.value := force_unicode_normal_form(NEW.value,'NFC');

Since it's no longer public?