What does "CHAR(1)" in a UTF-8 encoded DB2 database mean?
Can I insert a special character (e.g. one that takes 2 octets in UTF-8) into a column of CHAR(1)?
Or does CHAR(1) in UTF-8 always mean, that it has capacity for one byte / octet, i.e. such that inserting an Umlaut into it will fail ?
I read through this interesting developerWorks article, but it's going to deep for my simple question...