elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

Names that cannot be converted to ASCII cause infinite loop at game start #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the user’s name cannot be converted losslessly to ASCII then 
plnamesuffix will cause an infinite loop after the role is chosen.

The attached patch attempts to perform a lossy conversion if the standard 
conversion fails; this fixes the issue for my name (by converting the ‘á’  
‘a’).

Original issue reported on code.google.com by ciawal@gmail.com on 7 Aug 2009 at 9:12

Attachments:

GoogleCodeExporter commented 8 years ago
thanks, the patch will go into the trunk with my next update

Original comment by din...@gmail.com on 7 Aug 2009 at 5:24

GoogleCodeExporter commented 8 years ago
should be fixed starting from somewhere r36 I think

Original comment by din...@gmail.com on 7 Aug 2009 at 7:17