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

Loading…
Cancel
Save