X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=3.9 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org X-EN-OrigOutIP: 10.20.18.4 X-EN-IMPSID: jTkW1h00E05GATN01TkWe2 From: "Leon Vanderploeg" To: Cc: Subject: How To Handle Special Characters in Cygwin, E.G., Trademark Symbol, n with the tilde above it Date: Tue, 11 Oct 2011 09:44:26 -0600 Message-ID: <099f01cc882c$aa4021d0$fec06570$@vaultnow.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-EN-UserInfo: ca4eb83b29c199dc675fd93de881b90e:2283ef65109048eed6984feda31515c6 X-EN-AuthUser: leonv AT vaultnow DOT com X-EN-OrigIP: 24.8.203.182 X-EN-OrigHost: c-24-8-203-182.hsd1.co.comcast.net X-IsSubscribed: yes 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 Greetings, I have recently encountered a problem with accessing files that have special characters in the file names. The special characters include (a couple examples) the trademark symbol and the n with a tilde above it. The recommendation from " http://www.cygwin.com/cygwin-ug-net/using-specialnames.html" is: ============================= Filenames with unusual (foreign) characters Windows filesystems use Unicode encoded as UTF-16 to store filename information. If you don't use the UTF-8 character set (see the section called "Internationalization") then there's a chance that a filename is using one or more characters which have no representation in the character set you're using. Note In the default "C" locale, Cygwin creates filenames using the UTF-8 charset. This will always result in some valid filename by default, but again might impose problems when switching to a non-"C" or non-"UTF-8" charset. Note To avoid this scenario altogether, always use UTF-8 as the character set. ============================= Suggestions on how to access these files? Thanks in advance... Leon -- 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