I18n

From Freephile Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Revisited[edit]

Trying to import my phpGedView source into a subversion project balked on some UTF-8 error. I still haven't tracked it down, but it may actually be a svn bug in v. 1.2.3 rather than my locale or the source code of pgv. Anyhow, it made me realize that my system at home was not setup with UTF-8 as the locale. Here then are the many great resources that I found along the way to setting my home system to use UTF-8 for the locale.

Must Read[edit]

http://www.unifont.org/index.html This web site provides information about Unicode fonts, Unicode-enabled software, internationalization, and Unicode usability issues on free/libre/open source (FLOSS) operating systems.


http://eyegene.ophthy.med.umich.edu/unicode/ A Quick Primer On Unicode and Software Internationalization Under Linux and UNIX by Ed Trager of the University of Michigan

http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/linux-unicode.html Introduction to Unicode — Using Unicode in Linux

http://www.phpwact.org/php/i18n/utf-8 UTF-8 with PHP put together by the fine folks of WACT (Harry Fuecks)


More[edit]