#!/bin/bash
for file in `ls`
do
iconv -f ISO-8859-15 -t UTF-8 -o "new_$file" "$file"
iconv -f GB18030 -t UTF-8 -o "new_$file" "$file"
done
Compiling requires you to read the README file shipped with the source code and use the make and configure tools.
Another way is to look for the Red Flag Linux rpm (thank you again Google) which latest version is available on Red Flag Linux FTP and install it. Should you use a Debian based distribution there is a existing deb package on Ubuntu China forum which suffers from the same problem, so your best bet is to convert the already fetched rpm package to a debian one using Alien, and you’re done (still need to install it though). I’ve uploaded the final working (in Chinese) debian package right here to save the hassles to others. For MIPS computers users such as the Gdium, I’ll upload the rpm once it’s done to our community repository soon.
Nice one!
Looking forward to have it running on the Gdium and the Fulong Mini, which at the moment runs a weired crossbreed between Openrays and Debian.