default:
{
ISourceLocation location = new SourceLocation(filePath,
start, start + string.length(), line, column);
ICompilerProblem problem = new ResourceBundleMalformedEncodingProblem(location, string);
problems.add(problem);
}
}
}
add = (char) unicode;