info.jonclark.sourcecode
Class UnicodeEscaper

java.lang.Object
  extended by info.jonclark.sourcecode.CommentProcessor
      extended by info.jonclark.sourcecode.UnicodeEscaper

public class UnicodeEscaper
extends CommentProcessor

Escape characters that are unicode within code. Skips any character that are within comments.


Constructor Summary
UnicodeEscaper()
           
 
Method Summary
static void main(String[] args)
          Escape all unicode characters not in comment within a Java source file
 
Methods inherited from class info.jonclark.sourcecode.CommentProcessor
processLine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeEscaper

public UnicodeEscaper()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Escape all unicode characters not in comment within a Java source file

Parameters:
args -
Throws:
Exception