0

Out of the list of supported encoding for C#, which of those will and will not support encoding or decoding the character sets listed here.

I am looking for a mapping, something like the below table (the below example could be wrong it's just an example).

HL7 Alt Character Set Supported? C# Encoding
ASCII Yes us-ascii
8859/1 Yes iso-8859-1
ISO IR14 No
Jake Aitchison
  • 1,079
  • 6
  • 20
  • https://en.wikipedia.org/wiki/Shift_JIS ? [JIS X 0201 was supplanted by subsequent encodings such as Shift JIS (which combines this standard and JIS X 0208)](https://en.wikipedia.org/wiki/JIS_X_0201). – JosefZ Sep 29 '22 at 15:52
  • @JosefZ does that mean you can use shift_jis as a direct replacement for 0201, 0208 etc and its backward compatible? – Jake Aitchison Sep 30 '22 at 15:02

0 Answers0