| 3907922 | |
| Type: | Warning |
| Text: | No translation table found for specified character encoding 'UNICODE UTF-8'; Using 'ISO-8859-1' ('Latin1') |
I think it’s because the value in MSH:18 (Character Set) is not listed as a valid encoding type. One way to get around the
warning is to create an entry for it in the lookup table. To do this, set the following global:
S ^%SYS("NLS","Chs","Ext-Int","Your Literal")="RAW"
Where “Your Literal” is the value from MSH:18.
--
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare Community" group.
To post to this group, send email to Ensemble-in...@googlegroups.com
To unsubscribe from this group, send email to Ensemble-in-Healt...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Ensemble-in-Healthcare?hl=en
---
You received this message because you are subscribed to the Google Groups "InterSystems: Ensemble in Healthcare" group.
To unsubscribe from this group and stop receiving emails from it, send an email to Ensemble-in-Healt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In your case from terminal S ^%SYS("NLS","Chs","Ext-Int","UNICODE UTF-8")="UTF8"
Intersystem’s has several entries for “UTF8” but none using the specific “UNICODE UTF-8” literal as depicted by HL7 Code table 211. Maybe something they can add in the future.
From: Ensemble-in...@googlegroups.com [mailto:Ensemble-in...@googlegroups.com] On Behalf Of EnsNewbie
Sent: Thursday, April 03, 2014 10:58 AM
To: Ensemble-in...@googlegroups.com
Subject: [InterSystems-EnsHlth] Translation table error
I am getting this error on inbound messages. What should i try to change the translation table to?
--