* Has <b> OK </b> status if the method returns structure with non-empty
* fields for all given locales.
*/
public void _getForbiddenCharacters() {
boolean res = true;
ForbiddenCharacters fc = null;
//the forbidden characters are only available for the asian languages
for (int i=4;i<7;i++) {
fc = oObj.getForbiddenCharacters(getLocale(i));
res &= !( fc.beginLine.equals("") || fc.endLine.equals("") );