rev 17534: /trunk/epan/dissectors/: packet-dcerpc.c /trunk/epan/: filesystem.c libethereal.def strutil.c strutil.h /trunk/gtk/: font_utils.c main.c webbrowser.c win32-file-dlg.c /trunk/: config.h.win32
| Newsgroups | gmane.network.ethereal.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: gerald Date: 2006/03/08 02:55 PM Log: Use Unicode for all native Win32 calls. Unicode Windows applications use UTF-16 internally and GTK+ 2.x uses UTF-8, which means we have to do a lots of conversions. Add utf_8to16() and utf_16to8 convenience functions to strutil.c. Directory: /trunk/epan/dissectors/ Changes Path Action +2 -2 packet-dcerpc.c Modified Directory: /trunk/epan/ Changes Path Action +10 -2 filesystem.c Modified +2 -0 libethereal.def Modified +91 -0 strutil.c Modified +22 -0 strutil.h Modified Directory: /trunk/gtk/ Changes Path Action +6 -4 font_utils.c Modified +3 -2 main.c Modified +4 -1 webbrowser.c Modified +135 -124 win32-file-dlg.c Modified Directory: /trunk/ Changes Path Action +4 -0 config.h.win32 Modified http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=17534&view=rev