Wednesday, April 1, 2009

Unicode Character for Space and Line Feed


In javascript coding, if white space character(' ') and linefeed character('\n') are not working properly then we can use unicode characters. We may face this in some browsers such as FireFox.

'\u00A0' is unicode char for space, and '\u000A' is unicode char for line feed.
More Articles...

No comments:

Search This Blog