[AOLSERVER] Nsmemcache and utf-8 characters

2010-11-16 Thread Levy Bajamundi
Hi, We're having some issues with the nsmemcache module. It works perfectly fine if the string we're trying to store is regular alphabet characters, but once we try to store utf-8 chars, things starts to go awry. Has anyone had this issue before? Thanks, Levy Bajamundi Systems Developer

Re: [AOLSERVER] Nsmemcache and utf-8 characters

2010-11-16 Thread Majid Khan
Hi Levy, For UTF-8 you need to encode first and then need to pass to the memcache module. e.g. In order to set the value in Memcache Server: set value {some chinese here :)} set encoded_value [encoding convertto utf-8 $value] ns_memcache set key $encoded_value 120 To get: set value

[AOLSERVER] Git on SourceForge

2010-11-16 Thread Tom Jackson
Hi, Since everyone here knows that I have no ability to be nice, let me git to the point. GitHub sucks! It sucks because it costs money. It sucks because it doesn't use gitweb. It sucks because of poor user/group management. It sucks because it really sucks...hard! It sucks because is uses a

Re: [AOLSERVER] Git on SourceForge

2010-11-16 Thread Dave Bauer
On Tue, Nov 16, 2010 at 6:15 PM, Tom Jackson t...@rmadilo.com wrote: Hi, Since everyone here knows that I have no ability to be nice, let me git to the point. GitHub sucks! It sucks because it costs money. It sucks because it doesn't use gitweb. It sucks because of poor user/group

Re: [AOLSERVER] Git on SourceForge

2010-11-16 Thread Jade Rubick
I personally strongly favor github. *Jade Rubick* | Director of Development | TRUiST 2201 Wisconsin Ave NW, Suite 250 | Washington, DC 20007 | www.truist.com | +1 202 903 2564 P Please consider the environment before printing The information contained in this email/document is confidential and

Re: [AOLSERVER] Git on SourceForge

2010-11-16 Thread Jeff Davis
On 16 Nov 2010, at 18:15, Tom Jackson wrote: http://aolserver.git.sourceforge.net/git/gitweb-index.cgi I am not sure why you think using gitweb is good - I find it pretty unpleasant. More to the point is that any clone has a full revision history so I am not sure why you would really care so

Re: [AOLSERVER] Git on SourceForge

2010-11-16 Thread Tom Jackson
On Tue, Nov 16, 2010 at 6:18 PM, Jeff Davis da...@xarg.net wrote: On 16 Nov 2010, at 18:15, Tom Jackson wrote: http://aolserver.git.sourceforge.net/git/gitweb-index.cgi I am not sure why you think using gitweb is good - I find it pretty unpleasant. I pointed this out months ago. gitweb is

Re: [AOLSERVER] Git on SourceForge

2010-11-16 Thread Tom Jackson
Truth is: who cares? Unless you want a canonical version of AOLserver. But that argues against the github model which creates a fork for every developer. Is it possible that I could maintain the sf version of AOLserver which allows multiple developers to maintain private repositories and commit