GOptionContext: add some notes about encodings
authorRyan Lortie <desrt@desrt.ca>
Sun, 12 Jan 2014 17:47:43 +0000 (12:47 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 18 Jan 2014 01:13:46 +0000 (20:13 -0500)
commit258ac3b25398547c9ae0434c7c049a88d1e309ed
treea986456a9317ca22a76e6e109bedc511f3533e08
parente5f91951a132b4a7daa848887a87ba22f96568bc
GOptionContext: add some notes about encodings

Add a note to the overview documentation for GOptionContext about why
you need to be careful about argv encoding on UNIX and about why you
should avoid argv entirely on Windows.  Mention some possible
alternative approaches, including a code example.

https://bugzilla.gnome.org/show_bug.cgi?id=722025
glib/goption.c