forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf3db606
committed
> >
> > a) Write documentation how the win32 console needs to be set up so that> > psql can handle 8-bit characters.> > Where should it be added? The Section "Installation on Windows" in the> > Administrator's Guide seems natural to me.> >> > b) Add code to psql that prints a warning on startup of psql when the> > console codepage differs from the windows codepage, something like> >> > Warning: Console codepage (850) differs from windows codepage (1252)> > 8-bit characters will not work correctly. See PostgreSQL> > documentation "Installation on Windows" for details.>Attached are two patches: - installdoc.patch contains an additional paragraph on the win32 console codepage for the chapter "Installation on Windows" Due to a lack of SGML-tools, I have only edited the text and not tested the SGML code - please check it before merging into the CVS branch. - psqlcodepage.patch adds the warning about a problematic codepage to psql.Christoph Dalitz1 parenta17b537 commitf3db606
2 files changed
+60
-2
lines changedLines changed: 28 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
110 | 137 |
| |
111 | 138 |
| |
112 | 139 |
| |
|
Lines changed: 32 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 |
| |
84 | 88 |
| |
85 | 89 |
| |
| |||
269 | 273 |
| |
270 | 274 |
| |
271 | 275 |
| |
| 276 | + | |
| 277 | + | |
| 278 | + | |
272 | 279 |
| |
273 | 280 |
| |
274 | 281 |
| |
| |||
621 | 628 |
| |
622 | 629 |
| |
623 | 630 |
| |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + |
0 commit comments
Comments
(0)