--- /home/tromey/gnu/Nightly/classpath/classpath/java/text/Collator.java 2004-06-21 06:24:01.000000000 -0600 +++ java/text/Collator.java 2004-07-10 02:19:15.000000000 -0600 @@ -380,12 +380,7 @@ } // Decompose a single character and append results to the buffer. - // FIXME: for libgcj this is a native method which handles - // decomposition. For Classpath, for now, it does nothing. - final void decomposeCharacter (char c, StringBuffer buf) - { - buf.append (c); - } + native final void decomposeCharacter (char c, StringBuffer buf); /** * This is the current collation decomposition setting.