function outtp=FA_TP_ASCII(in1tp)

in1tp=string(in1tp);
if(in1tp=='g') then
	outtp='u8';
else 
	outtp='g';
end

endfunction