|
|
auto | lib::charconv::ascii_to_ebcdic (char *buff, const usize sz) -> void |
|
auto | lib::charconv::ascii_to_ebcdic (const std::span< char > &buff) -> void |
|
auto | lib::charconv::ascii_to_ebcdic (const u8 ascii) -> u8 |
|
template<usize N> |
| auto | lib::charconv::ascii_to_ebcdic (uchar(&buff)[N]) -> void |
|
auto | lib::charconv::ebcdic_to_ascii (char *buff, const usize sz) -> void |
|
auto | lib::charconv::ebcdic_to_ascii (const std::span< char > &buff) -> void |
|
auto | lib::charconv::ebcdic_to_ascii (const u8 ebcdic) -> u8 |
|
template<usize N> |
| auto | lib::charconv::ebcdic_to_ascii (uchar(&buff)[N]) -> void |
raw EBCDIC <-> ASCII conversion table
SPDX-License-Identifier: Apache 2.0