From owner-soc-status@FreeBSD.ORG Thu Aug 28 20:23:41 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D05BEB2E; Thu, 28 Aug 2014 20:23:41 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF6B81C48; Thu, 28 Aug 2014 20:23:40 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id x12so1270708wgg.33 for ; Thu, 28 Aug 2014 13:23:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; bh=Y0XI8uGyRfwy1Gw5foSW4L/pgNWAtHXLsY0Bw+L28fk=; b=mISzyEKaBe5+JYY8Cl4CxrEiUI6U6/hLTiWSiJ1YwkQZhfk+FpqmfPyq/+WQYG4n6E 241ohD223b+dvylM6cX5/C+reHc214JjgnugBgalMBvH8uiT/lU92X5otsb7WberrA/c 1fBFGF8OClOB0cI3o3/9MNnvXndUEKU03PXTJ6c06QAzTWmQHdJ/KBSD3pxUo7xYkCJp FS6ZyyLL1NJ/6Kjri74NKeuKpZu0AA+9BVtSolymt4ZfnZgOPWJ0Ah91vU5JBYX6ftCZ tRhbT4I7DyGPag2ePQLWeor/i9HlRTXzVBEW3ZrM9b5ZXuSo2jEAAG3zk+zkUvkpEpxm yHJw== X-Received: by 10.180.92.134 with SMTP id cm6mr9245601wib.72.1409257419141; Thu, 28 Aug 2014 13:23:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.48.9 with HTTP; Thu, 28 Aug 2014 13:23:18 -0700 (PDT) Reply-To: ghostmansd@gmail.com From: Dmitry Selyutin Date: Fri, 29 Aug 2014 00:23:18 +0400 Message-ID: Subject: Report #10: Unicode support To: soc-status@freebsd.org, Pedro Giffuni , David Chisnall , Konrad Jankowski , freebsd-i18n@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 20:23:41 -0000 Hello everyone! I've written a colldb tool using C language, so one may now use colldb after compiling sources. I decided not to use lex/yacc here since it seemed to be a bit overkill for just a simple task, so all you need is C plus libcolldb (written in C too). I've also written colldb.1 manual page and fixed libcolldb build (previously one could not compile it without UNICODE=YES in make.conf). Due to my exams (they will start in several days) I have to take a rest to be prepared. Thanks to everyone who helped me during this summer! I'd like to thank FreeBSD's community: guys, you are amazing, it's really pleasant to work with you! I'm going to continue my work after September 20th, so stay tuned! ;-) P.S. Repository is here as usual: https://socsvn.freebsd.org/socsvn/soc2014/ghostmansd -- With best regards, Dmitry Selyutin