Added some further UTF-8 tips. 0.4.0
authorMichael Prokop <mika@grml.org>
Sun, 13 May 2007 10:12:39 +0000 (12:12 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 13 May 2007 10:12:39 +0000 (12:12 +0200)
debian/changelog
grml_tips

index d71fa77..f8523e0 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.4.0) unstable; urgency=low
+
+  * Added some further UTF-8 tips.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:12:22 +0200
+
 grml-tips (0.3.30) unstable; urgency=low
 
   * Integrate 'dpkg-reconfigure tzdata' in timezone-tip.
index 529b289..7825e12 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -1088,7 +1088,7 @@ EOF
 See also: http://www.debian.org/releases/stable/i386/apcs04.html.en
 Avoid all of the above steps - use grml-debootstrap(8) instead!
 -- 
-Convert files from Unicode / UTF to ISO:
+Convert files from Unicode / UTF-8 to ISO:
 
 % iconv -f utf8 -t iso-8859-15 < utffile > isofile
 
@@ -2555,3 +2555,17 @@ Recorder shellscript session using script:
 % script -t 2>~/upgrade.time -a ~/upgrade.script
 % scriptreplay ~/upgrade.time ~/upgrade.script
 -- 
+Test UTF-8 capabilities of terminal:
+
+wget http://melkor.dnp.fmph.uniba.sk/~garabik/debian-utf8/download/UTF-8-demo.txt.gz
+zcat UTF-8-demo.txt.gz
+
+or:
+
+wget http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
+cat UTF-8-test.txt
+-- 
+UTF-8 at grml / some general information regarding Unicde/UTF-8:
+
+  http://wiki.grml.org/doku.php?id=utf8
+--