[util] Accept | as delimiter in Unicode parsing

pull/3621/head
Behdad Esfahbod 3 years ago
parent 334bd013d9
commit 6dd7e31f71
  1. 2
      util/text-options.hh

@ -127,7 +127,7 @@ encode_unicodes (const char *unicodes,
GString *gs,
GError **error)
{
#define DELIMITERS "<+->{},;&#\\xXuUnNiI\n\t\v\f\r "
#define DELIMITERS "<+-|>{},;&#\\xXuUnNiI\n\t\v\f\r "
char *s = (char *) unicodes;
char *p;

Loading…
Cancel
Save