[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-21 Thread pepeto
Update of patch #1582 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-17 Thread pepeto
Update of patch #1582 (project freeciv): Assigned to:None => pepeto Planned Release: => 2.3.0 ___ Follow-up Comment #9: If none complain(

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-15 Thread pepeto
Follow-up Comment #8, patch #1582 (project freeciv): Attached version 4: * Add a new module utility/fc_utf8.[ch]. * Fix the typos reported by Ulrik. * Generalize the usage of the suffixes: *_trunc(), *_rep(), *_len() and *_dup(). (file #8981) __

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-15 Thread pepeto
Update of patch #1582 (project freeciv): Status:None => Ready For Test ___ Follow-up Comment #7: New version attached thanks to the comments. > UTF-8 doesn't use longer characters than 4-byt

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-12 Thread Matthias Pfafferodt
Follow-up Comment #6, patch #1582 (project freeciv): > A problem would be for the packets. The packet size seems to need a byte limit, not in characters. This could be solved by multiplying all packet string sizes by 4(?) to take into account multicharacter bytes __

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-12 Thread pepeto
Update of patch #1582 (project freeciv): Status: Ready For Test => None ___ Follow-up Comment #5: > ATM there is an issue with MAX_LEN_NAME. This is supposed to > limit city names, for instanc

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-11 Thread Jason Dorje Short
Follow-up Comment #4, patch #1582 (project freeciv): Truncation is fundamentally unavoidable unless we strdup-printf every string we make everywhere, which isn't going to happen. We can cut down on it by making buffers sufficiently long. ATM there is an issue with MAX_LEN_NAME. This is suppose

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-05 Thread Ulrik Sverdrup
Follow-up Comment #3, patch #1582 (project freeciv): I forgot to log in, the last comment was from me. ___ Reply to this item at: ___ Meddelandet skickades via/

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-05 Thread anonymous
Follow-up Comment #2, patch #1582 (project freeciv): Nice, this is of course going to be really useful. I'm going to spew some opinions and thoughts, please don't assign too much importance to them: * UTF-8 doesn't use longer characters than 4-byte sequences. Freeciv shouldn't output anything

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-04 Thread pepeto
Follow-up Comment #1, patch #1582 (project freeciv): Version 2 attached. * Support until characters of 6 bytes size. * Speed up some part of the code. * Prevent infinite loops when using the function on not valid UTF-8 strings. * Add many assertions. (file #8802) ___

[Freeciv-Dev] [patch #1582] UTF-8 utilities

2010-04-03 Thread pepeto
URL: Summary: UTF-8 utilities Project: Freeciv Submitted by: pepeto Submitted on: samedi 03.04.2010 à 18:30 Category: general Priority: 3 - Low Status: Ready