X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:content-type :content-transfer-encoding:date:from:to:subject:message-id; q= dns; s=default; b=kozlMhutWwDOOmoO0akt77FWLEcp0iuGhgrnZe3JB3EyO0 v5t15Flzs1qAKV3y2KduQ7JsR9K68iAqfq87zSMcfOB7RHJxCrjnIfY1ymiWH2Ox 3//WBAIhrKhuKz433JxFeBtAz3PibFdqvSnrF46/N5P6nQCKblKSrF0Zczr5M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:mime-version:content-type :content-transfer-encoding:date:from:to:subject:message-id; s= default; bh=v5fUJxs+Zzdll8/Uw0OmOdWaGUU=; b=u7Y8s7ODlTQyH3YEP2Qg 4mwT9ZytZiTKQOBhM5Y6UWGV/XPY+5pgLBZzm8WH/gtPDX/U9EuMWSDK92loQlc3 r/RFTGtOr6nrY0HCltRCFmNiTA7C0kkaUMgx71bLQCuYtRZ1nXfpd38TeBvliKO6 84OhFD94iDNV7L+fX1OK8uY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 22 Apr 2014 00:22:52 +0200 From: waterlan To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: dos2unix 6.0.5-1 Message-Id: User-Agent: XS4ALL Webmail X-IsSubscribed: yes CHANGES SINCE LAST RELEASE: =========================== New upstream release. * Dos2unix is part of the Translation Project (TP). All translations go via the Translation Project. See http://translationproject.org/ * New translations of UI messages: Brazilian Portuguese, Chinese (traditional), Danish, French, Hungarian, Polish, Serbian, Ukrainian, Vietnamese. * New translations of the manual: Brazilian Portuguese, French, German, Polish, Ukrainian. * Generated man pages are included in the source package to prevent compilation problems with very old or very new perl/pod2man versions. * Manuals are now generated from gettext PO files with po4a for easier translation. * All manuals are now in UTF-8 encoding. * Skip symbolic links on Windows by default (same as on Unix). INTERNATIONAL MAN PAGES ======================= Since dos2unix 6.0.5 all man pages are encoded in UTF-8, because even Western-European man pages may contain Unicode characters not supported by the Latin-1 (ISO-8859-1) character set. In order to show UTF-8 man pages properly on Cygwin you need to do the following: In /etc/man.conf, change the NROFF definition to use 'preconv'. NROFF /usr/bin/preconv | /usr/bin/nroff -c -mandoc 2>/dev/null To view the man page set the correct locale. E.g. for Ukrainian: export LANG=uk_UA.UTF-8 man dos2unix DESCRIPTION: ============ This is an update of Benjamin Lin's implementations of dos2unix and unix2dos. Benjamin Lin's implementations of dos2unix and unix2dos are part of several Linux distributions such as RedHat, Fedora, Suse, Gentoo and others. This update includes all RedHat patches and fixes several other problems. Internationalization has been added and ports to DOS, Windows, Cygwin and OS/2 Warp have been made. These implementations of dos2unix and unix2dos have been modelled after dos2unix/unix2dos under SunOS/Solaris. They have similar conversion modes, namely ascii, 7bit and iso. The first versions were made by John Birchfield in 1989, and in 1995 rewritten from scratch by Benjamin Lin. Mac to Unix conversion was added by Bernd Johannes Wuebben in 1998, Unix to Mac by Erwin in 2010. Features * Native language support: Dutch, English, Esperanto, German, Russian, Spanish. * Automatically skips binary and non-regular files * In-place, paired, or stdio mode conversion. * Keep original file dates option. * 7-bit and iso conversion modes like SunOS dos2unix. * Conversion of Windows UTF-16 files to Unix UTF-8. * Handles Unicode Byte Order Mark (BOM) * Secure. homepage: http://waterlan.home.xs4all.nl/dos2unix.html license: 2-clause BSD (FreeBSD) -- Erwin Waterlander http://waterlan.home.xs4all.nl/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple