It now translates to a real nbsp, and not just a space.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61527
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
*/
static const char escape_strings[] =
/* most common escaped stuff */
-" \0" "\x20\0" /* NOTE: this here to avoid escaping to   */
-" \0" "\x20\0" /* NOTE: we allow nsbp's to break as we map early - maybe map to ascii 0x01 and then make the rendering code think 0x01 -> 0x20 */
""\0" "\x22\0"
"&\0" "\x26\0"
"<\0" "\x3c\0"
">\0" "\x3e\0"
/* all the rest */
+" \0" "\xc2\xa0\0"
"¡\0" "\xc2\xa1\0"
"¢\0" "\xc2\xa2\0"
"£\0" "\xc2\xa3\0"