Changeset 78aeda98a520711c00856196f6282f5d630ac360
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb1be00e
|
r78aeda9
|
|
| 8 | 8 | Major: |
| 9 | 9 | * Bug: Crashes on files with encodings not being UTF-8 (#43) |
| | 10 | * Languages with non-ascii-characters crash (#44) |
| 10 | 11 | |
| 11 | 12 | Normal: |
| … |
… |
|
| 38 | 39 | match, and translate it appropriately, or just refuse to open it (but the |
| 39 | 40 | former would be more acceptable than the latter). |
| | 41 | |
| | 42 | 44: Languages with non-ascii-characters crash |
| | 43 | --------------------------------------------- |
| | 44 | Languages with non-UTF-8 charactes cause Gobby to crash if such a character |
| | 45 | is used by GtkSourceView. Gobby wants to insert these in the menu XML that |
| | 46 | is created dynamically by reading the available languages. The idea is to |
| | 47 | substitute such characters by there Unicode value or something (currently, |
| | 48 | only German umlauts are replaced by a another string). This XML is only |
| | 49 | used for internal stuff and never shown to the user, so any other |
| | 50 | identifiers would be OK. |
| 40 | 51 | |
| 41 | 52 | 17: Implement support for Zeroconf |