I am dealing with a project where we need to send MTs with greek characters
but also the Euro symbol.
I don´t want to encode the message as binary because it would only allow
half of the 160 characters, since each greek char would use 2 bytes.

I have tried using coding=0 and charset=ISO-8859-7 and greek chars get
delivered just fine, but I can´t get the Euro symbol to go through because
it belongs to ISO-8859-15.
Does anyone know of any combination of data_coding and charset that would
achieve both greek chars and Euro symbol without using 2 bytes per char?

Thanks,
Eduardo

Reply via email to