forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd6b5dee
committed
Remove some non-ASCII symbols from a comment.
Buildfarm member hamerkop is unhappy that daitch_mokotoff.c "containsa character that cannot be represented in the current code page(932). Save the file in Unicode format to prevent data loss". Thereare a lot of non-ASCII characters in comments, but I do not see anyoutside a comment, so this is just cosmetic. Nonetheless the warningis fairly scary and people might waste time trying to understand thecause, so we ought to silence it.We have only one other occurrence of a non-ASCII character in .c or .hfiles in the tree: predicate.c mentions "Uwe Röhm". It's far fromclear why hamerkop isn't complaining about that too; but it isn't,so maybe there is some special provision for accented Roman letters.We can remove the non-letter symbols from the comment foriso8859_1_to_ascii_upper without any real loss of usefulness,so let's try that first to see if it silences the warning.Discussion:https://postgr.es/m/1546512.1681495035@sss.pgh.pa.us1 parent414d662 commitd6b5dee
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
|
0 commit comments
Comments
(0)