Just had a "conversation" with my team leader about this. He's convinced he's right & I'm pretty sure I'm right but I'm just the contractor so nobody listens to me.
If say we have a web page with some Chinese characters in it (for arguments sake), it would not be displayed properly at the client unless the client machine had the right code page / language packs installed because UTF-8 is just a character encoding that needs to map to the right code points defined in the code page on the client (my argument)
OR
the Chinese characters are returned verbatim to the client so the set up of the machine is entirely irrelevant & will be displayed regardless (his argument !!!)
Who's right? If it's him I might as well jack it all in now because this is so basic.
If say we have a web page with some Chinese characters in it (for arguments sake), it would not be displayed properly at the client unless the client machine had the right code page / language packs installed because UTF-8 is just a character encoding that needs to map to the right code points defined in the code page on the client (my argument)
OR
the Chinese characters are returned verbatim to the client so the set up of the machine is entirely irrelevant & will be displayed regardless (his argument !!!)
Who's right? If it's him I might as well jack it all in now because this is so basic.


Comment