Text Converter
    
      Text Converter
      converts the text in a text area to another text area
      with several kinds of converters.
    
    Applet View
    
      This application is available as a Applet too.
      
    
    Usage
    
      The usage is easy.
      Follow the instruction.
      
        - Type or paste source text in the BEFORE text area.
 
        - Select a converter from the drop down list.
 
        - Click the CONVERT button.
 
        - Use the text in the AFTER text area.
 
      
    
    Standard Converters
    
      The text converter application have several standard converters
      as follows.
      
        - NULL
 
          - Copy a text without modification.
 
        - IMPORT-"> "
 
          - 
            Add > 
            for each lines.
            This is useful to import a paragraph into your mail.
          
 
        - IMPORT-"noritan> "
 
          - 
            Add noritan> 
            for each lines.
            This is useful to import a mail of mine.
          
 
        - BASE64-SHIFT_JIS
 
          - Read a text formatted in BASE64 and encode as a SHIFT_JIS text.
 
        - BASE64-ISO2022JP
 
          - Read a text formatted in BASE64 and encode as a ISO2022JP text.
 
      
    
    Customization
    
      No customization methodology is provided.
      It is just planned to modify to import user defined converters.
    
    Links
    
      Followings are the links related to the application.
      
      Refer here
      for the detail of Java Web Start.