mirror of https://github.com/GNOME/gimp.git
be more strict and require UTF-8 encoding for comments instead of only
2003-02-10 Sven Neumann <sven@gimp.org> * parasites.txt: be more strict and require UTF-8 encoding for comments instead of only suggesting it.
This commit is contained in:
parent
7b9f7e3f2c
commit
ff8911fa25
|
@ -1,3 +1,8 @@
|
|||
2003-02-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* parasites.txt: be more strict and require UTF-8 encoding for
|
||||
comments instead of only suggesting it.
|
||||
|
||||
2003-02-10 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/tmpl/gimpenums.sgml: regenerated.
|
||||
|
|
|
@ -34,8 +34,8 @@ Global data follows no strict rules.
|
|||
|
||||
"gimp-comment" (IMAGE, PERSISTENT)
|
||||
Standard GIF-style image comments. This parasite should be
|
||||
human-readable text, preferably in utf8 encoding. A trailing \0
|
||||
might be included and is not part of the comment.
|
||||
human-readable text in UTF-8 encoding. A trailing \0 might
|
||||
be included and is not part of the comment.
|
||||
|
||||
"gimp-brush-pipe-parameters" (IMAGE, PERSISTENT)
|
||||
This is all very preliminary:
|
||||
|
|
Loading…
Reference in New Issue