Re: [HAPI-devel] LLP and extended ASCII

2008-02-08 Thread Robert Owen
Hi Marco! Thanks a lot! This was easier than I thought ;) Robert - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ __

Re: [HAPI-devel] LLP and extended ASCII

2008-02-07 Thread Marco Montel
Hello Robert, Try setting the ca.uhn.hl7v2.llp.charset System Propery. Example: -Dca.uhn.hl7v2.llp.charset=ISO-8859 bye, marco Robert Owen ha scritto: Hi!   I have a Simpleserver which is receiving HL7 messages and sending the according ACK, using the LowerLayerProtocol.

[HAPI-devel] LLP and extended ASCII

2008-02-07 Thread Robert Owen
Hi! I have a Simpleserver which is receiving HL7 messages and sending the according ACK, using the LowerLayerProtocol. The problem is that the messages contain symbols from the extended ASCII table (äÄöÖüÜß), which are not received correctly. Does anybody know a solution to my problem