Skip to content

Tool to convert literals in c/c++ source from ebcdic encoding to ascii

Notifications You must be signed in to change notification settings

mmallick-ca/e2a_clang_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Brief description

Clang-based standalone tool that finds string literals in c/c++ source and converts it to ascii

Building

  1. Clone the repository to 'llvm/tools/clang/tools/extra'.
  2. Add 'add_subdirectory(ebcdic2ascii)' to 'CmakeLists.txt' in the same directory.
  3. Run 'ninja ebcdic2ascii' inside your LLVM's 'build/' directory.

About

Tool to convert literals in c/c++ source from ebcdic encoding to ascii

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published