Go to the source code of this file.
Function Documentation
int ia5_from_utf8 |
( |
const char * |
in, |
|
|
const int |
isize, |
|
|
char * |
out, |
|
|
int * |
osize |
|
) |
| |
int ia5_to_utf8 |
( |
const char * |
in, |
|
|
const int |
isize, |
|
|
char * |
out, |
|
|
int * |
osize |
|
) |
| |
Check whether given string is a valid numerical IA5 string
- Parameters:
-
[in] | in | Input string |
[in] | size | Length |
- Returns:
- true / false
Definition at line 21 of file T50.c.
Check whether given string is a valid IA5 string
- Parameters:
-
[in] | in | Input string |
[in] | size | Length |
- Returns:
- true / false
Definition at line 14 of file T50.c.