CentOS Case:
When on http://urloment.com/ I post a code snippet of:
"ćććć"
I will get an output: Ä
Like this: http://urloment.com/TG5vg1eC
However, when I try the same thing on Windows, it will store the full value in my database table: "ćććć".
On my local Windows XAMPP installation I have iconv enabled, and it uses: libiconv.
On my remote CentOS server iconv uses: glibc library.
I've investigated this already so I am still not ensured: is this iconv issue on CentOS caused by "glibc"?