You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(60) |
Jul
(35) |
Aug
(32) |
Sep
(5) |
Oct
(5) |
Nov
(58) |
Dec
(34) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(114) |
Feb
(184) |
Mar
(153) |
Apr
(90) |
May
(153) |
Jun
(59) |
Jul
(24) |
Aug
(43) |
Sep
(17) |
Oct
(34) |
Nov
(11) |
Dec
(204) |
2007 |
Jan
(84) |
Feb
(119) |
Mar
(38) |
Apr
(28) |
May
(52) |
Jun
(105) |
Jul
(64) |
Aug
(67) |
Sep
(14) |
Oct
(3) |
Nov
(28) |
Dec
(55) |
2008 |
Jan
(228) |
Feb
(55) |
Mar
(30) |
Apr
(30) |
May
(15) |
Jun
(20) |
Jul
(12) |
Aug
(3) |
Sep
(13) |
Oct
(54) |
Nov
(35) |
Dec
(35) |
2009 |
Jan
(19) |
Feb
(20) |
Mar
(34) |
Apr
(4) |
May
(60) |
Jun
(25) |
Jul
(16) |
Aug
(51) |
Sep
(19) |
Oct
(62) |
Nov
(21) |
Dec
(12) |
2010 |
Jan
(1) |
Feb
|
Mar
(4) |
Apr
(12) |
May
(23) |
Jun
(13) |
Jul
(1) |
Aug
(40) |
Sep
(18) |
Oct
(21) |
Nov
(26) |
Dec
(34) |
2011 |
Jan
(17) |
Feb
(23) |
Mar
(1) |
Apr
(10) |
May
(1) |
Jun
(5) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(43) |
2012 |
Jan
(5) |
Feb
(19) |
Mar
(6) |
Apr
(24) |
May
(39) |
Jun
(83) |
Jul
(29) |
Aug
(36) |
Sep
(64) |
Oct
(55) |
Nov
(12) |
Dec
(7) |
2013 |
Jan
(17) |
Feb
(10) |
Mar
(37) |
Apr
(27) |
May
(13) |
Jun
(9) |
Jul
(7) |
Aug
(61) |
Sep
(23) |
Oct
(23) |
Nov
(30) |
Dec
(16) |
2014 |
Jan
(23) |
Feb
(13) |
Mar
(9) |
Apr
(17) |
May
(2) |
Jun
(11) |
Jul
(2) |
Aug
|
Sep
(9) |
Oct
(24) |
Nov
(2) |
Dec
(14) |
2015 |
Jan
(6) |
Feb
(4) |
Mar
(17) |
Apr
|
May
(7) |
Jun
(3) |
Jul
|
Aug
|
Sep
(2) |
Oct
(21) |
Nov
(6) |
Dec
(2) |
2016 |
Jan
(4) |
Feb
(2) |
Mar
(7) |
Apr
(3) |
May
(11) |
Jun
(6) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
(1) |
12
(1) |
13
|
14
|
15
|
16
|
17
(2) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
(2) |
29
|
30
(2) |
31
(1) |
|
|
|
|
|
From: Paul K <pau...@ya...> - 2014-03-17 05:00:24
|
Hi John, >> > I'm looking for a way to provide MacNewFile, MacOpenFiles, and >> > MacReopenApp methods >> > (http://docs.wxwidgets.org/trunk/classwx_app.html), but can't figure >> > out how to do this in wxlua and don't see this in any of the examples. > > They need to be added, it should be doable. Do you have plans to include these methods? I'm building the current version of wxwidgets and would like to include these Mac* methods and WebView support if available. Thank you! Paul |
From: Paul K <pau...@ya...> - 2014-03-17 04:30:41
|
Hi John, I'd like to come back to this topic; maybe it's something I'm doing wrong and it's still possible to process those invalid UTF-8 characters? Any ideas? Paul. On Fri, Feb 21, 2014 at 4:53 PM, Paul K <pau...@ya...> wrote: > Hi John, > >> Yes, note that From8BitData() is static and To8BitData() is not. > > Thank you for the prompt change! Unfortunately, it didn't have the > desired effect for me; maybe I misread wxwidgets documentation. > > Let's say I have three invalid UTF-8 characters: string.char(0x80, > 0x81, 0x82). If I assigned them to a variable u, it has proper length > (#u == 3). If I try to add them to wxSTC, nothing happens (the length > of the content doesn't change). > > If I use From8BitData(), then I get 6 bytes instead of 3: > #wx.wxString.From8BitData(string.char(0x80, 0x81, 0x82)) == 6, but > this looks like "fixed" UTF-8 code. When I add the result to wxSTC, I > do get 6 bytes of content there, but that's not what I expected: I > expected three characters displayed with 0x80, 0x81, and 0x82 as their > codes. > > What am I doing wrong? > > Paul. > > On Wed, Feb 19, 2014 at 9:53 PM, John Labenski <jla...@gm...> wrote: >> On Wed, Feb 19, 2014 at 1:27 AM, Paul K <pau...@ya...> wrote: >>> >>> >>> Do we also get To8BitData(), as I may need it to save the data back to a >>> file? >>> >> >> Yes, note that From8BitData() is static and To8BitData() is not. >> >> Regards, >> John |