comment -> need to add some unicode space codepoints to wordsep string

SVN revision: 72837
This commit is contained in:
Carsten Haitzler 2012-06-26 01:38:48 +00:00
parent 553db8906e
commit 85e9901227
1 changed files with 27 additions and 0 deletions

View File

@ -141,6 +141,33 @@ config_load(const char *key)
config->translucent = EINA_FALSE;
config->jump_on_change = EINA_FALSE;
config->flicker_on_key = EINA_TRUE;
// XXX: add
//
// // more invisible spaces
// 0xa0
// 0x1680
// 0x180e
// 0x2000
// 0x2001
// 0x2002
// 0x2003
// 0x2004
// 0x2005
// 0x2005
// 0x2007
// 0x2008
// 0x2009
// 0x200a
// 0x200b
// 0x202f
// 0x205f
// 0x3000
// 0xfeff
//
// // visible spaces
// 0x2423
// 0x2422
// 0x2420
config->wordsep = eina_stringshare_add(" '\"()[]{}=*!#$^\\:;,?`");
config->vidmod = 0;
config->mute = EINA_FALSE;