Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/HTMLize.java

Diff revisions: vs.
  @@ -92,7 +92,7 @@
92 92 else
93 93 {
94 94 zSB.append( "&#x" );
95 - char[] chars = UtilsCommon.charToHex( c );
95 + char[] chars = Hex.to4Chars( c );
96 96 for ( char aChar : chars )
97 97 {
98 98 zSB.append( aChar );