#include "osl/record/kanjiPrint.h"
#include "osl/record/kanjiCode.h"
#include "osl/record/ki2.h"
#include "osl/record/csa.h"
#include "osl/record/csaRecord.h"
#include "osl/record/csaIOError.h"
#include "osl/misc/iconvConvert.h"
#include <boost/program_options.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/lambda/bind.hpp>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
Go to the source code of this file.
|  | 
| void | run (const std::string &filename) | 
|  | 
| int | main (int argc, char **argv) | 
|  | 
      
        
          | int main | ( | int | argc, | 
        
          |  |  | char ** | argv | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void run | ( | const std::string & | filename) |  |  | 
      
 
 
      
        
          | std::vector<std::string> files |