com.bretth.osmosis.util
Class TestUsersForUtf8

java.lang.Object
  extended by com.bretth.osmosis.util.TestUsersForUtf8

public class TestUsersForUtf8
extends java.lang.Object

Very basic app for reading the user table and checking if all records are in double encoded UTF8 format. This is only useful on the production database where the data is incorrectly doubly encoded. On a proper installation, this is unnecessary.

Author:
Brett Henderson

Constructor Summary
TestUsersForUtf8()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUsersForUtf8

public TestUsersForUtf8()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main entry point.

Parameters:
args - The program arguments.
Throws:
java.lang.Exception - if an error occurs.