*** noodlepie has quit IRC | 00:39 | |
*** noodlepie has joined #zope | 01:19 | |
*** noodlepie has joined #zope | 01:20 | |
*** noodlepie has quit IRC | 02:23 | |
*** noodlepie has joined #zope | 02:24 | |
*** phizzy_ has joined #zope | 04:54 | |
*** danielbl_ has joined #zope | 05:04 | |
*** danielblackburn has quit IRC | 05:07 | |
*** mejo has quit IRC | 05:39 | |
*** mejo has joined #zope | 05:39 | |
*** danielbl_ has quit IRC | 05:41 | |
*** phizzy_ has quit IRC | 05:41 | |
*** noodlepie has quit IRC | 05:41 | |
*** danielbl_ has joined #zope | 05:42 | |
*** phizzy_ has joined #zope | 05:42 | |
*** noodlepie has joined #zope | 05:42 | |
*** phizzy_ has quit IRC | 05:42 | |
*** raydeo has quit IRC | 05:44 | |
*** [Arfrever] has quit IRC | 05:44 | |
*** danielbl_ has quit IRC | 05:44 | |
*** noodlepie has quit IRC | 05:44 | |
*** mejo has quit IRC | 05:45 | |
*** benji has quit IRC | 05:45 | |
*** hazmat has quit IRC | 05:45 | |
*** robertknight_clo has quit IRC | 05:45 | |
*** matthewwilkes has quit IRC | 05:45 | |
*** kiorky has quit IRC | 05:45 | |
*** mcdonc has quit IRC | 05:45 | |
*** justizin has quit IRC | 05:45 | |
*** mup has quit IRC | 05:45 | |
*** harrow has quit IRC | 05:45 | |
*** betabug has quit IRC | 05:45 | |
*** gawel has quit IRC | 05:45 | |
*** jham has quit IRC | 05:45 | |
*** noodlepie has joined #zope | 05:45 | |
*** danielbl_ has joined #zope | 05:45 | |
*** mejo has joined #zope | 05:45 | |
*** kiorky has joined #zope | 05:45 | |
*** [Arfrever] has joined #zope | 05:45 | |
*** raydeo has joined #zope | 05:45 | |
*** benji has joined #zope | 05:45 | |
*** justizin has joined #zope | 05:45 | |
*** gawel has joined #zope | 05:45 | |
*** betabug has joined #zope | 05:45 | |
*** harrow has joined #zope | 05:45 | |
*** jham has joined #zope | 05:45 | |
*** mup has joined #zope | 05:45 | |
*** hazmat has joined #zope | 05:45 | |
*** mcdonc has joined #zope | 05:45 | |
*** robertknight_clo has joined #zope | 05:45 | |
*** matthewwilkes has joined #zope | 05:45 | |
*** raydeo has quit IRC | 05:50 | |
*** [Arfrever] has quit IRC | 05:50 | |
*** raydeo has joined #zope | 05:50 | |
*** [Arfrever] has joined #zope | 05:51 | |
*** phizzy_ has joined #zope | 05:58 | |
*** noodlepie has quit IRC | 05:59 | |
*** phizzy_ has quit IRC | 05:59 | |
*** __mac__ has joined #zope | 06:16 | |
*** noodlepie has joined #zope | 06:26 | |
*** noodlepie has joined #zope | 06:28 | |
*** __mac__ has quit IRC | 07:34 | |
*** __mac__ has joined #zope | 08:16 | |
*** nilo has joined #zope | 08:45 | |
*** El_Rolando has joined #zope | 09:02 | |
*** sylvain has joined #zope | 09:18 | |
*** projekt01 has joined #zope | 10:25 | |
*** El_Rolando has quit IRC | 10:43 | |
*** El_Rolando has joined #zope | 10:46 | |
*** mejo has quit IRC | 10:54 | |
*** mejo has joined #zope | 10:54 | |
*** El_Rolando has quit IRC | 12:06 | |
*** El_Rolando has joined #zope | 12:22 | |
*** El_Rolando has quit IRC | 12:23 | |
*** El_Rolando has joined #zope | 12:26 | |
*** El_Rolando has quit IRC | 13:28 | |
*** cslcm has joined #zope | 13:39 | |
*** cslcm has left #zope | 13:39 | |
*** noodlepie has joined #zope | 14:22 | |
*** El_Rolando has joined #zope | 14:28 | |
*** phizzy_ has joined #zope | 15:26 | |
*** noodlepie has quit IRC | 15:26 | |
*** phizzy_ has quit IRC | 15:28 | |
*** phizzy_ has joined #zope | 15:28 | |
*** nilo has quit IRC | 15:32 | |
*** phizzy_ has quit IRC | 15:42 | |
*** phizzy_ has joined #zope | 15:42 | |
*** phizzy_ has quit IRC | 15:44 | |
*** phizzy_ has joined #zope | 15:44 | |
*** phizzy_ has quit IRC | 15:50 | |
*** phizzy_ has joined #zope | 15:50 | |
*** phizzy_ has quit IRC | 15:54 | |
mejo | do you still remember how to change the client character set in ZMySQLda on ancient zope2.10? | 15:54 |
---|---|---|
*** phizzy_ has joined #zope | 15:54 | |
betabug | mejo: site_customize.py? | 15:57 |
betabug | hmm, actually sitecustomize.py, and also including warnings that it's considered not a good idea | 16:00 |
mejo | betabug: thanks for the pointer anyway, will give it a try. | 16:01 |
mejo | so probably sys.setdefaultencoding("utf-8")? | 16:01 |
betabug | import sys | 16:01 |
betabug | sys.setdefaultencoding('utf-8') | 16:01 |
mejo | yep | 16:01 |
betabug | but don't tell anybody I told you | 16:01 |
mejo | :D | 16:01 |
mejo | still the same ugly problem | 16:02 |
betabug | yeah, that seems to be always what happens | 16:02 |
mejo | my problem is with the charset of content from an external mariadb database | 16:02 |
betabug | dunno, probably there should be a setting in the adapter | 16:03 |
mejo | I have to migrate ancient zope2.10 applications to a new setup | 16:03 |
betabug | never used those things | 16:03 |
mejo | the chain is mariadb -> python-mysqldb -> zope2.10 -> apache2 | 16:03 |
betabug | somewhere the adapter has a setup that says "the db is in THIS charset" - I guess | 16:04 |
mejo | python-mysqldb and zope2.10 didn't change (both in an ancient chroot environment) | 16:04 |
mejo | yep, that's what I'm searching for :) | 16:04 |
mejo | because the default client charset on the new mariadb host ist utf8mb4 while it was utf8 on the old mysql server. | 16:04 |
mejo | and my assumption is that this is the reason for my charset issues. | 16:05 |
betabug | beats me | 16:05 |
mejo | yep, looks like that. | 16:06 |
mejo | when I change it server-wide, the charset issues are gone. | 16:06 |
mejo | problem is, I cannot change it server-wide, since the mariadb server is used by other applications as well. | 16:07 |
betabug | now the question is if these old tools can handle a charset change, and where | 16:07 |
mejo | yep :-/ | 16:09 |
mejo | a simple web search doesn't reveal anything helpful so far | 16:09 |
mejo | phew, I hate it. it's not deterministic at all. I'm not sure anymore whether the client setting change helped. | 16:37 |
*** sylvain has quit IRC | 17:52 | |
*** sylvain has joined #zope | 17:53 | |
*** sylvain has quit IRC | 17:57 | |
*** egnuph__ has joined #zope | 18:13 | |
*** phizzy_ has quit IRC | 18:17 | |
*** projekt01 has quit IRC | 18:20 | |
*** phizzy_ has joined #zope | 18:27 | |
*** egnuph__ has quit IRC | 18:31 | |
*** egnuph__ has joined #zope | 18:32 | |
*** phizzy_ has quit IRC | 18:34 | |
*** alecm has joined #zope | 19:02 | |
*** El_Rolando has quit IRC | 19:22 | |
*** __mac__ has quit IRC | 20:10 | |
*** __mac__ has joined #zope | 21:12 | |
*** alecm_ has joined #zope | 21:44 | |
*** alecm_ has joined #zope | 21:44 | |
*** roq_1 has joined #zope | 21:44 | |
*** phizzy_ has joined #zope | 21:44 | |
*** [Arfreve1] has joined #zope | 21:48 | |
*** __mac__ has quit IRC | 21:50 | |
*** [Arfreve1] has quit IRC | 21:52 | |
*** alecm has quit IRC | 21:52 | |
*** egnuph__ has quit IRC | 21:52 | |
*** [Arfrever] has quit IRC | 21:53 | |
*** alecm_ is now known as alecm | 21:53 | |
*** phizzy_ has quit IRC | 21:53 | |
*** [Arfrever] has joined #zope | 21:55 | |
*** __mac__ has joined #zope | 21:57 | |
*** __mac__ has quit IRC | 22:29 | |
*** __mac__ has joined #zope | 22:37 | |
*** __mac__ has quit IRC | 23:54 | |
*** __mac__ has joined #zope | 23:54 | |
*** __mac__ has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!