From a362e6fbb3f1a812b6dafb6b54e22d1532327ea2 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Wed, 7 May 2008 14:10:33 +0000 Subject: [PATCH] Added README that might be useful for some, added svn:ignore stuff SVN-Revision: 5432 --- data/images/engine/fonts/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/images/engine/fonts/README diff --git a/data/images/engine/fonts/README b/data/images/engine/fonts/README new file mode 100644 index 000000000..4faa8d38d --- /dev/null +++ b/data/images/engine/fonts/README @@ -0,0 +1,3 @@ +The list of letters in UTF-8 format that is currently used in the fonts can be optained with: + +ruby -e '((32..127).to_a + (128+32..383).to_a).each_with_index{|c,idx| print [c].pack("I"); if ((idx+1) % 16 == 0) then print [10].pack("I") end }' | recode "UCS-4LE..UTF-8" -- 2.11.0