package org.apache.fop.render.pdf; public class CodePointMapping { public static char[] map; static { map = new char[65536]; map[] = ; } }