From: raster Date: Tue, 26 Jun 2012 01:38:48 +0000 (+0000) Subject: comment -> need to add some unicode space codepoints to wordsep string X-Git-Tag: upstream/0.1~211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=106a2bb0002b6a94fac3361d4b5cde33dea12f2d;p=platform%2Fupstream%2Fterminology.git comment -> need to add some unicode space codepoints to wordsep string git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@72837 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/config.c b/src/bin/config.c index 7d8db35..562eda2 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -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;