e830d86df699e9a9a79ea4bf3927cfa5805e009d
[platform/framework/web/crosswalk-tizen.git] /
1 define(function() {
2     /**
3      * Contains all Unicode white-spaces. Taken from
4      * http://en.wikipedia.org/wiki/Whitespace_character.
5      */
6     return [
7         ' ', '\n', '\r', '\t', '\f', '\v', '\u00A0', '\u1680', '\u180E',
8         '\u2000', '\u2001', '\u2002', '\u2003', '\u2004', '\u2005', '\u2006',
9         '\u2007', '\u2008', '\u2009', '\u200A', '\u2028', '\u2029', '\u202F',
10         '\u205F', '\u3000'
11     ];
12 });