Follow-up Comment #1, bug #13500 (project freeciv):

Setting value characters are read in until they fail
is_ok_opt_value_char(), which looks like

return (c == '-') || (c == '*') || (c == '+') || (c == '=') ||
my_isalnum(c);

So full utf8 is not allowed as a value for settings.
I suppose this is so that path separators or other
such things cannot be sneaked into the strings. Maybe
for hack access connections this restriction can be
lifted.


----------------------------------------------------------------
でも今はひどく疲れたんだ。

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?13500>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to