LisaacTM Platform |
TOOLS
Miscellaneous Tools
unicode_to_ascii to
.../extra/base/tools.li line #13
Section:- Public
Profile:- - Self: SELF. unicode_to_ascii uni : FAST_ARRAY( CHAR_UNICODE) to asc : FAST_ARRAY( CHARACTER)
ascii_to_unicode to
.../extra/base/tools.li line #22
Section:- Public
Profile:- - Self: SELF. ascii_to_unicode asc : FAST_ARRAY( CHARACTER) to uni : FAST_ARRAY( CHAR_UNICODE)
bench
.../extra/base/tools.li line #31
Section:- Public
Profile:- - Self: SELF. bench b :{} : REAL_32