aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-31 21:51:10 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-31 21:51:10 +0000
commit8d0aab0e785d93eed93a0434c99eb11485f54bfc (patch)
treecc00044a9e1b45063222408c0bebf07db8432db6 /AUTHORS
parent4ec4c649689a7b7b6f0e1d81f8e9e6d387de4fd5 (diff)
From Ronald Henderson: make "format_text()", on Windows, escape all
characters that aren't printable ASCII, as GTK+ for Windows thinks strings are UTF-8 but the strings we give it wouldn't be UTF-8. svn path=/trunk/; revision=6832
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 3f2e9cf72a..4d3dc8c216 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1521,6 +1521,9 @@ Ronald Henderson <Ronald.Henderson [AT] CognicaseUSA.com> {
buttons to pop up a filter dialog
Fix up "snprintf()" and "vsnprintf()" calls in "epan/proto.c" to
properly handle string truncation
+ Make "format_text()", on Windows, escape all characters that
+ aren't printable ASCII, as GTK+ for Windows thinks strings
+ are UTF-8 but the strings we give it wouldn't be UTF-8
}
Brian Ginsbach <ginsbach [AT] cray.com> {