11<!-- doc/src/sgml/ecpg.sgml -->
22
33<chapter id="ecpg">
4- <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
4+ <title><application>ECPG</application> — Embedded <acronym>SQL</acronym> in C</title>
55
66 <indexterm zone="ecpg"><primary>embedded SQL</primary><secondary>in C</secondary></indexterm>
77 <indexterm zone="ecpg"><primary>C</primary></indexterm>
@@ -2989,7 +2989,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
29892989 <listitem>
29902990 <para>
29912991 <literal>%d</literal> - is replaced by the day of the month as a
2992- decimal number (01- 31).
2992+ decimal number (01– 31).
29932993 </para>
29942994 </listitem>
29952995 <listitem>
@@ -3025,7 +3025,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
30253025 <listitem>
30263026 <para>
30273027 <literal>%e</literal> - is replaced by the day of month as a decimal
3028- number (1- 31); single digits are preceded by a blank.
3028+ number (1– 31); single digits are preceded by a blank.
30293029 </para>
30303030 </listitem>
30313031 <listitem>
@@ -3044,13 +3044,13 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
30443044 <para>
30453045 <literal>%g</literal> - is replaced by the same year as in
30463046 <literal>%G</literal>, but as a decimal number without century
3047- (00- 99).
3047+ (00– 99).
30483048 </para>
30493049 </listitem>
30503050 <listitem>
30513051 <para>
30523052 <literal>%H</literal> - is replaced by the hour (24-hour clock) as a
3053- decimal number (00- 23).
3053+ decimal number (00– 23).
30543054 </para>
30553055 </listitem>
30563056 <listitem>
@@ -3061,37 +3061,37 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
30613061 <listitem>
30623062 <para>
30633063 <literal>%I</literal> - is replaced by the hour (12-hour clock) as a
3064- decimal number (01- 12).
3064+ decimal number (01– 12).
30653065 </para>
30663066 </listitem>
30673067 <listitem>
30683068 <para>
30693069 <literal>%j</literal> - is replaced by the day of the year as a
3070- decimal number (001- 366).
3070+ decimal number (001– 366).
30713071 </para>
30723072 </listitem>
30733073 <listitem>
30743074 <para>
30753075 <literal>%k</literal> - is replaced by the hour (24-hour clock) as a
3076- decimal number (0- 23); single digits are preceded by a blank.
3076+ decimal number (0– 23); single digits are preceded by a blank.
30773077 </para>
30783078 </listitem>
30793079 <listitem>
30803080 <para>
30813081 <literal>%l</literal> - is replaced by the hour (12-hour clock) as a
3082- decimal number (1- 12); single digits are preceded by a blank.
3082+ decimal number (1– 12); single digits are preceded by a blank.
30833083 </para>
30843084 </listitem>
30853085 <listitem>
30863086 <para>
30873087 <literal>%M</literal> - is replaced by the minute as a decimal
3088- number (00- 59).
3088+ number (00– 59).
30893089 </para>
30903090 </listitem>
30913091 <listitem>
30923092 <para>
30933093 <literal>%m</literal> - is replaced by the month as a decimal number
3094- (01- 12).
3094+ (01– 12).
30953095 </para>
30963096 </listitem>
30973097 <listitem>
@@ -3124,7 +3124,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
31243124 <listitem>
31253125 <para>
31263126 <literal>%S</literal> - is replaced by the second as a decimal
3127- number (00- 60).
3127+ number (00– 60).
31283128 </para>
31293129 </listitem>
31303130 <listitem>
@@ -3146,19 +3146,19 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
31463146 <listitem>
31473147 <para>
31483148 <literal>%U</literal> - is replaced by the week number of the year
3149- (Sunday as the first day of the week) as a decimal number (00- 53).
3149+ (Sunday as the first day of the week) as a decimal number (00– 53).
31503150 </para>
31513151 </listitem>
31523152 <listitem>
31533153 <para>
31543154 <literal>%u</literal> - is replaced by the weekday (Monday as the
3155- first day of the week) as a decimal number (1- 7).
3155+ first day of the week) as a decimal number (1– 7).
31563156 </para>
31573157 </listitem>
31583158 <listitem>
31593159 <para>
31603160 <literal>%V</literal> - is replaced by the week number of the year
3161- (Monday as the first day of the week) as a decimal number (01- 53).
3161+ (Monday as the first day of the week) as a decimal number (01– 53).
31623162 If the week containing January 1 has four or more days in the new
31633163 year, then it is week 1; otherwise it is the last week of the
31643164 previous year, and the next week is week 1.
@@ -3173,13 +3173,13 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
31733173 <listitem>
31743174 <para>
31753175 <literal>%W</literal> - is replaced by the week number of the year
3176- (Monday as the first day of the week) as a decimal number (00- 53).
3176+ (Monday as the first day of the week) as a decimal number (00– 53).
31773177 </para>
31783178 </listitem>
31793179 <listitem>
31803180 <para>
31813181 <literal>%w</literal> - is replaced by the weekday (Sunday as the
3182- first day of the week) as a decimal number (0- 6).
3182+ first day of the week) as a decimal number (0– 6).
31833183 </para>
31843184 </listitem>
31853185 <listitem>
@@ -3203,7 +3203,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
32033203 <listitem>
32043204 <para>
32053205 <literal>%y</literal> - is replaced by the year without century as a
3206- decimal number (00- 99).
3206+ decimal number (00– 99).
32073207 </para>
32083208 </listitem>
32093209 <listitem>
0 commit comments