Feeds:
Posts
Comments

Posts Tagged ‘c’

I found an interesting behavior with umlaut characters (ö,ü …). When we calculate the length of a string having umlaut characters (using string length function), different language compilers gives the different results.
I did some testing in some programming & scripting languages, and got some interesting results. Have a look
Java 5:
“ü”.length(); //output [...]

Read Full Post »