Changeset 78aeda98a520711c00856196f6282f5d630ac360

Show
Ignore:
Timestamp:
01/06/07 23:38:49 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
dac0b7cc3b872a5b7111511fa51b68691ee38cf4
Children:
ba4eb18719feb3ef3e6e6d4343cc02c9cc977463
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:38:49Z+0000
Message:

[project @ TODO updated]

Original author: Trac <trac@…>
Date: 2005-06-12 03:00:02+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TODO

    rb1be00e r78aeda9  
    88Major: 
    99  * Bug: Crashes on files with encodings not being UTF-8 (#43) 
     10  * Languages with non-ascii-characters crash (#44) 
    1011 
    1112Normal: 
     
    3839match, and translate it appropriately, or just refuse to open it (but the  
    3940former would be more acceptable than the latter). 
     41 
     4244: Languages with non-ascii-characters crash 
     43--------------------------------------------- 
     44Languages with non-UTF-8 charactes cause Gobby to crash if such a character  
     45is used by GtkSourceView. Gobby wants to insert these in the menu XML that  
     46is created dynamically by reading the available languages. The idea is to  
     47substitute such characters by there Unicode value or something (currently,  
     48only German umlauts are replaced by a another string). This XML is only  
     49used for internal stuff and never shown to the user, so any other  
     50identifiers would be OK. 
    4051 
    415217: Implement support for Zeroconf