Files
wxWidgets/include/wx
Ove Kaaven a69f7aa823 More helpful Unicode stuff.
Conversion classes are now:
wxConv_libc (standard mbstowcs/wcstombs)
wxConv_file (usually same as above, but I think some Asian locales
use different encoding systems on the filenames than on the contents
of the files)
wxConv_UTF7 (7-bit Unicode encoding (similar to BASE64), for email etc,
not implemented yet)
wxConv_UTF8 (8-bit Unicode encoding, not implemented yet, just uses
mbstowcs/wcstombs, which just happens to be UTF-8 in glibc2)
wxConv_gdk (gdk_mbstowcs/gdk_wcstombs, not too useful)
wxConv_local (current 8-bit character set, from LANG env var)

wxConv_current: pointer to conversion class. Points by default to
wxConv_local, but it's meant to be able to be redirected by the user
(and wxGTK can point it at wxConv_UTF8 if it manages to set the UTF-8
locale).

mbc_str() returns mb_str(*wxConv_current) for convenience.
I will use mbc_str() in my upcoming wxGTK adaption.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-04-14 19:56:54 +00:00
..
1999-04-13 12:40:33 +00:00
1999-04-14 19:56:54 +00:00
1998-11-06 09:33:25 +00:00
1999-01-22 10:52:42 +00:00
1999-01-08 11:54:12 +00:00
1999-01-22 11:06:20 +00:00
1999-04-09 18:01:17 +00:00
1999-01-08 14:19:09 +00:00
1999-04-11 19:07:17 +00:00
1999-04-11 19:07:33 +00:00
1999-02-03 16:48:12 +00:00
1999-04-13 11:43:03 +00:00
1999-02-22 11:01:13 +00:00
1998-11-24 23:30:50 +00:00
1999-03-03 17:05:25 +00:00
1998-09-18 21:33:46 +00:00
1999-01-01 16:22:21 +00:00
1999-04-04 13:02:19 +00:00
1999-01-08 20:33:18 +00:00
1999-03-26 21:14:01 +00:00
1999-04-13 11:43:03 +00:00
1998-09-03 13:58:56 +00:00
1999-04-14 19:56:54 +00:00
1999-01-01 16:22:21 +00:00
1999-04-14 11:56:36 +00:00
1999-04-14 11:56:36 +00:00
1999-04-13 10:31:53 +00:00
1999-04-13 11:43:03 +00:00
1998-10-28 13:21:29 +00:00
1998-11-22 15:59:54 +00:00
1999-01-01 16:14:00 +00:00
1999-01-01 16:22:21 +00:00
1999-01-01 16:22:21 +00:00
1999-04-13 15:20:36 +00:00
1999-02-06 23:32:34 +00:00