[Freeciv-Dev] [bug #13500] savenames with UTF-8 characters do not work

2009-10-31 Thread pepeto

Update of bug #13500 (project freeciv):

  Status:  Ready For Test => Fixed  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #13500] savenames with UTF-8 characters do not work

2009-10-29 Thread pepeto

Additional Item Attachment, bug #13500 (project freeciv):

File name: S2_1_set_explain_command.diff  Size:7 KB


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #13500] savenames with UTF-8 characters do not work

2009-10-29 Thread pepeto

Update of bug #13500 (project freeciv):

  Status:None => Ready For Test 

___

Follow-up Comment #2:

Fix attached:
* Use tokens in /set command.  Consider '=' as a delimiter in this function. 
In the past, the allowconnect setting could contain this character (see rt
PR#535). nowadays, no setting use this character.
* Deleted is_ok_opt_name_char(), is_ok_opt_value_char(),
is_ok_opt_name_value_sep_char().
* Simplify how /explain gets its argument.


(file #7165)
___

Additional Item Attachment:

File name: trunk_S2_2_set_explain_command.diff Size:7 KB


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #13500] savenames with UTF-8 characters do not work

2009-10-28 Thread pepeto

Update of bug #13500 (project freeciv):

 Assigned to:None => pepeto 


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #13500] savenames with UTF-8 characters do not work

2009-05-15 Thread Madeline Book

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:

  

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


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


[Freeciv-Dev] [bug #13500] savenames with UTF-8 characters do not work

2009-05-08 Thread Christian Knoke

URL:
  

 Summary: savenames with UTF-8 characters do not work
 Project: Freeciv
Submitted by: chrisk
Submitted on: Freitag 08.05.2009 um 21:40
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Release: 
Operating System: None

___

Details:


2.1.9+ Rev 15657 GTK

The program accepts save names with UTF-8 characters, like in

 'set savename dänisch' 

put the actual filenames used are cut down to the characters before the
german a umlaut, in this case cut down to a single "d".

Christian





___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


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