~ubuntu-branches/ubuntu/trusty/ultrastar-ng/trusty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2007-02-21 22:17:24 UTC
  • Revision ID: james.westby@ubuntu.com-20070221221724-yfifw6a18i4yuyvn
Tags: 0.1.3-1
Initial release (Closes: #411708)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ultrastar-ng for Debian
 
2
-----------------------
 
3
 
 
4
In case that no directory has been explicilty stated in the command line
 
5
invocation of the program, the game will look for the songs in
 
6
"/usr/share/games/ultrastar-ng/songs".
 
7
 
 
8
If your song is not UTF-8 encoded please do :
 
9
        iconv --from-code=ISO-8859-1 --to-code=UTF-8 source.txt > dest.txt
 
10
 
 
11
For converting a whole directory of songs to UTF-8 :
 
12
        for i in *; do echo $i; \
 
13
        mv "$i/$i.txt" "$i/$i.ISO-8859-1.txt"; \
 
14
        iconv --from-code=ISO-8859-1 --to-code=UTF-8 "$i/$i.ISO-8859-1.txt" \
 
15
                > "$i/$i.txt"; \
 
16
        done
 
17
 
 
18
 -- Miriam Ruiz <little_miry@yahoo.es>  Wed, 21 Feb 2007 22:17:24 +0000