Minimal Lower Layer Protocol implementation which is detects the text character set being used by reading in the MSH-18 value. For example, if MSH-18 contains "ISO-8859-1", the message is parsed using 8859/1 charset encoding. If MSH-18 contains "UNICODE UTF-8", the message is parsed using UTF-8 charset encoding.
Please note the following warnings regarding the use of this class:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|