jstrings
A tool for finding JIS-based Japanese characters in binary data
File Explorer
- all_0.html
- all_0.js
- all_1.html
- all_1.js
- all_2.html
- all_2.js
- all_3.html
- all_3.js
- all_4.html
- all_4.js
- all_5.html
- all_5.js
- all_6.html
- all_6.js
- all_7.html
- all_7.js
- all_8.html
- all_8.js
- classes_0.html
- classes_0.js
- classes_1.html
- classes_1.js
- classes_2.html
- classes_2.js
- close.png
- functions_0.html
- functions_0.js
- functions_1.html
- functions_1.js
- functions_2.html
- functions_2.js
- functions_3.html
- functions_3.js
- mag_sel.png
- nomatches.html
- pages_0.html
- pages_0.js
- search.css
- search.js
- search_l.png
- search_m.png
- search_r.png
- searchdata.js
- variables_0.html
- variables_0.js
- variables_1.html
- variables_1.js
- variables_2.html
- variables_2.js
- variables_3.html
- variables_3.js
- variables_4.html
- variables_4.js
- annotated.html
- bc_s.png
- bdwn.png
- classes.html
- classjis__enc-members.html
- classjis__enc.html
- classjis__enc.png
- classshift__jis-members.html
- classshift__jis.html
- classshift__jis.png
- closed.png
- dir_68267d1309a1af8e8297ef4c3efbcdba.html
- dir_d44c64559bbebec7f509842c48db8b23.html
- doc.png
- doxygen.css
- doxygen.png
- dynsections.js
- files.html
- folderclosed.png
- folderopen.png
- functions.html
- functions_func.html
- functions_vars.html
- hierarchy.html
- index.html
- jis__enc_8h_source.html
- jquery.js
- main_8h_source.html
- menu.js
- menudata.js
- nav_f.png
- nav_g.png
- nav_h.png
- open.png
- shift__jis_8h_source.html
- splitbar.png
- structfound__string-members.html
- structfound__string.html
- sync_off.png
- sync_on.png
- tab_a.png
- tab_b.png
- tab_h.png
- tab_s.png
- tabs.css
- enc_cp932.hpp
- enc_eucjp.hpp
- enc_shiftjis.hpp
- enc_validator.hpp
- filesys.hpp
- fstreams.hpp
- iconv_encoding.hpp
- jis_validator.hpp
- jstrings.hpp
- types.hpp
- uniconv.hpp
- usage.hpp
- app.hpp
- app.hpp.cfg
- enc_cp932.cpp
- enc_eucjp.cpp
- enc_shiftjis.cpp
- jstrings.cpp
- main.cpp
- usage.cpp
- .clang-format
- .clangd
- .editorconfig
- .gitignore
- CMakeLists.txt
- Doxyfile
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
cmake
View Details ▼
cmake
Cross-platform build automation system, that generates recipes for native build systems.
cmake {{path/to/project_directory}}
Generate a build recipe in the current directory with `CMakeLists.txt` from a project directory:
cmake --build {{path/to/build_directory}}
Use a generated recipe in a given directory to build artifacts:
cmake --install {{path/to/build_directory}} --strip
Install the build artifacts into `/usr/local/` and strip debugging symbols:
// repository documentation
Was this content helpful?
(0 ratings)
