Lee
Lee

Reputation: 101

Is the character § supported by CCSID 1208

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

Upvotes: 2

Views: 8357

Answers (2)

Benny Hill
Benny Hill

Reputation: 6240

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).

The above links are no longer valid. This link is specific to the IBM i platform but the information should be consistent for all IBM products. This link is valid as of December 24, 2023.

Upvotes: 3

nitgeek
nitgeek

Reputation: 1258

Yes, it is supported.

FYI, CCSID 1208 is equivalent to UTF-8.

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

Upvotes: 2

Related Questions