Generic TI varname to filename transcoding |
TIEXPORT4 char* TICALL ticonv_utf16_to_gfe(CalcModel model, const unsigned short *src) |
model : |
a calculator model taken in #CalcModel.
|
src : |
the name of variable to convert from UTF-16
|
Return value : |
%dst as a newly allocated string.
|
TIEXPORT4 char* TICALL ticonv_gfe_to_zfe(CalcModel model, const char *src_) |
model : |
a calculator model taken in #CalcModel.
|
src : |
the name of variable to convert from GLib filename encoding
|
Return value : |
%dst as a newly allocated string.
|