2

I need to know if the character § is supported by CCSID 1208. In general, How do we find the list of characters supported by a particular CCSID.

Thanks

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Lee
  • 101
  • 1
  • 2
  • 6

2 Answers2

3

As nitgeek said, yes, it's supported and 1208 is UTF-8 (level 3).

Here is a list of IBM's CCSID's. You can drill down to see the code pages - for instance here's the code page for 37 (US/Canada).

Benny Hill
  • 6,191
  • 4
  • 39
  • 59
2

Yes, it is supported.

FYI, CCSID 1208 is equivalent to UTF-8.

Here are the characters supported by UTF-8 UTF-8 supported characters

nitgeek
  • 1,250
  • 12
  • 20