Hello, Reading the user's guide, something about mclass, charset and coding fields is not very clear :
1. The mclass : mclass number Optional. Sets the Message Class in DCS Field. Accepts values between 0 and 3, for Message Class 0 to 3, A value of 0 sends the message directly to display. mclass=1 sends to mobile, 2 do SIM and 3 to SIM Toolkit. --> What's the default value if unspecified in push url ? 2. The coding : coding number Optional. Sets the coding scheme bits in DCS field. Accepts values 0 to 2, for 7bit, 8bit or UCS2. If unset, defaults to 7 bits unless a udh is defined, which sets coding to 8bits. --> ok it's clear, default value to 7 bits, but what shoul we put as coding value if we want to get 8bit, UCS2 or explicitly 7bit ? there's no explanation about that. 3. The charset : charset string Charset of text message. Used to convert to a format suitable for 7 bits or to UCS2. Defaults to ISO-8859-1 if coding is 7bits and UTF16BE if coding is UCS2. --> let's say it in other words, charset field is deprecated if coding is set to 8 bits (right ?). Other question : where can i get the set of supported charsets for 7bit and UCS2 ?
