List:Internals« Previous MessageNext Message »
From:paul Date:August 6 2004 1:55am
Subject:bk commit - mysqldoc tree (paul:1.1927)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1927 04/08/05 18:55:06 paul@stripped +1 -0
  texi2db:
    Add conversion of some characters that occur in German manual.

  tools/texi2db
    1.14 04/08/05 18:54:17 paul@stripped +5 -0
    Add conversion of some characters that occur in German manual.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	ice.snake.net
# Root:	/Volumes/ice2/MySQL/bk/mysqldoc

--- 1.13/tools/texi2db	Thu Aug  5 17:47:20 2004
+++ 1.14/tools/texi2db	Thu Aug  5 18:54:17 2004
@@ -969,6 +969,10 @@
 	$line =~ s/\xD6/Ö/g;
 	$line =~ s/\xDC/Ü/g;
 	$line =~ s/\xE5/å/g;
+	$line =~ s/\xE9/é/g;
+	$line =~ s/\xF8/ø/g;
+	$line =~ s/\xF5/õ/g;
+	$line =~ s/\xA7/§/g;
 }
 
 sub writeabstract {
@@ -2566,6 +2570,7 @@
 	<!ENTITY otilde "&#245;">
 	<!ENTITY acirc "&#226;">
 	<!ENTITY nbsp "&#160;">
+	<!ENTITY sect "&#167;">
 ]>
 
 <article lang="%%LANG">
Thread
bk commit - mysqldoc tree (paul:1.1927)paul6 Aug