Author: elias
Date: Sat Jul 30 13:13:45 2011
New Revision: 50497

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50497&view=rev
Log:
[about_cfg_to_wiki] Updated outdated comment at the top with instructions how 
to run it after the previous change.

Modified:
    trunk/data/tools/about_cfg_to_wiki

Modified: trunk/data/tools/about_cfg_to_wiki
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/about_cfg_to_wiki?rev=50497&r1=50496&r2=50497&view=diff
==============================================================================
--- trunk/data/tools/about_cfg_to_wiki (original)
+++ trunk/data/tools/about_cfg_to_wiki Sat Jul 30 13:13:45 2011
@@ -5,17 +5,11 @@
 #
 # This must be run from the Wesnoth root directory.
 #
-# Currently something strange is generated when using utf8, this needs a fix.
-# I tried this solution, but it does not really work either (though the
-# resulting output should be plain utf8 and the webbrowser is able to display
-# things correctly, the wiki does not like it...
-# Change text.encode to utf16 and do this to have the pasteable entry in the
-# terminal (or redirect the output of the iconv line into a file and paste the
-# content of it):
-# ./data/tools/about_cfg_to_wiki > wiki_utf16
-# iconv --from-code=utf16 --to-code=utf8 wiki_utf16
-# rm wiki_utf16
+# Run as:
 #
+# data/tools/about_cfg_to_wiki -w path_to_wesnoth_exe > about.wiki
+#
+# (-h option outputs help)
 
 import sys, re, glob
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to