But well, west is not all the world, there is sky out side theirs too. We, at RXS, is in process of capturing that, I chose to begin with SniperSpy for the conversion, and discovered:- "PHP represents strings “abc…” as bytes not individual characters, that is a will take '1' byte, 'b' another 1byte. But Unicode takes up to 6 bytes for some characters, that is 捲 might take '4' bytes, and plus 'a' can take '2' bytes, hence the ? after each letter if you try to print a Unicode character. All internals string functions in PHP are bytes, that is (strlen) string length of 'abc' is 3 normally but 'abc' of Unicode will come 6!
Here
I will also continue as working demo get introduced.


