Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2004:
[Freeciv-Dev] Re: (PR#11108) AutoReply: UTF-8 in files
Home

[Freeciv-Dev] Re: (PR#11108) AutoReply: UTF-8 in files

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] Re: (PR#11108) AutoReply: UTF-8 in files
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 Nov 2004 13:31:05 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=11108 >

After some quick discussion on IRC I simply converted everything except 
the .po files to UTF-8.

The use of non-ascii characters in source files is probably to be 
avoided.  There are only a few places where it's done and it should be 
easy to transliterate to ascii.  Unfortunately glibc iconv doesn't have 
very good transliteration (gnu iconv is better).  The following files 
need to be converted:

   file `find . -name "*.[ch]"`|grep -i utf

It's also interesting that some ascii files have CRLF newlines while 
others do not:

   file `find .`|grep CR

these should probably be fixed (except for the windows-specific files).

jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#11108) AutoReply: UTF-8 in files, Jason Short <=